How To Install intel-cmt-cat-devel on Rocky Linux 8
Introduction
In this tutorial we learn how to install intel-cmt-cat-devel
on Rocky Linux 8.
What is intel-cmt-cat-devel
This software package provides basic support for Cache Monitoring Technology (CMT), Memory Bandwidth Monitoring (MBM), Cache Allocation Technology (CAT), Memory Bandwidth Allocation (MBA), and Code Data Prioratization (CDP). The package includes library, header file and sample code. For additional information please refer to https
We can use yum
or dnf
to install intel-cmt-cat-devel
on Rocky Linux 8. In this tutorial we discuss both methods but you only need to choose one of method to install intel-cmt-cat-devel.
Install intel-cmt-cat-devel 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 intel-cmt-cat-devel
using dnf
by running the following command:
sudo dnf -y install intel-cmt-cat-devel
Install intel-cmt-cat-devel 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 intel-cmt-cat-devel
using yum
by running the following command:
sudo yum -y install intel-cmt-cat-devel
How To Uninstall intel-cmt-cat-devel on Rocky Linux 8
To uninstall only the intel-cmt-cat-devel
package we can use the following command:
sudo dnf remove intel-cmt-cat-devel
intel-cmt-cat-devel Package Contents on Rocky Linux 8
/usr/include/pqos.h
/usr/lib/libpqos.so
/usr/lib/libpqos.so.4
/usr/src/intel-cmt-cat-4.0.0/LICENSE
/usr/src/intel-cmt-cat-4.0.0/c/CAT_MBA/Makefile
/usr/src/intel-cmt-cat-4.0.0/c/CAT_MBA/allocation_app_l2cat.c
/usr/src/intel-cmt-cat-4.0.0/c/CAT_MBA/allocation_app_l3cat.c
/usr/src/intel-cmt-cat-4.0.0/c/CAT_MBA/allocation_app_mba.c
/usr/src/intel-cmt-cat-4.0.0/c/CAT_MBA/association_app.c
/usr/src/intel-cmt-cat-4.0.0/c/CAT_MBA/reset_app.c
/usr/src/intel-cmt-cat-4.0.0/c/CMT_MBM/Makefile
/usr/src/intel-cmt-cat-4.0.0/c/CMT_MBM/monitor_app.c
/usr/include/pqos.h
/usr/lib64/libpqos.so
/usr/lib64/libpqos.so.4
/usr/src/intel-cmt-cat-4.0.0/LICENSE
/usr/src/intel-cmt-cat-4.0.0/c/CAT_MBA/Makefile
/usr/src/intel-cmt-cat-4.0.0/c/CAT_MBA/allocation_app_l2cat.c
/usr/src/intel-cmt-cat-4.0.0/c/CAT_MBA/allocation_app_l3cat.c
/usr/src/intel-cmt-cat-4.0.0/c/CAT_MBA/allocation_app_mba.c
/usr/src/intel-cmt-cat-4.0.0/c/CAT_MBA/association_app.c
/usr/src/intel-cmt-cat-4.0.0/c/CAT_MBA/reset_app.c
/usr/src/intel-cmt-cat-4.0.0/c/CMT_MBM/Makefile
/usr/src/intel-cmt-cat-4.0.0/c/CMT_MBM/monitor_app.c
References
Summary
In this tutorial we learn how to install intel-cmt-cat-devel
on Rocky Linux 8 using yum and dnf.