@gabrielle.kub
To install Discord on Linux, you will need to follow these steps:
- Open a terminal window on your Linux system.
- Add the Discord repository to your system by running the following command:
1
2
|
sudo apt-get install apt-transport-https
wget -O - https://discordapp.com/api/linux/repo/add/stable | sudo bash
|
- Install Discord by running the following command:
1
|
sudo apt-get install discord
|
- Launch Discord by running the following command:
Alternatively, you can also install Discord by downloading the DEB package from the Discord website and installing it manually. To do this, follow these steps:
- Go to the Discord website (https://discordapp.com/) and click on the "Download for Linux" button.
- Download the DEB package to your computer.
- Open a terminal window and navigate to the directory where you downloaded the DEB package.
- Install the DEB package by running the following command:
1
|
sudo dpkg -i discord*.deb
|
- If you encounter any dependencies errors, run the following command to fix them:
1
|
sudo apt-get install -f
|
- Launch Discord by running the following command: