How To Install gnome-rdp on Fedora 36

In this tutorial we learn how to install gnome-rdp in Fedora 36. gnome-rdp is Remote Desktop Protocol client for the GNOME desktop environment

Introduction

In this tutorial we learn how to install gnome-rdp on Fedora 36.

What is gnome-rdp

gnome-rdp is a Remote Desktop Protocol client for the GNOME desktop environment. It supports RDP, VNC and SSH. Configured sessions can be saved to the built in list.

We can use yum or dnf to install gnome-rdp on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gnome-rdp.

Install gnome-rdp on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install gnome-rdp using dnf by running the following command:

sudo dnf -y install gnome-rdp

Install gnome-rdp on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install gnome-rdp using yum by running the following command:

sudo yum -y install gnome-rdp

How To Uninstall gnome-rdp on Fedora 36

To uninstall only the gnome-rdp package we can use the following command:

sudo dnf remove gnome-rdp

gnome-rdp Package Contents on Fedora 36

/usr/bin/gnome-rdp
/usr/lib64/gnome-rdp
/usr/lib64/gnome-rdp/gnome-rdp.exe
/usr/share/applications/gnome-rdp.desktop
/usr/share/doc/gnome-rdp
/usr/share/doc/gnome-rdp/COPYING-GNOME-RDP
/usr/share/icons/hicolor/48x48/apps/gnome-rdp.png

References

Summary

In this tutorial we learn how to install gnome-rdp on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).