How To Install libijs on Fedora 36

In this tutorial we learn how to install libijs in Fedora 36. libijs is IJS Raster Image Transport Protocol Library

Introduction

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

What is libijs

The IJS (InkJet Server) Raster Image Transport Protocol is a library, which is no longer actively developed, and often other alternatives are used instead. This library, however, still seem to be useful for Ghostscript application to be able to connect to the HP IJS server to print on an HP printer.

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


Install libijs on Fedora 36 Using dnf

title: “How To Install libijs on Fedora 36” linkTitle: “libijs” Update yum database with dnf using the following command. type: “docs”

description: "In this tutorial we learn how to install libijs in Fedora 36. libijs is IJS Raster Image Transport Protocol Library"
sudo dnf makecache --refresh
date: "2022-08-17"

lastmod: “2022-08-17”

#image: /images/fedora/36/libijs-featured.png After updating yum database, We can install libijs using dnf by running the following command:

## Introduction
sudo dnf -y install libijs

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

What is libijs

The IJS (InkJet Server) Raster Image Transport Protocol is a library, which is no longer actively developed, and often other alternatives are used instead. This library, however, still seem to be useful for Ghostscript application to be able to connect to the HP IJS server to print on an HP printer.

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

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

sudo dnf -y install libijs

Install libijs on Fedora 36 Using yum

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

sudo yum -y install libijs

How To Uninstall libijs on Fedora 36

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

sudo dnf remove libijs

libijs Package Contents on Fedora 36

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

```bash
sudo yum makecache --refresh

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

sudo yum -y install libijs

How To Uninstall libijs on Fedora 36

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

sudo dnf remove libijs

libijs Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/c7
/usr/lib/.build-id/c7/e1afb1a571aaa175d318bfe884671ca86e9f8d
/usr/lib64/libijs-0.35.so
/usr/share/licenses/libijs
/usr/share/licenses/libijs/COPYING

References

Summary

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

/usr/lib/.build-id /usr/lib/.build-id/6a /usr/lib/.build-id/6a/93e8723a1cc555b0199d67e584022c031e75dd /usr/lib/libijs-0.35.so /usr/share/licenses/libijs /usr/share/licenses/libijs/COPYING


## References

* [libijs website](https://ghostscript.com/)

## Summary

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