RackNerd Billboard Banner

4 Ways to Install Discord on Ubuntu

Discord has become the go-to app for gamers, communities, and professionals looking for a simple way to chat and share. If you’re running Ubuntu and want Discord on your system, you’ve got options. Here are four reliable ways to install Discord on Ubuntu.


1. Install Discord Using the Official .deb Package

The easiest way for most users:

  1. Go to the official Discord download page.
  2. Download the .deb package for Linux.
  3. Open your terminal and navigate to the download folder:
    cd ~/Downloads
  4. Install the package using:
    sudo dpkg -i discord-*.deb
  5. If you run into any missing dependencies, fix them with:
    sudo apt-get install -f

That’s it—Discord is now installed!


2. Install Discord via Snap

Snap is a package management system that makes installing apps quick and simple:

  1. Make sure Snap is installed:
    sudo apt update sudo apt install snapd
  2. Install Discord:
    sudo snap install discord

This method handles updates automatically, so you’re always running the latest version.


3. Install Discord with Flatpak

Flatpak is another universal package manager that works on many Linux distributions:

  1. Install Flatpak if you haven’t already:
    sudo apt install flatpak
  2. Add the Flathub repository (if you haven’t done this before):
    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  3. Install Discord:
    flatpak install flathub com.discordapp.Discord
  4. To run Discord:
    flatpak run com.discordapp.Discord

4. Use the Unofficial “Discord Canary” Version

Discord Canary is the cutting-edge version of Discord. It’s not always stable, but you get early access to new features.

  1. Download the latest Discord Canary .deb from here.
  2. Follow the same installation steps as for the stable .deb package above.

Note: Because this is a testing version, expect occasional bugs.


Final Thoughts

You don’t need to be a Linux guru to get Discord up and running on Ubuntu. Whether you prefer the official .deb, Snap, Flatpak, or Canary, there’s a method that fits your needs. Pick the one you’re most comfortable with, and join the conversation!


Have questions or run into trouble? Drop a comment below—let’s get your Discord running!

0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
RackNerd Billboard Banner
© 2025 Computer Everywhere
Your Everyday Guide to the Digital World.
Terms of Service | Privacy Policy
Copy link