How To Install libieee1284 on Fedora 34

libieee1284 is A library for interfacing IEEE 1284-compatible devices A library for interfacing IEEE 1284-compatible devices

Introduction

In this tutorial we learn how to install libieee1284 on Fedora 34.

What is libieee1284

The libieee1284 library is for communicating with parallel port devices. libieee1284 0.2.11 35.fc34 x86_64 41 k libieee1284-0.2.11-35.fc34.src.rpm fedora A library for interfacing IEEE 1284-compatible devices http GPLv2+ The libieee1284 library is for communicating with parallel port devices.

We can use yum or dnf to install libieee1284 on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libieee1284.

Install libieee1284 on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libieee1284 using dnf by running the following command:

sudo dnf -y install libieee1284

Install libieee1284 on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install libieee1284 using yum by running the following command:

sudo yum -y install libieee1284

How To Uninstall libieee1284 on Fedora 34

To uninstall only the libieee1284 package we can use the following command:

sudo dnf remove libieee1284

libieee1284 Package Contents on Fedora 34

/usr/bin/libieee1284_test
/usr/lib/.build-id
/usr/lib/.build-id/0a
/usr/lib/.build-id/0a/6d4adf789560e23a673e91fa067fec5b8f34c6
/usr/lib/.build-id/89
/usr/lib/.build-id/89/42f5c32d074c5723738c5529efe2f0fff65b58
/usr/lib64/libieee1284.so.3
/usr/lib64/libieee1284.so.3.2.2
/usr/share/doc/libieee1284
/usr/share/doc/libieee1284/AUTHORS
/usr/share/doc/libieee1284/COPYING
/usr/share/doc/libieee1284/NEWS
/usr/share/doc/libieee1284/README
/usr/share/doc/libieee1284/TODO
/usr/bin/libieee1284_test
/usr/lib/.build-id
/usr/lib/.build-id/3a
/usr/lib/.build-id/3a/cd6425d1cfe0f75672bf70f40c7d8d4b36c469
/usr/lib/.build-id/8e
/usr/lib/.build-id/8e/b1b44ae8094b1ffd180b4116a1a5cb4b10113e
/usr/lib/libieee1284.so.3
/usr/lib/libieee1284.so.3.2.2
/usr/share/doc/libieee1284
/usr/share/doc/libieee1284/AUTHORS
/usr/share/doc/libieee1284/COPYING
/usr/share/doc/libieee1284/NEWS
/usr/share/doc/libieee1284/README
/usr/share/doc/libieee1284/TODO

References

Summary

In this tutorial we learn how to install libieee1284 on Fedora 34 using yum and dnf.