Created
November 24, 2021 17:36
-
-
Save otonielguajardo/68cd533ed5af7a2b92970732abda1e9a to your computer and use it in GitHub Desktop.
Debian 11 Bullseye dropped libappindicator3-1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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