How To Install prison on Fedora 36

In this tutorial we learn how to install prison in Fedora 36. prison is A Qt-based barcode abstraction library

Introduction

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

What is prison

Prison is a Qt-based barcode abstraction layer/library that provides an uniform access to generation of barcodes with data.

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

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

sudo dnf -y install prison

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

sudo yum -y install prison

How To Uninstall prison on Fedora 36

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

sudo dnf remove prison

prison Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/60
/usr/lib/.build-id/60/43038dff49331898d06b02533c5338bfa1b64a
/usr/lib/libprison.so.0
/usr/lib/libprison.so.0.2.0
/usr/share/licenses/prison
/usr/share/licenses/prison/LICENSE

References

Summary

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


title: “How To Install prison on Fedora 36” linkTitle: “prison” type: “docs” description: “In this tutorial we learn how to install prison in Fedora 36. prison is A Qt-based barcode abstraction library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/prison-featured.png

Introduction

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

What is prison

Prison is a Qt-based barcode abstraction layer/library that provides an uniform access to generation of barcodes with data.

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

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

sudo dnf -y install prison

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

sudo yum -y install prison

How To Uninstall prison on Fedora 36

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

sudo dnf remove prison

prison Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/27
/usr/lib/.build-id/27/08efabf143cd51ca0f2434ee5d739cd8847201
/usr/lib64/libprison.so.0
/usr/lib64/libprison.so.0.2.0
/usr/share/licenses/prison
/usr/share/licenses/prison/LICENSE

References

Summary

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