How To Install system-lsb-printing.x86_64 on Amazon Linux 2
Introduction
In this tutorial we learn how to install system-lsb-printing.x86_64
on Amazon Linux 2.
What is system-lsb-printing.x86_64
The Linux Standard Base (LSB) Printing specifications define components that are required to be present on an LSB conforming system.
We can use yum
to install system-lsb-printing.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-printing.x86_64.
Install system-lsb-printing.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-printing.x86_64
using yum
by running the following command:
sudo yum -y install system-lsb-printing.x86_64
How To Uninstall system-lsb-printing.x86_64 on Amazon Linux 2
To uninstall only the system-lsb-printing.x86_64
package we can use the following command:
sudo yum remove system-lsb-printing.x86_64
system-lsb-printing.x86_64 Package Contents on Amazon Linux 2
/etc/lsb-release.d/printing-4.1-amd64
/etc/lsb-release.d/printing-4.1-noarch
/usr/share/lsb/4.1/modules/printing
/usr/share/lsb/4.1/modules/printing/printing-4.1-amd64
/usr/share/lsb/4.1/modules/printing/printing-4.1-noarch
/usr/share/lsb/4.1/submodules/printing-4.1-amd64
/usr/share/lsb/4.1/submodules/printing-4.1-noarch
References
Summary
In this tutorial we learn how to install system-lsb-printing.x86_64
on Amazon Linux 2 using yum.