How to install Discord on Ubuntu 21.04 (Hirsute Hippo) or Debian 11 (bullseye)
Before install discord, we must download discord* deb first
you can dwonload frome https://discord.com/api/download?platform=linux&format=deb
for easy installation, you must save the downloaded file in the home folder
and then open terminal and run this command
sudo dpkg -i discord*.deb
if an error message appears, run the command below
sudo apt-get install -f
Now you can open Discord from aplication menu
To uninstall Discord run this command
sudo apt-get purge –auto-remove discord