https://bugs.kde.org/show_bug.cgi?id=517733
--- Comment #13 from [email protected] --- (In reply to deanobats from comment #12) > (In reply to Niko N. from comment #10) > > (In reply to OS1 from comment #8) > > > Just downgraded libexiv2-27=0.27.6-1build1 and everything works again > > > > Can confirm, this fixed it for me. > > struggling with getting this to work, could you paste the CLI command for > this? Ta! To show available versions in repository: apt-cache policy libexiv2-27 To install particular version: sudo apt-get install libexiv2-27=0.27.6-1build1 or sudo apt-get --allow-downgrades install libexiv2-27=0.27.6-1build1 To "hold" a package (preventing further upgrades): sudo apt-mark hold libexiv2-27 To show current "holds": apt-mark showhold To "unhold" a package: sudo apt-mark unhold libexiv2-27 -- You are receiving this mail because: You are watching all bug changes.
