How To Install gridsite-clients on Rocky Linux 8

In this tutorial we learn how to install gridsite-clients on Rocky Linux 8. gridsite-clients is Clients to gridsite including htcp, htrm, htmv

Introduction

In this tutorial we learn how to install gridsite-clients on Rocky Linux 8.

What is gridsite-clients

GridSite was originally a web application developed for managing and formatting the content of the http has grown into a set of extensions to the Apache web server and a toolkit for Grid credentials, GACL access control lists and HTTP(S) protocol operations. This package gridsite-clients, contains clients for using against gridsite, htcp, htrm, …

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

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

sudo dnf -y install gridsite-clients

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

sudo yum -y install gridsite-clients

How To Uninstall gridsite-clients on Rocky Linux 8

To uninstall only the gridsite-clients package we can use the following command:

sudo dnf remove gridsite-clients

gridsite-clients Package Contents on Rocky Linux 8

/usr/bin/findproxyfile
/usr/bin/htcp
/usr/bin/htfind
/usr/bin/htll
/usr/bin/htls
/usr/bin/htmkdir
/usr/bin/htmv
/usr/bin/htping
/usr/bin/htproxydestroy
/usr/bin/htproxyinfo
/usr/bin/htproxyput
/usr/bin/htproxyrenew
/usr/bin/htproxytime
/usr/bin/htproxyunixtime
/usr/bin/htrm
/usr/bin/urlencode
/usr/lib/.build-id
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/60aba63cf243bf60b88f310220b1fd2fde7938
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/06f072f7e7bf4735de67a825820ef479e50635
/usr/lib/.build-id/63
/usr/lib/.build-id/63/61d8fdb2257a5870939b3f7f780ee81e008066
/usr/lib/.build-id/69
/usr/lib/.build-id/69/e61fec24fee4bd30ac7d742177d362d1685284
/usr/share/man/man1/findproxyfile.1.gz
/usr/share/man/man1/htcp.1.gz
/usr/share/man/man1/htfind.1.gz
/usr/share/man/man1/htll.1.gz
/usr/share/man/man1/htls.1.gz
/usr/share/man/man1/htmkdir.1.gz
/usr/share/man/man1/htmv.1.gz
/usr/share/man/man1/htping.1.gz
/usr/share/man/man1/htproxydestroy.1.gz
/usr/share/man/man1/htproxyinfo.1.gz
/usr/share/man/man1/htproxyput.1.gz
/usr/share/man/man1/htproxyrenew.1.gz
/usr/share/man/man1/htproxytime.1.gz
/usr/share/man/man1/htproxyunixtime.1.gz
/usr/share/man/man1/htrm.1.gz
/usr/share/man/man1/urlencode.1.gz

References

Summary

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