pomotroid icon indicating copy to clipboard operation
pomotroid copied to clipboard

libappindicator3-1 is no longer in the debian repositories.

Open lucasmsoares96 opened this issue 4 years ago • 2 comments
trafficstars

The .deb file is dependent on the libappindicator3-1 library. However this library was replaced by libayatana-appindicator3-1 from debian bullsye.

lucasmsoares96 avatar Oct 30 '21 19:10 lucasmsoares96

I had the same problem trying to install the package in Debian 11.

lucrp avatar Nov 19 '21 22:11 lucrp

If you're willing to get your hands dirty, pomotroid can be installed on Debian 11 as so:

  • download latest .deb
  • sudo apt install libayatana-appindicator3-1 (should be installed by default)
  • dpkg-deb -x pomotroid-0.13.0-linux.deb unpacked
  • dpkg-deb --control pomotroid-0.13.0-linux.deb unpacked/DEBIAN
  • open unpacked/DEBIAN/control in a text editor
  • replace libappindicator3-1 with libayatana-appindicator3-1
  • save and return to original directory
  • dpkg -b unpacked pomotroid-fixed.deb
  • sudo apt install ./pomotroid-fixed.deb

ghost avatar Dec 05 '21 18:12 ghost