Skip to content
Follow
Ubuntu Linux

How to Install Discord on Ubuntu 24.04: Step-by-Step Guide

Richard
Written by
Richard
Dec 11, 2024 Updated Jul 13, 2026 4 min read
How to Install Discord on Ubuntu 24.04: Step-by-Step Guide
How to Install Discord on Ubuntu 24.04: Step-by-Step Guide

Installing Discord on Ubuntu 24.04 lets you chat with friends through voice, video, and text.

Discord is a popular free app that communities, especially gamers, use to talk with each other.

You can easily add Discord to your Ubuntu 24.04 computer using a downloaded file or a special app system called Flatpak. This guide walks you through both ways.

One method uses a .deb file, which is a simple way to install programs, especially if you’re comfortable using the command line. The other uses Flatpak, which keeps apps separate and makes updating them simpler.

⚡ Quick Answer

Install Discord on Ubuntu 24.04 by downloading the DEB package and installing it with `sudo apt install ./discord.deb` in the terminal, or use `sudo snap install discord` for a Snap package. You can also use the Software Center for a graphical installation.

Install Discord using the DEB package

You can install Discord on Ubuntu 24.04 using the official DEB package directly from your terminal. This method involves first downloading the Discord DEB package, then running one command in the terminal to install Discord, providing a way to add Discord to your system.

Run this command in your terminal to download the Discord DEB package.

💻Code
wget -O discord.deb "https://discord.com/api/download?platform=linux&format=deb"

Then, run the command below to install the downloaded package.

After installing Discord, you can launch the Discord application by typing `discord` in your terminal, or you can open the Discord app icon from your desktop apps center.

Installing Discord on Ubuntu 24.04 with Snap is a method for getting the app if you prefer it over the DEB package. Snap packages are a modern way to install applications, and this approach lets you get Discord running with one command in your terminal.

To do that, run the command below in your terminal.

🐧Bash / Shell
sudo snap install discord

Once installed, you can launch it using the command below or open the app in the desktop apps center.

Discord can be installed on Ubuntu 24.04 using Flatpak, a system that securely packages applications by keeping them separate from your main Ubuntu system. Flatpak isn’t installed on Ubuntu by default, so you’ll need to set it up first.

This third-party system for distributing applications requires installing the Flatpak manager before you can install Discord through it.

You’ll need to install the Flatpak manager first, then install Discord through it.

First, update and install Flatpak.

🐧Bash / Shell
sudo apt update && sudo apt upgrade
sudo apt install flatpak

Next, add the Flatpak repository to Ubuntu.

💻Code
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Finally, install Discord.

💻Code
flatpak install flathub com.discordapp.Discord

Once installed, you can launch it using the command below or open the app in the desktop apps center.

The Ubuntu Software Center, a graphical application store, simplifies installing Discord on Ubuntu 24.04. Open the Software Center application. Search for "Discord" within the Software Center. Click the install button to add Discord to your computer.

Click on the Software Center icon on the sidebar to open it.

Ubuntu Software Center
Ubuntu Software Center

Search for Discord and install it.

Ubuntu Software Center search discord
Ubuntu Software Center search discord

Click Install.

Ubuntu Software Center search discord install
Ubuntu Software Center search discord install

Use the app launcher and launch it.

Ubuntu Discord launch
Ubuntu Discord launch

That should do it!

Conclusion:

Getting Discord installed on Ubuntu 24.04 is a flexible process with several options to fit how you like to work. Here are the key points to remember:

  • Multiple Installation Methods: You can choose between DEB package, Snap, Flatpak, or the Software Center.
  • User-Friendly: Most methods can be executed through the terminal, but the Software Center offers a graphical interface for ease of use.
  • Secure and Updated: Flatpak enhances security with its sandboxing approach and allows easy updates.
  • Accessibility: Once installed, launching Discord is straightforward, whether from the terminal or desktop apps center.
  • Community and Collaboration: Discord provides a robust platform for gamers, communities, and teams to communicate effectively.

Choose the installation method best for your comfort level and enjoy connecting with others on Discord!

Is Discord compatible with Ubuntu?

Discord’s Linux app is built with Electron, similar to its other platforms. Even so, it integrates nicely with the GNOME Shell desktop environment that Ubuntu uses. You get a status tray indicator with basic options and can even receive native desktop notifications.

How to install Discord on Ubuntu without Snap?

Method 3: Installing Discord via Flatpak. Flatpak is another system for managing applications on Linux, much like Snap. Discord is available as a Flatpak package. Once it’s installed, you can launch Discord from your application menu or by running the command flatpak run com.discordapp.Discord in the terminal.

Which Linux distro is best for Discord?

The official Discord desktop app hasn’t always worked perfectly on every Linux distribution. It tends to perform better on X11 compared to Wayland, but it’s not always flawless even then.

Was this guide helpful?

Was this helpful?
Richard

About the Author

Richard

Tech Writer, IT Professional

Richard, a writer for Geek Rewind, is a tech enthusiast who loves breaking down complex IT topics into simple, easy-to-understand ideas. With years of hands-on experience in system administration and enterprise IT operations, he’s developed a knack for offering practical tips and solutions. Richard aims to make technology more accessible and actionable. He's deeply committed to the Geek Rewind community, always ready to answer questions and engage in discussions.

📚 Related Tutorials

How to Install GNOME Desktop on Ubuntu 24.04
Ubuntu Linux How to Install GNOME Desktop on Ubuntu 24.04
How to Install KDE Desktop on Ubuntu 24.04
Ubuntu Linux How to Install KDE Desktop on Ubuntu 24.04

No comments yet — be the first to share your thoughts!

Leave a Comment

Your email address will not be published. Required fields are marked *