How To Install system-config-printer-udev.x86_64 on Amazon Linux 2

In this tutorial we learn how to install system-config-printer-udev.x86_64 in Amazon Linux 2. system-config-printer-udev.x86_64 is Rules for udev for automatic configuration of USB printers

Introduction

In this tutorial we learn how to install system-config-printer-udev.x86_64 on Amazon Linux 2.

What is system-config-printer-udev.x86_64

The udev rules and helper programs for automatically configuring USB printers.

We can use yum to install system-config-printer-udev.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-config-printer-udev.x86_64.

Install system-config-printer-udev.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-config-printer-udev.x86_64 using yum by running the following command:

sudo yum -y install system-config-printer-udev.x86_64

How To Uninstall system-config-printer-udev.x86_64 on Amazon Linux 2

To uninstall only the system-config-printer-udev.x86_64 package we can use the following command:

sudo yum remove system-config-printer-udev.x86_64

system-config-printer-udev.x86_64 Package Contents on Amazon Linux 2

/usr/lib/systemd/system/[email protected]
/usr/lib/udev/rules.d/70-printers.rules
/usr/lib/udev/udev-add-printer
/usr/lib/udev/udev-configure-printer
/var/run/udev-configure-printer
/var/run/udev-configure-printer/usb-uris

References

Summary

In this tutorial we learn how to install system-config-printer-udev.x86_64 on Amazon Linux 2 using yum.