Having difficulty installing Discord for Linux
Go to solution
Solved by Granular,
Damn, dpkg doesn't automatically install dependencies. Everywhere I see people suggesting Gdebi. Are you sure you don't have it?
When you right-click on the file and go to the 'Open-with' menu, can you set the program to open it with to 'gdebi-gtk'? If not, you can
sudo apt-get install gdebi-gtk
and then set it as the handler for .deb files or manually install the missing dependencies dpkg showed you with
sudo apt-get install libgconf-2-4 libappindicator1
and then try installing Discord with dpkg again.

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now