Watch all our Tutorials and Training Videos for Free on our Youtube Channel, Get Online Web Tools for Free on swebtools.com

Search Suggest

How to Install Discord Server on Ubuntu Easily?

how to install discord on ubuntu, install discord server on ubuntu, discord installation on ubuntu, discord server install, discord install ubuntu

This post will show you how to install Discord Server on Ubuntu Easily with step by step procedure.. 

If you are interested in learning, Request you to go through the below recommended tutorial.

DevOps Full Course Tutorial for Beginners - DevOps Free Training Online
Docker Full Course Tutorial for Beginners - Docker Free Training Online
Kubernetes Full Course Tutorial for Beginners - Kubernetes Free Training Online
Ansible Full Course Tutorial for Beginners - Ansible Free Training Online
Openstack Full Course Tutorial for Beginners - Openstack Free Training Online


How to Install Discord Server on Ubuntu Easily?

How to Install Discord Server on Ubuntu?

To install Discord on Ubuntu, you can use the following steps:

1. Enable Discord Repository
2. Update Package Repository
3. Install Discord on Ubuntu
4. Start Discord Server

Lets Get Started.

1. Enable Discord Repository

Login into Ubuntu Server and execute the below commands to enable Discord Respository to install Discord directly on Ubuntu.

Add the Discord repository to your system by running the command:

sudo apt-add-repository -y "deb https://discordapp.com/api/apt/stable main"

Add the Discord repository key to your system by running the command:

sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 0FC3042E345AD05D

2. Update Package Repository

Use apt-get command to Update the package list by running the command:

sudo apt-get update

3. Install Discord on Ubuntu

Install Discord using apt-get command as below.

sudo apt-get -y install discord

Verify the Discord package installed or not using dpkg command.

dpkg -l | grep -i discord

4. Start Discord Server

Once the Discord installation is completed, you can launch Discord from the terminal by running the command:

discord

Alternatively, you can launch Discord by searching for it in the Ubuntu Application Dash.

That’s it for this post, Hope this post helped you to understand how to install Discord on Ubuntu 22.04.

Keep practicing and have fun. Leave your comments if any.

Support Us: Share with your friends and groups.

Stay connected with us on social networking sites, Thank you.