You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I downloaded the 5.0.0 release but a dependency is missing:
cd /tmp/
curl --location https://github.com/qarmin/czkawka/releases/download/5.0.0/linux_czkawka_gui -o /tmp/linux_czkawka_gui
chmod +x ./linux_czkawka_gui
./linux_czkawka_gui
[…]
linux_czkawka_gui: error while loading shared libraries: libgtk-4.so.1: cannot open shared object file: No such file or directory
I tried to install the dependencies but it didn't work:
sudo apt install libgtk-4-dev ffmpeg
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libgtk-4-dev
Thanks for updating the README. Upgrade from Ubuntu LTS 20.04 to 22.04 will be proposed next week, when Ubuntu 22.04.1 will be released. So most users should be able to upgrade and get GTK4.
I use Ubuntu 20.04.4.
I downloaded the
5.0.0
release but a dependency is missing:I tried to install the dependencies but it didn't work:
It looks like
libgtk-4-dev
only exists on Ubuntu 21.10+: https://packages.ubuntu.com/search?keywords=libgtk-4-devSo people which use Ubuntu 21.10+ can use czkawka
5.0.0
, the others have to use4.1.0
.The text was updated successfully, but these errors were encountered: