WindowPet
WindowPet copied to clipboard
Cannot Install .deb on Ubuntu 24.04.2 LTS Linux
When trying to install the .deb package on Ubuntu 24.04.2 LTS, I get the following error:
sudo apt install '/home/operative/Downloads/window-pet_0.0.9_amd64.deb'
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'window-pet' instead of '/home/operative/Downloads/window-pet_0.0.9_amd64.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
window-pet : Depends: libwebkit2gtk-4.0-37 but it is not installable
E: Unable to correct problems, you have held broken packages.
This software looks very interesting, but unfortunately I cannot use it because of this error.
Hi, sorry for the late reply, I didn't receive the notification 😬
Could you try installing these dependencies?
sudo apt-get update
then
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3
As suggested by tauri action usage example, Ubuntu dependencies.