Categories: Ubuntu

2 Different Ways to Install Discord on Ubuntu 22.04

Discord is a widely used application for instant messaging, video, and voice calling, allowing users to communicate with people worldwide. During the early days, this software was designed for gamers. But nowadays, people use this application to create discussion groups and forums and share their thoughts on different aspects.

In this article, you will find different ways to install Discord on the Ubuntu 22.04 system.

2 Different Ways to Install Discord on Ubuntu 22.04

There are two different ways to install Discord on Ubuntu 22.04, which are given below:

Method 1: Install Discord on Ubuntu 22.04 Through Debian Package

The first method to install discord on Ubuntu is through the Debian package. It can easily be done once you download the discord .deb file through the following command:

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

The above command downloads the deb package with the name “discord.deb” on your system.

To install the discord.deb file on Ubuntu, run the below-given command:

$ sudo apt install ./discord.deb -y

The “-y” flag allows the installation to continue.

Remove Discord from Ubuntu

If you install the Discord application from the Debian package, you can remove it from your system anytime using the following command:

$ sudo apt –purge remove discord -y

Method 2: Install Discord from Snap Store

You can also choose the Snap Store services to install Discord on the Ubuntu system. This method involves the below-given command to install discord on the Ubuntu system.

$ sudo snap install discord

Remove Discord from Snap Store

If you choose the snap store method to install discord on the Ubuntu system, you can remove this application anytime using the following command:

$ sudo snap remove discord

Launch Discord on Ubuntu 22.04

There are two ways to run Discord on Ubuntu:

Run Discord on Ubuntu through Terminal

You can run discord on Ubuntu through command line terminal using the “discord” command:

$ discord

Run Discord on Ubuntu through GUI

For the GUI case, you can run discord from the Ubuntu application.

At the application menu, search “discord” and click on it to run the application on the Ubuntu desktop.

You must register with discord to start using it on the Ubuntu system. However, if you already have an account open on your mobile, you can scan the QR code to use the same discord ID on Ubuntu.

Conclusion

Discord is a perfect application for instant messaging, voice, and video calling. Two straightforward methods exist to install the Discord application on the Ubuntu 22.04 system. The method through the Debian package can be completed in two steps: downloading the deb package and installing the application through the “apt” command. The other method is through the snap store. 

Ubuntu Server Admin

Recent Posts

Predict, compare, and reduce costs with our S3 cost calculator

Previously I have written about how useful public cloud storage can be when starting a…

16 hours ago

One Thread to Poll Them All: How a Single Pipe Made WaterDrop 50% Faster

This is Part 2 of the "Karafka to Async Journey" series. Part 1 covered WaterDrop's…

20 hours ago

A year of documentation-driven development

For many software teams, documentation is written after features are built and design decisions have…

2 days ago

Announcing FIPS 140-3 for Ubuntu Core22

With the release of the FIPS 140-3 certified cryptographic modules for Ubuntu 22.04 LTS, Canonical…

3 days ago

The foundations of software: open source libraries and their maintainers

Open source libraries are repositories of code that developers can use and, depending on the…

6 days ago

From inspiration to impact: design students from Regent’s University London explore open design for their dissertation projects

Last year, we had the opportunity to speak at Regent’s UX Conference (Regent’s University London’s…

7 days ago