How to Download and Install Discord in Linux – Guide

Discord is fast becoming a popular platform for individuals of all ages to form online communities. Here it is how to make it work on your Linux machine. Discord, launched in 2015, soon became the preferred chat network for gamers. While it was created with gamers in mind, the app’s adaptable features have proven to be useful in other communities as well. All major operating systems, including Windows, macOS and Linux, natively support Discord. Since there are so many different ways to install software on Linux, not to mention the plethora of distributions available, installing Discord for a novice can be extremely difficult. This article will show you how to install Discord on a variety of Linux distributions, including Debian / Ubuntu, Arch Linux and Fedora-based RHEL distributions.

How to Install Discord on Debian / Ubuntu

If you are using a Debian-based Linux distribution such as Ubuntu or Linux Mint, you have several ways to install the package. You can download the DEB package and install it manually via the command line or simply use Snap Store to install Discord.

1. Using the DEB package

DEB is the default package format for Debian and its derived operating systems. You can install these packages easily using the command line. To get started, go to the Discord website and click Download for Linux button. From the drop-down menu that appears, select deb. Download: Discord (free) Once the system has finished downloading the package, go to the Downloads folder and locate the downloaded file. If you are using Ubuntu, you can simply double click on the file to start the installation process. In the next window, click Install button to start installing Discord on your system. Once the installation process is complete, you can launch Discord from the application menu. Alternatively, you can also install the DEB file using the command line. First, change your directory to the Downloads folder using the cd command. cd ~ / Downloads Then use the dpkg command to install the downloaded DEB file. sudo dpkg -i discord-xxxdeb

2. Install Discord using Ubuntu Software Center

On Ubuntu, you can download Discord using the pre-installed Ubuntu software application. Once the installation is complete, you can launch Discord from the app menu as you normally would with other apps. To uninstall Discord, go to the Discord page in the Software Center and click Remove button.

3. Install Discord using Snap

If you have configured snap on your system, you can download Snap Discord package and install it easily. First, make sure your system has snap support enabled using the following command: Photograph If the terminal output is as follows, then you have installed snap. Now install the Discord snap package using: discord instant install The package download will begin and the system will install Discord in no time. If you want to uninstall the snap Discord package from your system, use the remove command: snap remove discord

How to Install Discord on other distros

While the mentioned methods only work on Debian-based distros like Ubuntu, this section demonstrates a traditional way of installing Discord on any Linux distro of your choice, including Arch Linux and Fedora. This is possible using TAR files. On Linux, developers often compress package files into TAR files that are later unpacked and installed by users. To get started, download the Discord TAR file from its official website. Click Download for Linux button and select tar.gz from the drop-down menu. Once the download is complete and you have Discord on your device, start the terminal and change the current working directory to Downloads. cd ~ / Downloads Extract the TAR file into the / opt directory using tar: sudo tar -xvzf discord-xxxtar.gz -C / opt The /opt/Discord directory contains the Discord binary and desktop files. Create a symbolic link to the binary file in /usr/bin. sudo ln -sf / opt / Discord / Discord / usr / bin / Discord The mentioned command allows you to run Discord from your terminal regardless of the current working directory. Now create the desktop shortcut and menu entry for Discord. To do this, you will have to edit the discord.desktop file. You can use any text editor you like. sudo nano /opt/Discord/discord.desktop Change the values ​​next to the ​​Exec and Icon variables. Add / usr / bin / Discord as the Exec value and /opt/Discord/discord.png as the icon Copy the file from the Discord desktop to / usr / share / applications so that your system can process it and reflect the application menu changes accordingly. sudo cp -r /opt/Discord/discord.desktop / usr / share / applications After executing all commands, the desktop entry for Discord will be added to the menu.

How to Uninstall Discord from your system

If you installed Discord using your TAR package, removing it is a breeze. All you have to do is delete some files from your system. Delete the Discord configuration file present in the home directory. sudo rm -r ~ / .config / discord Then remove all Discord files from the /opt directory. sudo rm -rf / opt / Discord Remove the symbolic link you created to the Discord binary file. sudo rm / usr / bin / Discord Finally, remove the shortcut from your system’s desktop. sudo rm / usr / share / applications / discord.

Final note

I hope you like the guide How to Download and Install Discord in Linux. In case if you have any query regards this article you may ask us. Also, please share your love by sharing this article with your friends.

How to Download and Install Discord in Linux  2022  - 92How to Download and Install Discord in Linux  2022  - 44How to Download and Install Discord in Linux  2022  - 98How to Download and Install Discord in Linux  2022  - 8