This app is cross-platform compatible and can be used on Windows, Linux Distros, or Mac OS. In this blog, we will teach various ways with which you can install discord on Ubuntu 22.04.
If you prefer to use GUI over terminal then here we have summed up ways with which you can install Discord on your system.
Go to the ‘Show Applications’ menu and open the app store of your system.
Type ‘Discord’ and hit search.
When you have found the Discord app, open it and press Install.
Once installed you can search for the app on your system, enter your credentials and you are good to go.
Discord is successfully installed using GUI method.
Another way to install Discord is using Snap which is a part of the Linux distribution package manager and is installed on the system by default.
This step makes sure that the system and the existing packages are upgraded.
Output
Use the following command to install discord on your system using Snap:
Output
If snap in not installed, you can install it using the command:
If you wish to uninstall discord using Snap then follow the command given below:
Output
Discord is removed or uninstalled successfully.
You can also use the Debian package to install Discord on your Ubuntu 22.04. You can manually download the .deb file of discord from Discord download page.
The first step in this method is to visit the Discord download page and download the latest .deb package.
The file will start to download.
Once downloaded, go to the downloads directory, and run this command.
Output
Press ‘Y’ to continue.
Now you can use the command given below to evaluate whether the installation procedure was successful or not.
Output
If you want to uninstall discord if you have installed it using this method then the following command is used.
Output
Now if you wish to continue enter ‘Y’.
Discord was removed with success.
Flatpak is a popular package manager that can be used to install Discord. This package is not present in the system by default, therefore, you will have to install it using the given command.
Use the command provided below to install the flatpak package on your system.
Output
Once the flatpak package is installed you would require to reboot your system and this can be done by using the given command in the terminal.
After rebooting, enable the flatpak package by the command provided below.
Output
Now follow this step to install the app.
Output
Press ‘Y’ to continue the installation procedure.
Uninstalling Discord if installed using the flatpak package would require you to use this command.
Output
You have successfully uninstalled Discord.
After installing Discord using any of the methods given above you can run discord using the command given below.
Output
The app has been launched with success.
You can use the GUI, Snap, Deb package, or Flatpak package to install Discord on Ubuntu 22.04. When using the GUI simply download it from the app store, whereas in the case of snap use the command $ sudo snap install discord. Meanwhile, when the Deb package is used this command is used $ sudo apt install ./discord-0.0.16.deb. Lastly, when using the flatpak package make use of the command $ flatpak install flathub com.discordapp.Discord.
2024 was the GenAI year. With new and more performant LLMs and a higher number…
Canonical’s Kubernetes LTS (Long Term Support) will support FedRAMP compliance and receive at least 12…
Welcome to the Ubuntu Weekly Newsletter, Issue 878 for the week of February 2 –…
At Canonical, we firmly believe that delivering an outstanding, customer-centric support experience is impossible without…
I want to share how to install osTicket v1.14 for Ubuntu 20.04 server. osTicket written…
Now I want to share how to install WordPress on ubuntu 20.04 server. WordPress is…