How To Install libproxy-bin on Rocky Linux 8

In this tutorial we learn how to install libproxy-bin on Rocky Linux 8. libproxy-bin is Binary to test libproxy

Introduction

In this tutorial we learn how to install libproxy-bin on Rocky Linux 8.

What is libproxy-bin

The libproxy-bin package contains the proxy binary for libproxy

We can use yum or dnf to install libproxy-bin on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install libproxy-bin.

Install libproxy-bin on Rocky Linux 8 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

After updating yum database, We can install libproxy-bin using dnf by running the following command:

sudo dnf -y install libproxy-bin

Install libproxy-bin on Rocky Linux 8 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

After updating yum database, We can install libproxy-bin using yum by running the following command:

sudo yum -y install libproxy-bin

How To Uninstall libproxy-bin on Rocky Linux 8

To uninstall only the libproxy-bin package we can use the following command:

sudo dnf remove libproxy-bin

libproxy-bin Package Contents on Rocky Linux 8

/usr/bin/proxy
/usr/lib/.build-id
/usr/lib/.build-id/5e
/usr/lib/.build-id/5e/2f5e15856e2c1c193c9f3d50d7ad3dbde38040
/usr/share/man/man1/proxy.1.gz

References

Summary

In this tutorial we learn how to install libproxy-bin on Rocky Linux 8 using yum and dnf.