How To Install nordugrid-arc-acix-core on Rocky Linux 8

In this tutorial we learn how to install nordugrid-arc-acix-core on Rocky Linux 8. nordugrid-arc-acix-core is ARC cache index - core

Introduction

In this tutorial we learn how to install nordugrid-arc-acix-core on Rocky Linux 8.

What is nordugrid-arc-acix-core

NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). Core components of the ARC Cache Index (ACIX).

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

Install nordugrid-arc-acix-core 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 nordugrid-arc-acix-core using dnf by running the following command:

sudo dnf -y install nordugrid-arc-acix-core

Install nordugrid-arc-acix-core 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 nordugrid-arc-acix-core using yum by running the following command:

sudo yum -y install nordugrid-arc-acix-core

How To Uninstall nordugrid-arc-acix-core on Rocky Linux 8

To uninstall only the nordugrid-arc-acix-core package we can use the following command:

sudo dnf remove nordugrid-arc-acix-core

nordugrid-arc-acix-core Package Contents on Rocky Linux 8

/usr/lib/python3.6/site-packages/acix
/usr/lib/python3.6/site-packages/acix/__init__.py
/usr/lib/python3.6/site-packages/acix/__pycache__
/usr/lib/python3.6/site-packages/acix/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/acix/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/acix/core
/usr/lib/python3.6/site-packages/acix/core/__init__.py
/usr/lib/python3.6/site-packages/acix/core/__pycache__
/usr/lib/python3.6/site-packages/acix/core/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/acix/core/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/acix/core/__pycache__/bitvector.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/acix/core/__pycache__/bitvector.cpython-36.pyc
/usr/lib/python3.6/site-packages/acix/core/__pycache__/bloomfilter.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/acix/core/__pycache__/bloomfilter.cpython-36.pyc
/usr/lib/python3.6/site-packages/acix/core/__pycache__/cacheclient.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/acix/core/__pycache__/cacheclient.cpython-36.pyc
/usr/lib/python3.6/site-packages/acix/core/__pycache__/hashes.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/acix/core/__pycache__/hashes.cpython-36.pyc
/usr/lib/python3.6/site-packages/acix/core/__pycache__/indexclient.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/acix/core/__pycache__/indexclient.cpython-36.pyc
/usr/lib/python3.6/site-packages/acix/core/__pycache__/ssl.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/acix/core/__pycache__/ssl.cpython-36.pyc
/usr/lib/python3.6/site-packages/acix/core/bitvector.py
/usr/lib/python3.6/site-packages/acix/core/bloomfilter.py
/usr/lib/python3.6/site-packages/acix/core/cacheclient.py
/usr/lib/python3.6/site-packages/acix/core/hashes.py
/usr/lib/python3.6/site-packages/acix/core/indexclient.py
/usr/lib/python3.6/site-packages/acix/core/ssl.py

References

Summary

In this tutorial we learn how to install nordugrid-arc-acix-core on Rocky Linux 8 using yum and dnf.