DropVPS Team
Writer: John hens
How to install discord on arch linux

Table of Contents
What you will read?
Discord is one of the most popular communication platforms for gamers, developers, and online communities. If you’re running Arch Linux and want to install Discord, the process is simple thanks to the Arch User Repository (AUR)..
Step 1: Update Your System
Before installing any new package on Arch Linux, it’s a good practice to make sure your system is fully updated. Open the terminal and run:
sudo pacman -Syu
This ensures all your existing packages are up to date, reducing the risk of conflicts during installation.
Step 2: Install Required Tools
Since Discord is available through the AUR, you need a helper tool like yay to simplify the installation. If you don’t have it installed, first install the base development packages:
sudo pacman -S --needed base-devel git
Then, clone and install yay:
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
Step 3: Install Discord from AUR
With yay set up, you can now install Discord directly. Simply run:
yay -S discord
The installation will fetch and build the Discord package from the AUR. Follow the prompts, and the process will handle everything automatically.
Step 4: Launch Discord
Once installed, you can start Discord from your applications menu or by running the following command in the terminal:
discord