inspectdev / inspect-issues

Issue tracker for Inspect
22 stars 2 forks source link

Instructions on how to run Inspect on Debian 11 Bullseye #156

Closed auchenberg closed 1 year ago

auchenberg commented 1 year ago

From user:

wget http://ftp.us.debian.org/debian/pool/main/libi/libindicator/libindicator3-7_0.5.0-4_amd64.deb
wget http://ftp.us.debian.org/debian/pool/main/liba/libappindicator/libappindicator3-1_0.4.92-7_amd64.deb
sudo apt install ./libindicator3-7_0.5.0-4_amd64.deb
sudo apt install ./libappindicator3-1_0.4.92-7_amd64.deb

In that order, then install the Inspect .deb

Found those instructions in this post: https://github.com/RocketChat/Rocket.Chat.Electron/issues/1975#issuecomment-899256569