How To Install libguac-client-rdp on Fedora 36

In this tutorial we learn how to install libguac-client-rdp in Fedora 36. libguac-client-rdp is RDP support for guacd

Introduction

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

What is libguac-client-rdp

libguac-client-rdp is a protocol support plugin for the Guacamole proxy (guacd) which provides support for RDP, the proprietary remote desktop protocol used by Windows Remote Deskop / Terminal Services, via the libfreerdp library.

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

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

sudo dnf -y install libguac-client-rdp

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

sudo yum -y install libguac-client-rdp

How To Uninstall libguac-client-rdp on Fedora 36

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

sudo dnf remove libguac-client-rdp

libguac-client-rdp Package Contents on Fedora 36

---
title: "How To Install libguac-client-rdp on Fedora 36"
linkTitle: "libguac-client-rdp"
type: "docs"
description: "In this tutorial we learn how to install libguac-client-rdp in Fedora 36. libguac-client-rdp is RDP support for guacd"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libguac-client-rdp-featured.png
---

## Introduction

In this tutorial we learn how to install `libguac-client-rdp` on Fedora 36.

### What is `libguac-client-rdp`

> libguac-client-rdp is a protocol support plugin for the Guacamole proxy (guacd) which provides support for RDP, the proprietary remote desktop protocol used by Windows Remote Deskop / Terminal Services, via the libfreerdp library.  

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

## Install libguac-client-rdp on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

After updating yum database, We can install libguac-client-rdp using dnf by running the following command:

sudo dnf -y install libguac-client-rdp

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

sudo yum -y install libguac-client-rdp

How To Uninstall libguac-client-rdp on Fedora 36

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

sudo dnf remove libguac-client-rdp

libguac-client-rdp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/89
/usr/lib/.build-id/89/a7b46eeb1a28dde18bce4d0e8a9cd3177a2697
/usr/lib/.build-id/92
/usr/lib/.build-id/92/7bd1fa664e9f44dafaad6501d573053f9c1536
/usr/lib/.build-id/f2
/usr/lib/.build-id/f2/cdb9a9d5e5a3633262a8e172f6218bb20f3df1
/usr/lib/freerdp2/libguac-common-svc-client.so
/usr/lib/freerdp2/libguacai-client.so
/usr/lib/libguac-client-rdp.so
/usr/lib/libguac-client-rdp.so.0
/usr/lib/libguac-client-rdp.so.0.0.0

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/1c /usr/lib/.build-id/1c/705c690655796b092c376f62b297b2ccff6bc5 /usr/lib/.build-id/a2 /usr/lib/.build-id/a2/5bcd72875a7a758d7dc1dc159b615efb9c6d77 /usr/lib/.build-id/fc /usr/lib/.build-id/fc/eb4131d88b575239077eacf4749f002305a311 /usr/lib64/freerdp2/libguac-common-svc-client.so /usr/lib64/freerdp2/libguacai-client.so /usr/lib64/libguac-client-rdp.so /usr/lib64/libguac-client-rdp.so.0 /usr/lib64/libguac-client-rdp.so.0.0.0


## References

* [libguac-client-rdp website](https://guacamole.apache.org/)

## Summary

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