Skip to content

Instantly share code, notes, and snippets.

@otonielguajardo
Created November 24, 2021 17:36
Show Gist options
  • Save otonielguajardo/68cd533ed5af7a2b92970732abda1e9a to your computer and use it in GitHub Desktop.
Save otonielguajardo/68cd533ed5af7a2b92970732abda1e9a to your computer and use it in GitHub Desktop.
Debian 11 Bullseye dropped libappindicator3-1
dpkg-deb -x <app>.deb temp
dpkg-deb --control <app>.deb
mv DEBIAN/ temp/
sed -ie 's/libappindicator3-1/libayatana-appindicator3-1/' temp/DEBIAN/control
dpkg -b temp <app>-fixed.deb
sudo apt install ./<app>-fixed.deb
rm -rf temp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment