How to Install and Uninstall gssproxy Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "gssproxy" package

Please follow the step by step instructions below to install gssproxy on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install gssproxy

2. Uninstall "gssproxy" package

In this section, we are going to explain the necessary steps to uninstall gssproxy on openSuSE Tumbleweed:

$ sudo zypper remove gssproxy

3. Information about the gssproxy package on openSuSE Tumbleweed

Information for package gssproxy:
---------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : gssproxy
Version : 0.8.4-3.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 249.2 KiB
Installed : No
Status : not installed
Source package : gssproxy-0.8.4-3.1.src
Upstream URL : https://github.com/gssapi/gssproxy
Summary : Daemon for managing gss-api requests
Description :
gssproxy allows the complexity of GSS security negotiation
to be centrallized. It is particularly useful to keep this out
of kernel space, so that CIPFS, NFS, AFS etc can use GSS-API without
complexity in the kernel.
Using it also improves isolation and privilege separation, so that
HTTP servers, for example, can use GSS-API without needing to access
keys directly.