How to Install and Uninstall libguac.x86_64 Package on CentOS Stream 9

Last updated: May 20,2024

1. Install "libguac.x86_64" package

Please follow the steps below to install libguac.x86_64 on CentOS Stream 9

$ sudo dnf update $ sudo dnf install libguac.x86_64

2. Uninstall "libguac.x86_64" package

Here is a brief guide to show you how to uninstall libguac.x86_64 on CentOS Stream 9:

$ sudo dnf remove libguac.x86_64 $ sudo dnf autoremove

3. Information about the libguac.x86_64 package on CentOS Stream 9

Last metadata expiration check: 2:31:29 ago on Sat Mar 16 16:03:45 2024.
Available Packages
Name : libguac
Version : 1.5.4
Release : 1.el9
Architecture : x86_64
Size : 108 k
Source : guacamole-server-1.5.4-1.el9.src.rpm
Repository : epel
Summary : The common library used by all C components of Guacamole
URL : https://guacamole.apache.org/
License : Apache-2.0
Description : libguac is the core library for guacd (the Guacamole proxy) and any protocol
: support plugins for guacd. libguac provides efficient buffered I/O of text and
: base64 data, as well as somewhat abstracted functions for sending Guacamole
: instructions.