Discord on Ubuntu

·

1 min read

Step 1: Open the terminal by pressing ‘CTRL+ALT+T’ or search it manually in the activities and update the packages list.

$ sudo apt update Step 2: Now install the required packages for Discord installation on your system.

$ sudo apt install gdebi-core wget Step 3: Download the Discord using the ‘wget’ command.

$ wget -O ~/discord.deb "https://discordapp.com/api/download?platform=linux&format=deb" Step 4: Utilize the following command to install the downloaded discord package.

$ sudo gdebi ~/discord.deb The error-free output declares that now Discord exists on your system.

Step 5: Search for the Discord application in the Activities.