How To Install nordugrid-arc-acix-index on Rocky Linux 8
Introduction
In this tutorial we learn how to install nordugrid-arc-acix-index
on Rocky Linux 8.
What is nordugrid-arc-acix-index
NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). Index server component of the ARC Cache Index (ACIX), usually installed independently of any A-REX installation. This component pulls cache content from ACIX cache scanner servers and can be queried by clients for the location of cached files.
We can use yum
or dnf
to install nordugrid-arc-acix-index
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-index.
Install nordugrid-arc-acix-index 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-index
using dnf
by running the following command:
sudo dnf -y install nordugrid-arc-acix-index
Install nordugrid-arc-acix-index 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-index
using yum
by running the following command:
sudo yum -y install nordugrid-arc-acix-index
How To Uninstall nordugrid-arc-acix-index on Rocky Linux 8
To uninstall only the nordugrid-arc-acix-index
package we can use the following command:
sudo dnf remove nordugrid-arc-acix-index
nordugrid-arc-acix-index Package Contents on Rocky Linux 8
/usr/lib/python3.6/site-packages/acix/indexserver
/usr/lib/python3.6/site-packages/acix/indexserver/__init__.py
/usr/lib/python3.6/site-packages/acix/indexserver/__pycache__
/usr/lib/python3.6/site-packages/acix/indexserver/__pycache__/__init__.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/acix/indexserver/__pycache__/__init__.cpython-36.pyc
/usr/lib/python3.6/site-packages/acix/indexserver/__pycache__/index.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/acix/indexserver/__pycache__/index.cpython-36.pyc
/usr/lib/python3.6/site-packages/acix/indexserver/__pycache__/indexresource.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/acix/indexserver/__pycache__/indexresource.cpython-36.pyc
/usr/lib/python3.6/site-packages/acix/indexserver/__pycache__/indexsetup.cpython-36.opt-1.pyc
/usr/lib/python3.6/site-packages/acix/indexserver/__pycache__/indexsetup.cpython-36.pyc
/usr/lib/python3.6/site-packages/acix/indexserver/index.py
/usr/lib/python3.6/site-packages/acix/indexserver/indexresource.py
/usr/lib/python3.6/site-packages/acix/indexserver/indexsetup.py
/usr/lib/systemd/system/arc-acix-index.service
/usr/share/arc/arc-acix-index-start
References
Summary
In this tutorial we learn how to install nordugrid-arc-acix-index
on Rocky Linux 8 using yum and dnf.