How to download and install Remmina on Ubuntu 24.04

Share
  • Post Updated: January 15, 2025
Remmina Official LogoRemmina on Linux

Remmina is a powerful, open-source remote desktop client that simplifies connecting to remote systems, whether you’re managing servers, assisting colleagues, or accessing your home computer.

In 2025, as Ubuntu continues to gain traction among developers and IT professionals, Remmina remains a go-to tool for its versatility and support for multiple protocols like RDP, VNC, SSH, and more.

If you’re using Ubuntu 24.04 and need a reliable way to handle remote connections, Remmina is a straightforward and efficient solution. This guide will walk you through downloading and installing Remmina on your system, so you can start managing remote desktops with ease.

How to download Remmina on Ubuntu 24.04

If you prefer to click-and-download Remmina on your Ubuntu system, just follow the instructions below:

  1. Choose where you want to download Remmina from:
  2. Once downloaded, follow the provided installation instructions for your chosen format. After installation, launch Remmina from your applications menu and start managing your remote desktop connections.

How to install Remmina using the command line

Step 1: Update Your System

Before installing Remmina, ensure your system is up to date. Open your terminal and run:

sudo apt update && sudo apt upgrade -y

Step 2: Install Remmina via APT (Default Method)

The easiest way to install Remmina is through Ubuntu’s default package manager, APT. Run the following command:

sudo apt install remmina -y

Step 3: Install Additional Plugins (Optional)

To enable support for protocols like RDP, VNC, and SSH, install the necessary plugins with this command:

sudo apt install remmina-plugin-rdp remmina-plugin-vnc remmina-plugin-secret -y

Install Remmina via Snap (Alternative Method)

If you prefer using Snap, you can install Remmina with this command:

sudo snap install remmina

Install Remmina via Flatpak (Alternative Method)

For Flatpak users, Remmina is also available on Flathub. Install it with this command:

flatpak install flathub org.remmina.Remmina

Step 4: Launch Remmina

Once installed, you can launch Remmina from your applications menu or by typing remmina in the terminal.

What is Remmina About?

Remmina is an open-source remote desktop client designed for Ubuntu and other Linux systems. It allows users to connect to remote machines using a variety of protocols, including RDP, VNC, SSH, and more.

Whether you’re managing servers, providing technical support, or accessing your work computer from home, Remmina provides a user-friendly interface and robust functionality to streamline remote connections.

Features:

  • Multi-Protocol Support: Works with RDP, VNC, SSH, SFTP, and other protocols.
  • User-Friendly Interface: Simple and intuitive design for easy navigation.
  • Session Management: Save and organize remote connections for quick access.
  • Customizable Settings: Adjust display, audio, and keyboard settings for optimal performance.
  • Lightweight: Efficient and fast, even on older hardware.

Remmina Screenshots

Installation Video

How to uninstall Remmina from Ubuntu

Method 1: Uninstall Remmina via APT
If you installed Remmina using APT, use the following command to remove it:

sudo apt remove remmina -y

To also remove any installed plugins, run:

sudo apt remove remmina-plugin-rdp remmina-plugin-vnc remmina-plugin-secret -y

If you want to remove all configuration files associated with Remmina, use this command:

sudo apt purge remmina* -y

Uninstall Remmina via Snap
If you installed Remmina using Snap, uninstall it with this command:

sudo snap remove remmina

Uninstall Remmina via Flatpak
For Flatpak installations, use the following command to remove Remmina:

flatpak uninstall org.remmina.Remmina

Clean Up Unused Dependencies
After uninstalling Remmina, you can clean up any unused dependencies with this command:

sudo apt autoremove -y

Hope this post helped, please let us know if you need any help or if you have any questions. You can contact us or leave a comment below.


Today’s articles you should read: KTorrent for Ubuntu, Zenkit for Ubuntu, Vectr for Ubuntu, & Best Software on Ubuntu.