Gtkcord4 is a free and open source Discord client application for Linux. It is written in Go and released under GNU General Public License v3.0. Discord is an instant messaging and VoIP social platform with voice calls, video calls, text messaging, media and files in private chats. It is a simple and easy to use application.
How to Install Gtkcord4 on Ubuntu
To install Gtkcord4 on your system, first you need install flatpak and flathub on your system and restart it after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After the installation, open the terminal application (ctrl+alt+t) and run below Gtkcord4 flatpak install command. It will install the latest version of Gtkcord4 on your system.
flatpak install flathub so.libdb.gtkcord4
And open it using below command.
flatpak run so.libdb.gtkcord4
And uninstall it using below commands.
flatpak uninstall so.libdb.gtkcord4
[OR]
sudo flatpak uninstall so.libdb.gtkcord4