How To Install libieee1284 on Fedora 36

In this tutorial we learn how to install libieee1284 in Fedora 36. libieee1284 is A library for interfacing IEEE 1284-compatible devices

Introduction

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

What is libieee1284

The libieee1284 library is for communicating with parallel port devices.

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

Install libieee1284 on Fedora 36 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

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

sudo dnf -y install libieee1284

Install libieee1284 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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 36

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

sudo dnf remove libieee1284

libieee1284 Package Contents on Fedora 36

---
title: "How To Install libieee1284 on Fedora 36"
linkTitle: "libieee1284"
type: "docs"
description: "In this tutorial we learn how to install libieee1284 in Fedora 36. libieee1284 is A library for interfacing IEEE 1284-compatible devices"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/libieee1284-featured.png
---

## Introduction

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

### What is `libieee1284`

> The libieee1284 library is for communicating with parallel port devices.  

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

## Install libieee1284 on Fedora 36 Using dnf

Update yum database with `dnf` using the following command.

```bash
sudo dnf makecache --refresh

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

sudo dnf -y install libieee1284

Install libieee1284 on Fedora 36 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

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 36

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

sudo dnf remove libieee1284

libieee1284 Package Contents on Fedora 36

/usr/bin/libieee1284_test
/usr/lib/.build-id
/usr/lib/.build-id/5f
/usr/lib/.build-id/5f/19fa9a3f386eb9d64a367cec5f9cf03747f5af
/usr/lib/.build-id/7a
/usr/lib/.build-id/7a/5f15902419cff9814b144b3cec9f50f39d71fb
/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

References

Summary

In this tutorial we learn how to install libieee1284 on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).

/usr/bin/libieee1284_test /usr/lib/.build-id /usr/lib/.build-id/39 /usr/lib/.build-id/39/80d75d5ffb30fe8606e712bb1de0e82cdf57cf /usr/lib/.build-id/e1 /usr/lib/.build-id/e1/0cebe3906a2439f8256d86abe9634fb2562483 /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

* [libieee1284 website](http://cyberelk.net/tim/libieee1284/)

## Summary

In this tutorial we learn how to install `libieee1284` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).