How To Install systemd-libs.i686 on Amazon Linux 2
In this tutorial we learn how to install systemd-libs.i686 in Amazon Linux 2. systemd-libs.i686 is systemd libraries
Introduction
In this tutorial we learn how to install systemd-libs.i686 on Amazon Linux 2.
What is systemd-libs.i686
Libraries for systemd and udev, as well as the systemd PAM module.
We can use yum to install systemd-libs.i686 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install systemd-libs.i686.
Install systemd-libs.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 systemd-libs.i686 using yum by running the following command:
sudo yum -y install systemd-libs.i686
How To Uninstall systemd-libs.i686 on Amazon Linux 2
To uninstall only the systemd-libs.i686 package we can use the following command:
sudo yum remove systemd-libs.i686
systemd-libs.i686 Package Contents on Amazon Linux 2
/usr/lib/libnss_myhostname.so.2
/usr/lib/libnss_mymachines.so.2
/usr/lib/libsystemd-daemon.so.0
/usr/lib/libsystemd-daemon.so.0.0.12
/usr/lib/libsystemd-id128.so.0
/usr/lib/libsystemd-id128.so.0.0.28
/usr/lib/libsystemd-journal.so.0
/usr/lib/libsystemd-journal.so.0.11.5
/usr/lib/libsystemd-login.so.0
/usr/lib/libsystemd-login.so.0.9.3
/usr/lib/libsystemd.so.0
/usr/lib/libsystemd.so.0.6.0
/usr/lib/libudev.so.1
/usr/lib/libudev.so.1.6.2
/usr/lib/security/pam_systemd.so
References
Summary
In this tutorial we learn how to install systemd-libs.i686 on Amazon Linux 2 using yum.