Multiple Ways To Install Discord On Ubuntu 22.04 LTS In 2024
Discord is a popular instant communication app where you can do messaging, video, and voice calling. In this discord-ubuntu tutorial article, we will show you the different ways to install Discord on the Ubuntu 22.04 lts in 2024.
Multiple Ways To Install Discord On Ubuntu 22.04 LTS In 2024
There are two different ways to install Discord on Ubuntu 22.04 LTS:
Method 1:
How To Install Discord from Snap Store On Ubuntu 22.04 LTS
You can easily install Discord on Ubuntu 22.04 LTS from Snap Store.
sudo snap install discord
How To Remove Discord from Snap Store:
You can remove Discord using the following command:
sudo snap remove discord
Method 2:
How To Install Discord on Ubuntu 22.04 Through Debian Package
In this method, you need to download the Discord Debian package using the following command:
wget "https://discord.com/api/download?platform=linux&format=deb" -O discord.deb
Run the following command to install the discord.deb file on Ubuntu 22.04 LTS:
sudo apt install ./discord.deb -y
Remove Discord from Ubuntu:
Run the following command to remove Discord from Ubuntu 22.04 LTS.
sudo apt --purge remove discord -y