WindowPet icon indicating copy to clipboard operation
WindowPet copied to clipboard

Cannot Install .deb on Ubuntu 24.04.2 LTS Linux

Open ActiveStructure opened this issue 8 months ago • 1 comments

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.

ActiveStructure avatar Apr 14 '25 10:04 ActiveStructure

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.

SeakMengs avatar Apr 24 '25 09:04 SeakMengs