How To Install Remmina in Ubuntu – A Remote Desktop Client

Remmina Install Ubuntu Ways Techhyme

Remmina is a free, open-source, and cross-platform remote desktop client software. It is primarily used to access remote computers running different operating systems, including Windows, macOS, and Linux, from a single machine. The software supports various protocols, such as RDP, VNC, SPICE, NX, XDMCP, and SSH. Remmina is written in GTK and can be installed on various Linux distributions, as well as on other Unix-like operating systems.

Open your terminal, and run the below apt update command to update the APT repositories. This command ensures you use the most up-to-date version of Remmina in the default repositories.

Command: apt update -y

Before installing any package on a Debian-based system, it is recommended to run sudo apt update to ensure that the package list on the system is up-to-date.

Remmina Ubuntu Install Techhyme

Once updated, run the following apt install command to install Remmina and its all dependencies

Command: apt install -y remmina remmina-plugin-rdp remmina-plugin-secret remmina-plugin-spice

Remmina Ubuntu Install Techhyme

Now, run the below remmina command to launch Remmina from the terminal.

Command: remmina

Remmina Ubuntu Install Techhyme

To install Remmina from the PPA repositories, follow these steps:

Run the following add-apt-repository command to add Remmina’s PPA repository to your system’s list of repositories.

Command: add-apt-repository ppa:remmina-ppa-team/remmina-next

When prompted, press Enter to confirm adding the PPA repositories.

Remmina Ubuntu Install Techhyme

Once added, run the below apt update command to update your local package index with the latest package information from all repositories, including the PPA you added.

Remmina Ubuntu Install Techhyme

After the completion of update, run the apt-cache command below to verify that the Remmina PPA repository has been added.

Command: apt-cache policy remmina

Remmina Ubuntu Install Techhyme

If successful, you will see the message that indicating the package is available from the remmina-ppa-team/remmina-next repository. Finally, run the following apt install command to install remmina from the PPA repository.

Command: apt install -y remmina

Remmina Ubuntu Install Techhyme

Run the below snap command to install remmina on your system with SNAP installer:

Command: snap install remmina

Remmina Ubuntu Install Techhyme

Furthermore, you can also install the Remmina tool through UBUNTU Software Application.

Remmina Ubuntu Install Techhyme

You may also read:

Related Posts

Adding Users in Windows and Linux: A Step-by-Step Guide

Adding users to an operating system is a fundamental administrative task that allows individuals to access and utilize a computer system. Both Windows and Linux offer methods…

File Permissions Linux Techhyme

Understanding Common File Permissions in Linux

File permissions are a fundamental aspect of file management in Unix-based operating systems like Linux. They play a crucial role in determining who can access, modify, or…

Active Connections Kali Linux Techhyme

How To Check Active Connections in Kali Linux

Kali Linux, known for its prowess in cybersecurity and ethical hacking, provides a powerful command-line tool called `netstat` for monitoring active network connections. This tool is indispensable…

Kali linux system information commands techhyme

Top 11 System Information Commands in Kali Linux

In the realm of ethical hacking and penetration testing, the post-exploitation phase is a critical juncture where an attacker seeks to establish and maintain control over a…

Linux System Key Components Techhyme

7 Major Key Components That Make Up A Linux System

Linux, an open-source operating system, has become one of the most widely used platforms due to its stability, security, and flexibility. It is comprised of various components…

File Finding Commands Linux Techhyme

Top 4 File Finding Commands in Linux

In the vast world of Linux, one of the most common tasks is finding files and directories scattered throughout the file system. Fortunately, Linux provides several powerful…

Leave a Reply