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?