https://bugs.kde.org/show_bug.cgi?id=468240
Dmitry Khlestkov <dsx....@yandex.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dsx....@yandex.ru --- Comment #22 from Dmitry Khlestkov <dsx....@yandex.ru> --- (In reply to zhehangd from comment #21) > Kubuntu 23.04 uses p7zip as `7z`, it also has 7zip as `7zz`. So ark uses > p7zip. > Kubuntu 24.04 removes p7zip and only uses 7zip as `7z`. So ark uses 7zip > here. Thanks! For anyone looking for a quick fix for Kubuntu 24.04: 1. remove p7zip-full, p7zip, 7zip: $ sudo apt remove p7zip-full p7zip 7zip 2. install p7zip and p7zip-full from mantic: https://packages.ubuntu.com/mantic/p7zip https://packages.ubuntu.com/mantic/p7zip-full 3. put a hold onto p7zip-full so it's not upgraded back: $ sudo apt-mark hold p7zip-full if you later want to upgrade the package: $ sudo apt-mark unhold p7zip-full -- You are receiving this mail because: You are watching all bug changes.