How To Install system-lsb-core.i686 on Amazon Linux 2

In this tutorial we learn how to install system-lsb-core.i686 in Amazon Linux 2. system-lsb-core.i686 is LSB Core module support

Introduction

In this tutorial we learn how to install system-lsb-core.i686 on Amazon Linux 2.

What is system-lsb-core.i686

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.i686 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.i686.

Install system-lsb-core.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 system-lsb-core.i686 using yum by running the following command:

sudo yum -y install system-lsb-core.i686

How To Uninstall system-lsb-core.i686 on Amazon Linux 2

To uninstall only the system-lsb-core.i686 package we can use the following command:

sudo yum remove system-lsb-core.i686

system-lsb-core.i686 Package Contents on Amazon Linux 2

/bin/system_lsb_init
/etc/lsb-release.d
/etc/lsb-release.d/core-4.1-ia32
/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/ld-lsb.so.3
/lib/lsb
/lib/lsb/init-functions
/usr/bin/lsb_release
/usr/lib/lsb
/usr/lib/lsb/install_initd
/usr/lib/lsb/remove_initd
/usr/sbin/system_lsb_trigger.i686
/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-ia32
/usr/share/lsb/4.1/modules/core/core-4.1-noarch
/usr/share/lsb/4.1/modules/core/security-4.1-ia32
/usr/share/lsb/4.1/modules/core/security-4.1-noarch
/usr/share/lsb/4.1/submodules/core-4.1-ia32
/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.i686 on Amazon Linux 2 using yum.