How To Install libnma.x86_64 on Amazon Linux 2
In this tutorial we learn how to install libnma.x86_64 in Amazon Linux 2. libnma.x86_64 is Private libraries for NetworkManager GUI support
Introduction
In this tutorial we learn how to install libnma.x86_64 on Amazon Linux 2.
What is libnma.x86_64
This package contains private libraries to be used only by nm-applet, nm-connection editor, and the GNOME Control Center.
We can use yum to install libnma.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libnma.x86_64.
Install libnma.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 libnma.x86_64 using yum by running the following command:
sudo yum -y install libnma.x86_64
How To Uninstall libnma.x86_64 on Amazon Linux 2
To uninstall only the libnma.x86_64 package we can use the following command:
sudo yum remove libnma.x86_64
libnma.x86_64 Package Contents on Amazon Linux 2
/usr/lib64/girepository-1.0/NMA-1.0.typelib
/usr/lib64/libnma.so.0
/usr/lib64/libnma.so.0.0.0
References
Summary
In this tutorial we learn how to install libnma.x86_64 on Amazon Linux 2 using yum.