How To Install nordugrid-arc-datadelivery-service on Rocky Linux 8
Introduction
In this tutorial we learn how to install nordugrid-arc-datadelivery-service
on Rocky Linux 8.
What is nordugrid-arc-datadelivery-service
NorduGrid is a collaboration aiming at development, maintenance and support of the middleware, known as the Advanced Resource Connector (ARC). This package contains the ARC data delivery service.
We can use yum
or dnf
to install nordugrid-arc-datadelivery-service
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install nordugrid-arc-datadelivery-service.
Install nordugrid-arc-datadelivery-service 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-datadelivery-service
using dnf
by running the following command:
sudo dnf -y install nordugrid-arc-datadelivery-service
Install nordugrid-arc-datadelivery-service 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-datadelivery-service
using yum
by running the following command:
sudo yum -y install nordugrid-arc-datadelivery-service
How To Uninstall nordugrid-arc-datadelivery-service on Rocky Linux 8
To uninstall only the nordugrid-arc-datadelivery-service
package we can use the following command:
sudo dnf remove nordugrid-arc-datadelivery-service
nordugrid-arc-datadelivery-service Package Contents on Rocky Linux 8
/etc/logrotate.d/nordugrid-arc-datadelivery-service
/usr/lib/.build-id
/usr/lib/.build-id/de
/usr/lib/.build-id/de/78ee6020d8542d42400d26df4cfc8aa48be674
/usr/lib/systemd/system/arc-datadelivery-service.service
/usr/lib64/arc/libdatadeliveryservice.apd
/usr/lib64/arc/libdatadeliveryservice.so
/usr/share/arc/arc-datadelivery-service-start
References
Summary
In this tutorial we learn how to install nordugrid-arc-datadelivery-service
on Rocky Linux 8 using yum and dnf.