How To Install gssproxy on Fedora 36
In this tutorial we learn how to install gssproxy in Fedora 36. gssproxy is GSSAPI Proxy
Introduction
In this tutorial we learn how to install gssproxy
on Fedora 36.
What is gssproxy
A proxy for GSSAPI credential handling
We can use yum
or dnf
to install gssproxy
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install gssproxy.
Install gssproxy 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 gssproxy
using dnf
by running the following command:
sudo dnf -y install gssproxy
Install gssproxy 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 gssproxy
using yum
by running the following command:
sudo yum -y install gssproxy
How To Uninstall gssproxy on Fedora 36
To uninstall only the gssproxy
package we can use the following command:
sudo dnf remove gssproxy
gssproxy Package Contents on Fedora 36
/etc/gss/mech.d/gssproxy.conf
/etc/gssproxy
/etc/gssproxy/99-nfs-client.conf
/etc/gssproxy/gssproxy.conf
/etc/rwtab.d/gssproxy
/usr/lib/.build-id
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/e412b44406ff414f8c910d2e5d37055a87f05e
/usr/lib/.build-id/c5
/usr/lib/.build-id/c5/e3a08f9a22403758a7efd9c2577f670e59aba9
/usr/lib/systemd/system/gssproxy.service
/usr/lib/tmpfiles.d/gssproxy.conf
/usr/lib64/gssproxy
/usr/lib64/gssproxy/proxymech.so
/usr/sbin/gssproxy
/usr/share/licenses/gssproxy
/usr/share/licenses/gssproxy/COPYING
/usr/share/man/man5/gssproxy.conf.5.gz
/usr/share/man/man8/gssproxy-mech.8.gz
/usr/share/man/man8/gssproxy.8.gz
/var/lib/gssproxy
/var/lib/gssproxy/clients
/var/lib/gssproxy/default.sock
/var/lib/gssproxy/rcache
References
Summary
In this tutorial we learn how to install gssproxy
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).