https://bugs.kde.org/show_bug.cgi?id=381183

Alexander Zhigalin <alexan...@zhigalin.tk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alexan...@zhigalin.tk
           Priority|NOR                         |HI

--- Comment #7 from Alexander Zhigalin <alexan...@zhigalin.tk> ---
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.

Reply via email to