Skip to content

Instantly share code, notes, and snippets.

@gogromat
Last active June 18, 2024 00:30
Show Gist options
  • Save gogromat/00db708c7dacd1f155381aea86b30f70 to your computer and use it in GitHub Desktop.
Save gogromat/00db708c7dacd1f155381aea86b30f70 to your computer and use it in GitHub Desktop.
FIx discord on debian

Scenario:

You installed discord via dpkg -i ./discord-x.y.z.deb but nothing happens

Time to see what is missing

dpkg-deb -I discord-x.y.z.deb:

...
 Depends: libc6, libasound2, libatomic1, libnotify4, libnspr4, libnss3, libstdc++6, libxss1, libxtst6
 Recommends: libappindicator1 | libayatana-appindicator1
 ...
 

Install missing/recommended:

apt install libappindicator1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment