Discord is a free Voice over IP(VoIP) software to support communication with various people via voice, video, text messaging, and it also provides sharing access as well.

In the early days of Discord, it was considered that gamers were the main targeted community, but the frequent major updates made Discord suitable for general users also.

The Discord access was available publicly in 2015 and recent statistics of 2020 reported that Discord has crossed registered users over 250 million and has more than 140 million active users per month. Discord software is developed using multiple languages like C , Python, JavaScript, and its support is available for a variety of operating systems in around 28 languages. It can also be used on smartphones. Among the supported OS, Discord has extensive support available for Linux OS and for well-known Linux-based distributions like Linux Mint, Ubuntu, Debian etc. Following the importance of Discord and its wide support for Linux OS, we have prepared this descriptive guide to go through its installation on Linux Mint.

Before we start the installation process; let’s have a look at some distinctive features of this useful package:

Features of Discord

The below stated features discriminate Discord from its competitors and therefore is utilized broadly:

  • Sever: Communities in Discord are managed by online channels known as “servers” and they are referred to as “guilds” in the documentation. The server creation is free and up to 250 channels can be created using a single server alongside supporting 800000 members per server to build a large community.
  • Channels: Channels are the key stakeholders in making voice chats, streaming, or instant messaging: the channels can be used to allow or limit the number of users on a server.
  • User profiles: Users can get themselves registered by signing up and creating a username as well. It also allows multiple stakeholders to use a single profile. A four-digit number known as “discriminator” that starts with “#” is postfixed to the username for multiple user access.
  • Video Calls: Video call access is available on Discord in 2017, at the time of initial launch its support was limited but later on it was available for up to 50 users. Moreover, the screen sharing can be adopted in a channel to share the live stream on that specific channel.
  • Direct Messaging: Whereas direct messaging allows to send text messages, imitate video calls privately and supports a group of up to 10 members.
  • Developer Tool support: In the recent updates of Discord, it is noticed that the developers can integrate the changes to Discord within games using the API. Moreover, users can create their internet bots to run automated scripts more efficiently than a human being.

How to install Discord on Linux Mint

To install Discord on Linux Mint, there are three possible methods to perform this action:

Method 1: Using terminal of Linux Mint

Method 2: Using Software Manager of Linux Mint

Method 3: Install Discord using .deb package

All these methods are used to get Discord on Linux Mint; these installation methods are discussed in detail in upcoming sections:

Method 1: How to install Discord using terminal on Linux Mint

This method refers to the installation of Discord using the command line support of Linux Mint: this method is broken down into two simple steps for better understandability.

Step 1: Update the packages list and install snap package

Before proceeding to the core part of installation, let’s update the packages list by using the command mentioned below:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-01.png" data-lazy- height="354" src="data:image/svg xml,” width=”904″>

After updating the packages list, you have to get the snap packages to install Discord on your Linux Mint:

But before installing snap packages; you must remove the file “/etc/apt/preferences.d/nosnap.pref” because it has the “nosnap” tag as a preference, which means either snap or its associated packages cannot be installed. You can copy and paste the command mentioned below to remove the above stated file:

$ sudo rm /etc/apt/preferences.d/nosnap.pref

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-02.png" data-lazy- height="54" src="data:image/svg xml,” width=”904″>

Once the “nosnap.pref” file is removed; you can now install snap package by issuing the command mentioned below:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-03.png" data-lazy- height="258" src="data:image/svg xml,” width=”904″>

Step 2: Install Discord

The time you have completed the “Step 1” successfully; you can now install Discord on Linux Mint. For this, use the command mentioned below to install Discord using snap packages:

$ sudo snap install discord

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-04.png" data-lazy- height="220" src="data:image/svg xml,” width=”904″>

You can run Discord by issuing the following command in terminal:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-05.png" data-lazy- height="592" src="data:image/svg xml,” width=”904″>

Method 2: How to install Discord using Software Manager on Linux Mint

This method is useful for those who prefer graphical user interface: Follow the steps carefully to get Discord on Linux Mint:

Step 1: Locate package manager and search Discord

Click on the menu placed on the taskbar in Linux Mint and then click on the “Software Manager” icon to open it.

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-06.png" data-lazy- height="658" src="data:image/svg xml,” width=”904″>

Once it is opened, click on the search bar, type “discord” and hit enter key: you will find Discord app in search result:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-07.png" data-lazy- height="308" src="data:image/svg xml,” width=”904″>

Step 2: Installation

The time you clicked on “Discord”; a window will be displayed with an “Install” button: Click on install to start the installation:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-08.png" data-lazy- height="364" src="data:image/svg xml,” width=”904″>

The installation will take few minutes; after successfully completion of installation; the following window will be there:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-09.png" data-lazy- height="326" src="data:image/svg xml,” width=”904″>

Method 3: How to install Discord on LinuxMint using .deb package

This method will allow you to download and install Discord using .deb package.

Download the Discord app by issuing the following command:

$ wget -O discord “https://discord.com/api/download?platform=linux&format=deb”

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-10.png" data-lazy- height="456" src="data:image/svg xml,” width=”904″>

And install the downloaded .deb package with the help of command mentioned below:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-11.png" data-lazy- height="220" src="data:image/svg xml,” width=”904″>

How to remove Discord from Linux Mint

Discord package can be removed by either using terminal or “Software Manager” of Linux Mint:

Using terminal: To remove Discord from Linux Mint; you can copy/paste the command stated below to do so:

$ sudo snap remove discord

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-12.png" data-lazy- height="90" src="data:image/svg xml,” width=”904″>

Using Software Manager

Or you can remove it using “Software Manager” of Linux Mint as well:

Click on the “Menu” of Linux Mint and open the “Software Manager”:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-13.png" data-lazy- height="846" src="data:image/svg xml,” width=”876″>

Click on the search bar and search for “Discord”: you will find it in the search result, click on “Discord”:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-14.png" data-lazy- height="254" src="data:image/svg xml,” width=”904″>

The time you clicked on it; you will find two buttons “Launch” and “Remove”: As we are heading towards removal of Discord: So, click on “Remove”:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-15.png" data-lazy- height="288" src="data:image/svg xml,” width=”904″>

After clicking on “Remove”, you will notice that “Install” button is there that means Discord has been removed successfully:

<img alt="" data-lazy- data-lazy-src="https://kirelos.com/wp-content/uploads/2021/10/echo/install-discord-linux-mint-16.png" data-lazy- height="344" src="data:image/svg xml,” width=”904″>

Conclusion

Discord software provides an extensive range of features and can be installed to use on several operating systems. One can use it for free to perform following tasks: text messaging, video calls and gaming support available with server accessibility. Discord support is also available for several Linux-based distributions that include Debian, Ubuntu, Linux Mint, Kubuntu etc. In this descriptive post, we have discussed three methods that can be followed to install this package on Linux Mint. Method 1 refers to terminal enthusiasts and the users can follow Method 2 to install Discord from graphical interface support of Linux Mint. Moreover, you can install Discord using .deb package on LinuxMint by following Method 3.