Today I made a ubuntu bootable on an usb drive. I wanted to download discord for my ubuntu and downloaded the file from the discord website. However when I tried to install i got missing dependencies error. The error is:
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 do I fix this problem?
sudo add-apt-repository universe
............ andsudo apt update
.... to install "universe" packages packages.ubuntu.com/focal/libgconf-2-4 – Deron