The Discord app does not get updated automatically. Instead, a copy of .deb file is downloaded and the update needs to be installed manually. If you have come across this image
Follow the below simple easy steps :
- Download the .deb file
- Go to the downloads folder and open the terminal. This is to ensure that you have changed your present working directory!
- Type the command
sudo apt install ./
make sure to include the .deb file after ./ as shown in the below image. - Hit Enter and it's done. You should see the below result after Hitting enter.
Top comments (2)
This gives an error “unsupported file given on command line
Hello brother, thanks for commenting on this.
You can try the command
sudo dpkg -i discord.deb
after cd into the downloads folder(location of the downloaded file).
You can replace the 'discord.deb' part with the name of the downloaded file