I wanted to download Discord for my Ubuntu, so I downloaded the file from Discord's website. However, when I tried to install it, I got the following missing dependencies error:
dpkg: dependency problems prevent configuration of discord:
discord depends on libatomic1; however:
Package libatomic1 is not installed.
discord depends on libgconf-2-4; however:
Package libgconf-2-4 is not installed.
discord depends on libappindicator1; however:
Package libappindicator1 is not installed.
discord depends on libc++1; however:
Package libc++1 is not installed.
When I tried to install libgconf-2-4
I got another error:
Package libgconf-2-4 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libgconf-2-4' has no installation candidate
How can I install Discord?
sudo snap install discord
or You can install it from the software centre too. – Error404 Nov 08 '21 at 10:20dpkg
for example requires that you've already installed, or install at the same time all depends requirements so did you? or if you useapt
(or equiv.) they'll be downloaded if available in your sources. We currently don't know your OS & release either. – guiverc Nov 08 '21 at 10:50