How To Install x2godesktopsharing on Fedora 34

x2godesktopsharing is Share X11 desktops with other users via X2Go

Introduction

In this tutorial we learn how to install x2godesktopsharing on Fedora 34.

What is x2godesktopsharing

X2Go Desktop Sharing is an X2Go add-on tool that allows a user to grant other X2Go users access to the current session (shadow session support). The current session may be an X2Go session itself or simply a local X11 session.

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

Install x2godesktopsharing on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

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

sudo dnf -y install x2godesktopsharing

Install x2godesktopsharing on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install x2godesktopsharing using yum by running the following command:

sudo yum -y install x2godesktopsharing

How To Uninstall x2godesktopsharing on Fedora 34

To uninstall only the x2godesktopsharing package we can use the following command:

sudo dnf remove x2godesktopsharing

x2godesktopsharing Package Contents on Fedora 34

/usr/bin/x2godesktopsharing
/usr/lib/.build-id
/usr/lib/.build-id/34
/usr/lib/.build-id/34/cd1a6d035c649b340755b8b1558cc0d497b7d1
/usr/share/applications/x2godesktopsharing.desktop
/usr/share/doc/x2godesktopsharing
/usr/share/doc/x2godesktopsharing/ChangeLog
/usr/share/icons/hicolor/128x128/apps/x2godesktopsharing.png
/usr/share/icons/hicolor/16x16/apps/x2godesktopsharing.png
/usr/share/icons/hicolor/32x32/apps/x2godesktopsharing.png
/usr/share/icons/hicolor/64x64/apps/x2godesktopsharing.png
/usr/share/licenses/x2godesktopsharing
/usr/share/licenses/x2godesktopsharing/COPYING
/usr/share/man/man1/x2godesktopsharing.1.gz
/usr/share/x2go/versions/VERSION.x2godesktopsharing
/usr/share/x2godesktopsharing
/usr/share/x2godesktopsharing/icons
/usr/share/x2godesktopsharing/icons/x2godesktopsharing.xpm

References

Summary

In this tutorial we learn how to install x2godesktopsharing on Fedora 34 using yum and dnf.