How to Install Discord on Manjaro

Discord is one of the most popular free applications used as voice chat that you can use while gaming and streaming. In this tutorial we will learn how to install Discord on Manjaro.

Using Pacman Package Manager

Step 1. Make sure your Manjaro system is up to date:

$ sudo pacman -Syu

Step 2. Then proceed to install Discord:

$ sudo pacman -S discord

Step 3. To open Discord from the terminal, execute:

$ discord

Step 4. When you open Discord, enter your account credentials or you can scan the QR code with your phone.

Opening Discord on Manjaro from the terminal

And that’s it. Now you can start enjoying streaming or chatting with your friends while playing some games.

Showing Discord platform

Uninstall: If you find that you don’t like Discord, you can remove it with this command:

$ sudo pacman -R discord

Install Discord Using Snap

If you prefer using Snap to install Discord, you can follow these steps.

To install Discord using snap, execute:

$ sudo snap install discord

To open Discord from the terminal, simply type in:

$ discord

If you didn’t enjoy Discord and want to remove it from Manjaro:

$ sudo snap remove discord

Leave a Comment

Your email address will not be published. Required fields are marked *