How To Install libpasraw on Fedora 36

In this tutorial we learn how to install libpasraw in Fedora 36. libpasraw is Pascal interface to libraw

Introduction

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

What is libpasraw

Provides shared library to interface Pascal program with libraw.

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

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

sudo dnf -y install libpasraw

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

sudo yum -y install libpasraw

How To Uninstall libpasraw on Fedora 36

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

sudo dnf remove libpasraw

libpasraw Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/00
/usr/lib/.build-id/00/362eb9fa942683f55df0ddcb3b401007109ebc
/usr/lib/libpasraw.so.1
/usr/lib/libpasraw.so.1.1
/usr/share/doc/libpasraw
/usr/share/doc/libpasraw/README.md
/usr/share/doc/libpasraw/changelog
/usr/share/doc/libpasraw/copyright
/usr/share/licenses/libpasraw
/usr/share/licenses/libpasraw/LICENSE

References

Summary

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


title: “How To Install libpasraw on Fedora 36” linkTitle: “libpasraw” type: “docs” description: “In this tutorial we learn how to install libpasraw in Fedora 36. libpasraw is Pascal interface to libraw” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libpasraw-featured.png

Introduction

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

What is libpasraw

Provides shared library to interface Pascal program with libraw.

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

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

sudo dnf -y install libpasraw

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

sudo yum -y install libpasraw

How To Uninstall libpasraw on Fedora 36

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

sudo dnf remove libpasraw

libpasraw Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/46
/usr/lib/.build-id/46/bfd0ab022a97e1dd09de3f061bd7f3a37def0f
/usr/lib64/libpasraw.so.1
/usr/lib64/libpasraw.so.1.1
/usr/share/doc/libpasraw
/usr/share/doc/libpasraw/README.md
/usr/share/doc/libpasraw/changelog
/usr/share/doc/libpasraw/copyright
/usr/share/licenses/libpasraw
/usr/share/licenses/libpasraw/LICENSE

References

Summary

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