

To Install Discord using snapįirst, you need to install the snap package and check whether the snap daemon service is running? You can check the status using systemctl command $ sudo systemctl status snapd Check Snap Daemon is running You can install discord very easily on your Ubuntu/Debian system using snap or flatpak. How to Install Discord using snap or flatpak

How to Install Discord from the tar.gz package.How to Install Discord using snap or flatpak.If you find yourself at the bottom of these page and maybe my story was helpful, clap hands, so I’ll know. These steps are copy/paste from snapcrafters Github: sudo snap install discord sudo snap connect discord:camera core:camera sudo snap connect discord:mount-observe core:mount-observe sudo snap connect discord:network-observe core:network-observe sudo snap connect discord:process-control core:process-control sudo snap connect discord:removable-media sudo snap connect discord:system-observe core:system-observe If you encounter any problems with snap installation check their official installation guide. Now type hello-world, and if you can see this: Hello World! You can check if snap installation is okay by installing hello-world and execute it: snap install hello-world Keep in mind that this snap is maintained by the Snapcrafters community, and is not officially maintained by the upstream developers.įirst install snap: sudo apt update sudo apt install snapd -y systemctl enable -now snapd apparmor sudo snap install coreĬonsider adding snap dir to your $PATH: export PATH="/snap/bin:$PATH" If not you may want to try install Discord via snap.
