How To Install libguac on Fedora 36

In this tutorial we learn how to install libguac in Fedora 36. libguac is The common library used by all C components of Guacamole

Introduction

In this tutorial we learn how to install libguac on Fedora 36.

What is libguac

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.

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

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

sudo dnf -y install libguac

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

sudo yum -y install libguac

How To Uninstall libguac on Fedora 36

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

sudo dnf remove libguac

libguac Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/cd
/usr/lib/.build-id/cd/59a97d80cf8336af535e632e49dce7fe4b13a2
/usr/lib64/libguac.so.20
/usr/lib64/libguac.so.20.0.0
/usr/share/doc/libguac
/usr/share/doc/libguac/CONTRIBUTING
/usr/share/doc/libguac/README
/usr/share/licenses/libguac
/usr/share/licenses/libguac/LICENSE

References

Summary

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


title: “How To Install libguac on Fedora 36” linkTitle: “libguac” type: “docs” description: “In this tutorial we learn how to install libguac in Fedora 36. libguac is The common library used by all C components of Guacamole” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libguac-featured.png

Introduction

In this tutorial we learn how to install libguac on Fedora 36.

What is libguac

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.

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

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

sudo dnf -y install libguac

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

sudo yum -y install libguac

How To Uninstall libguac on Fedora 36

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

sudo dnf remove libguac

libguac Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/d1
/usr/lib/.build-id/d1/f2c8410972b6e2d7ca2bd1af8656ac53fd0045
/usr/lib/libguac.so.20
/usr/lib/libguac.so.20.0.0
/usr/share/doc/libguac
/usr/share/doc/libguac/CONTRIBUTING
/usr/share/doc/libguac/README
/usr/share/licenses/libguac
/usr/share/licenses/libguac/LICENSE

References

Summary

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