Discord
Discord is a free voice, video, and text chat app for gamers. It is available on Windows, macOS, iOS, Android, and Linux.
Flatpak install (Recommended)
You can install Discord via Flatpak by running the following commands in your terminal:
flatpak install flathub com.discordapp.Discord
System install
To install Discord on AnduinOS, you can run:
link="https://discord.com/api/download?platform=linux&format=deb"
wget -O discord.deb $link
sudo apt install ./discord.deb -y
rm discord.deb
Unable to automatically upgrade this application
The above command only installs the launcher. If you run sudo apt upgrade
, it won't upgrade it automatically. You will need to manually rerun the above command to upgrade.
This is because the software provider didn't setup a repository for automatic updates. You will need to check the official website for updates.