How To Install libnma.i686 on Amazon Linux 2
In this tutorial we learn how to install libnma.i686 in Amazon Linux 2. libnma.i686 is Private libraries for NetworkManager GUI support
Introduction
In this tutorial we learn how to install libnma.i686
on Amazon Linux 2.
What is libnma.i686
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.i686
on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install libnma.i686.
Install libnma.i686 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.i686
using yum
by running the following command:
sudo yum -y install libnma.i686
How To Uninstall libnma.i686 on Amazon Linux 2
To uninstall only the libnma.i686
package we can use the following command:
sudo yum remove libnma.i686
libnma.i686 Package Contents on Amazon Linux 2
/usr/lib/girepository-1.0/NMA-1.0.typelib
/usr/lib/libnma.so.0
/usr/lib/libnma.so.0.0.0
References
Summary
In this tutorial we learn how to install libnma.i686
on Amazon Linux 2 using yum.