How To Install intel-cmt-cat-devel on CentOS 7

In this tutorial we learn how to install intel-cmt-cat-devel on CentOS 7. intel-cmt-cat-devel is Library and sample code to use CMT, MBM, CAT, CDP and MBA

Introduction

In this tutorial we learn how to install intel-cmt-cat-devel on CentOS 7.

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 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 CentOS 7. 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 CentOS 7 Using yum

Update yum database with yum using the following command.

sudo yum makecache

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

Install intel-cmt-cat-devel on CentOS 7 Using dnf

If you don’t have dnf installed you can install DNF on CentOS 7 first. Update yum database with dnf using the following command.

sudo dnf makecache

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

How To Uninstall intel-cmt-cat-devel on CentOS 7

To uninstall only the intel-cmt-cat-devel package we can use the following command:

sudo dnf remove intel-cmt-cat-devel

References

Summary

In this tutorial we learn how to install intel-cmt-cat-devel on CentOS 7 using yum and dnf.