How To Install nvml-tools.x86_64 on Amazon Linux 2
In this tutorial we learn how to install nvml-tools.x86_64 in Amazon Linux 2. nvml-tools.x86_64 is Utilities for Persistent Memory
Introduction
In this tutorial we learn how to install nvml-tools.x86_64 on Amazon Linux 2.
What is nvml-tools.x86_64
Useful applications for administration and diagnosis of persistent memory.
We can use yum to install nvml-tools.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install nvml-tools.x86_64.
Install nvml-tools.x86_64 on Amazon Linux 2 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
After updating yum database, We can install nvml-tools.x86_64 using yum by running the following command:
sudo yum -y install nvml-tools.x86_64
How To Uninstall nvml-tools.x86_64 on Amazon Linux 2
To uninstall only the nvml-tools.x86_64 package we can use the following command:
sudo yum remove nvml-tools.x86_64
nvml-tools.x86_64 Package Contents on Amazon Linux 2
/etc/bash_completion.d/pmempool.sh
/usr/bin/pmempool
/usr/share/doc/nvml-tools-1.3
/usr/share/doc/nvml-tools-1.3/CONTRIBUTING.md
/usr/share/doc/nvml-tools-1.3/ChangeLog
/usr/share/doc/nvml-tools-1.3/README.md
/usr/share/licenses/nvml-tools-1.3
/usr/share/licenses/nvml-tools-1.3/LICENSE
/usr/share/man/man1/pmempool-check.1.gz
/usr/share/man/man1/pmempool-convert.1.gz
/usr/share/man/man1/pmempool-create.1.gz
/usr/share/man/man1/pmempool-dump.1.gz
/usr/share/man/man1/pmempool-info.1.gz
/usr/share/man/man1/pmempool-rm.1.gz
/usr/share/man/man1/pmempool-sync.1.gz
/usr/share/man/man1/pmempool-transform.1.gz
/usr/share/man/man1/pmempool.1.gz
References
Summary
In this tutorial we learn how to install nvml-tools.x86_64 on Amazon Linux 2 using yum.