How To Install c2esp on Fedora 36

In this tutorial we learn how to install c2esp in Fedora 36. c2esp is CUPS driver for Kodak AiO printers

Introduction

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

What is c2esp

CUPS filters and drivers for Kodak ESP and Hero all in one printers.

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

Install c2esp 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 c2esp using dnf by running the following command:

sudo dnf -y install c2esp

Install c2esp 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 c2esp using yum by running the following command:

sudo yum -y install c2esp

How To Uninstall c2esp on Fedora 36

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

sudo dnf remove c2esp

c2esp Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/34e8d8038f20d6bd20481464dbe00bb57a6a74
/usr/lib/.build-id/a6
/usr/lib/.build-id/a6/4fba2675d5603306bc2aba5c87912c64d0654e
/usr/lib/.build-id/d0
/usr/lib/.build-id/d0/ac6fec6ac3485db030009f0d844d7fe23c2532
/usr/lib/cups/filter/c2esp
/usr/lib/cups/filter/c2espC
/usr/lib/cups/filter/command2esp
/usr/share/cups/drv/c2esp
/usr/share/cups/drv/c2esp/KodakESP_16.drv
/usr/share/cups/drv/c2esp/KodakESP_C_07.drv
/usr/share/doc/c2esp
/usr/share/doc/c2esp/README
/usr/share/licenses/c2esp
/usr/share/licenses/c2esp/COPYING

References

Summary

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