How To Install system-lsb-core.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install system-lsb-core.x86_64 on Amazon Linux 2.
What is system-lsb-core.x86_64
The Linux Standard Base (LSB) Core module support provides the fundamental system interfaces, libraries, and runtime environment upon which all conforming applications and libraries depend.
We can use yum to install system-lsb-core.x86_64 on Amazon Linux 2. In this tutorial we discuss both methods but you only need to choose one of method to install system-lsb-core.x86_64.
Install system-lsb-core.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 system-lsb-core.x86_64 using yum by running the following command:
sudo yum -y install system-lsb-core.x86_64
How To Uninstall system-lsb-core.x86_64 on Amazon Linux 2
To uninstall only the system-lsb-core.x86_64 package we can use the following command:
sudo yum remove system-lsb-core.x86_64
system-lsb-core.x86_64 Package Contents on Amazon Linux 2
/bin/system_lsb_init
/etc/lsb-release.d
/etc/lsb-release.d/core-4.1-amd64
/etc/lsb-release.d/core-4.1-noarch
/etc/system-lsb
/etc/system-lsb/lsb_killproc
/etc/system-lsb/lsb_log_message
/etc/system-lsb/lsb_pidofproc
/etc/system-lsb/lsb_start_daemon
/lib/lsb
/lib/lsb/init-functions
/lib64/ld-lsb-x86-64.so.3
/usr/bin/lsb_release
/usr/lib/lsb
/usr/lib/lsb/install_initd
/usr/lib/lsb/remove_initd
/usr/sbin/system_lsb_trigger.x86_64
/usr/share/doc/system-lsb-core-4.1
/usr/share/doc/system-lsb-core-4.1/COPYING
/usr/share/doc/system-lsb-core-4.1/README
/usr/share/doc/system-lsb-core-4.1/README.lsb_release
/usr/share/lsb/4.1/modules/core
/usr/share/lsb/4.1/modules/core/core-4.1-amd64
/usr/share/lsb/4.1/modules/core/core-4.1-noarch
/usr/share/lsb/4.1/modules/core/security-4.1-amd64
/usr/share/lsb/4.1/modules/core/security-4.1-noarch
/usr/share/lsb/4.1/submodules/core-4.1-amd64
/usr/share/lsb/4.1/submodules/core-4.1-noarch
/usr/share/man/man1/lsb_release.1.gz
References
Summary
In this tutorial we learn how to install system-lsb-core.x86_64 on Amazon Linux 2 using yum.