How To Install percolator-static on Rocky Linux 8

In this tutorial we learn how to install percolator-static on Rocky Linux 8. percolator-static is percolator static libraries

Introduction

In this tutorial we learn how to install percolator-static on Rocky Linux 8.

What is percolator-static

This package contains static libraries of percolator.

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

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

sudo dnf -y install percolator-static

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

sudo yum -y install percolator-static

How To Uninstall percolator-static on Rocky Linux 8

To uninstall only the percolator-static package we can use the following command:

sudo dnf remove percolator-static

percolator-static Package Contents on Rocky Linux 8

/usr/lib64/percolator
/usr/lib64/percolator/libMSToolkit.a
/usr/lib64/percolator/libRAMP.a
/usr/lib64/percolator/libblas.a
/usr/lib64/percolator/libconverters.a
/usr/lib64/percolator/libeludelibrary.a
/usr/lib64/percolator/libfido.a
/usr/lib64/percolator/libperclibrary.a
/usr/lib64/percolator/libperclibrary_part.a
/usr/lib64/percolator/libpicked_protein.a
/usr/share/doc/percolator-static
/usr/share/doc/percolator-static/RAMP-README
/usr/share/doc/percolator-static/RAMP-Readme.Mike.txt
/usr/share/doc/percolator-static/ReadMe.txt
/usr/share/licenses/percolator-static
/usr/share/licenses/percolator-static/RAMP_license_lgpl-2.1.txt
/usr/share/licenses/percolator-static/license.txt

References

Summary

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