How To Install perl-X2Go-Server on Fedora 36

In this tutorial we learn how to install perl-X2Go-Server in Fedora 36. perl-X2Go-Server is Perl X2Go

Introduction

In this tutorial we learn how to install perl-X2Go-Server on Fedora 36.

What is perl-X2Go-Server

X2Go is a server based computing environment with - session resuming - low bandwidth support - session brokerage support - client side mass storage mounting support - client side printing support - audio support - authentication by smartcard and USB stick This package contains the X2Go

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

Install perl-X2Go-Server 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 perl-X2Go-Server using dnf by running the following command:

sudo dnf -y install perl-X2Go-Server

Install perl-X2Go-Server 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 perl-X2Go-Server using yum by running the following command:

sudo yum -y install perl-X2Go-Server

How To Uninstall perl-X2Go-Server on Fedora 36

To uninstall only the perl-X2Go-Server package we can use the following command:

sudo dnf remove perl-X2Go-Server

perl-X2Go-Server Package Contents on Fedora 36

/usr/share/doc/perl-X2Go-Server
/usr/share/doc/perl-X2Go-Server/ChangeLog
/usr/share/licenses/perl-X2Go-Server
/usr/share/licenses/perl-X2Go-Server/COPYING
/usr/share/man/man3/X2Go::Config.3pm.gz
/usr/share/man/man3/X2Go::Server.3pm.gz
/usr/share/man/man3/X2Go::Server::Agent.3pm.gz
/usr/share/man/man3/X2Go::Server::Agent::NX.3pm.gz
/usr/share/man/man3/X2Go::SupeReNicer.3pm.gz
/usr/share/man/man3/X2Go::Utils.3pm.gz
/usr/share/perl5/vendor_perl/X2Go/Config.pm
/usr/share/perl5/vendor_perl/X2Go/Server
/usr/share/perl5/vendor_perl/X2Go/Server.pm
/usr/share/perl5/vendor_perl/X2Go/Server/Agent
/usr/share/perl5/vendor_perl/X2Go/Server/Agent.pm
/usr/share/perl5/vendor_perl/X2Go/Server/Agent/NX.pm
/usr/share/perl5/vendor_perl/X2Go/SupeReNicer.pm
/usr/share/perl5/vendor_perl/X2Go/Utils.pm

References

Summary

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