Ubuntu 20.04 - Install Discord Client
Steps
Run the following command to download and install Discord using a traditional deb package file.
sudo apt update \
&& sudo apt install -y gdebi-core wget \
&& wget -O ~/discord.deb "https://discordapp.com/api/download?platform=linux&format=deb" \
&& sudo gdebi ~/discord.deb
Snap Installation
There is a far simpler way to install through snaps (below)
sudo snap install discord
References
- Linuxconfig.org - Install Discord on Ubuntu 20.04 step by step instructions
- Ubuntu.com - Discord is now available as a snap for Ubuntu and other distributions
Last updated: 28th June 2021
First published: 28th June 2021
First published: 28th June 2021