Site icon Ubuntu Free

Discord on Ubuntu 24.04: Install Guide

Chatting on Ubuntu 24.04 gets a boost with Discord, a free, cross-platform app loved by gamers, study groups, and teams.

In 2025, installing Discord on Ubuntu is quick and easy, keeping you connected with voice, video, and text.

Whether you’re coordinating raids or catching up with friends, this guide walks you through the setup on Ubuntu 24.04, so let’s get started.

How to Install Discord on Ubuntu 24.04

Choose your method to install Discord, all tested for Ubuntu 24.04:

Method 1: Install via Official DEB (Recommended)

  1. Download the latest .deb package from discord.com/download (e.g., discord-0.0.66.deb as of Feb 2025).
  2. Open your terminal, navigate to Downloads:
    cd ~/Downloads
  3. Install the .deb package:
    sudo apt install ./discord-0.0.66.deb

    (Replace with your downloaded version)

  4. Launch it from your applications menu, or type:
    discord
  5. Sign in with your Discord account.

Method 2: Install via Snap

  1. Open your terminal.
  2. Install Discord with Snap:
    sudo snap install discord
  3. Launch it from your applications menu, or type:
    discord
  4. Log in to join your servers.

Method 3: Install via Flatpak

  1. Open your terminal.
  2. Install Flatpak if needed:
    sudo apt install flatpak
  3. Add the Flathub repository:
    flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  4. Install Discord:
    flatpak install flathub com.discordapp.Discord
  5. Launch it:
    flatpak run com.discordapp.Discord
  6. Sign in with your account.

Tip: DEB offers direct updates from Discord (0.0.66 as of Feb 2025), Snap and Flatpak provide sandboxing and ease, all work seamlessly on 24.04.

What Makes Discord Special

Discord, launched in 2015 by Discord Inc., is a free, cross-platform chat app built for gamers, now a hub for all communities. With crystal-clear voice and lightweight design, it’s perfect for Ubuntu 24.04:

System Requirements

Discord in Action: Screenshots

Video: Install Discord on Ubuntu

Watch this setup guide:

How to Uninstall Discord

  1. Open your terminal.
  2. For DEB installs:
    sudo apt remove discord
  3. For Snap installs:
    sudo snap remove discord
  4. For Flatpak installs:
    flatpak uninstall com.discordapp.Discord
  5. Clear residual files (optional):
    rm -rf ~/.config/discord

More Ubuntu Chat Apps

Check out: Skype for Ubuntu, WhatsApp for Ubuntu, Telegram for Ubuntu

Exit mobile version