How to Install Discord on Ubuntu?
Hello Friends,
In this tutorial, I will show you how to install Discord on Ubuntu. step by step explain how to install the Discord application in Ubuntu. if you want to see an example of how to install Discord on Ubuntu and linux mint then you are in the right place. I explained simply about installing Discord on Ubuntu using the snap store.
Discord is a free voice, video, and text chat app that is used by tens of millions of people aged 13+ to talk and hang out with their communities and friends. People use Discord daily to discuss various topics, ranging from art projects and family trips to homework and mental health support.
Step 1: Update System Packages
First of all, open the terminal or command line and execute the following command on the command line to update system packages:
sudo apt update && sudo apt upgrade
Step 2: Install Discord
Then execute the following command on the command line to install Discord on your system using Snap:
sudo snap install discord
If the snap is not installed, so execute the following command on the command line to install it:
sudo apt install snapd
Step 3: Uninstall Discord from Ubuntu 22.04
If we wish to uninstall Discord using Snap. Then execute the following command on the command line to uninstall Discord from Ubuntu 22.04:
sudo snap remove discord
- How to Zip a Folder in Ubuntu/Linux Using the Command Line?
- How to Add and Delete Users on Ubuntu?
- How to Change Hostname on Ubuntu 22.04?
- How to Install PHP SOAP Extension on Ubuntu 22.04?
- How to Install and Master Django on Ubuntu 22.04?
- How to Install PHP JSON Extension in Ubuntu 22.04?
- How to install PHP Imagemagick on Ubuntu 22.04?
- How to Install PHP Intl Extension in Ubuntu 22.04 ?