https://bugs.kde.org/show_bug.cgi?id=381183
Alexander Zhigalin <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Priority|NOR |HI --- Comment #7 from Alexander Zhigalin <[email protected]> --- A temporary solution would be sudo apt remove ark # to unblock apt sudo apt install libzip4=1.0.1-0ubuntu1 # to downgrade from ubuntu repositories sudo apt-mark hold libzip4 # to prevent libzip from updating and breaking stuff again sudo apt install ark # to reinstall Ark with libzip5 sudo apt update # to update package index sudo apt full-upgrade # to update all the packages sudo apt autoremove # to perform some cleaning After this bug is resolved, unlock libzip4: sudo apt-mark unhold libzip4 -- You are receiving this mail because: You are watching all bug changes.
