How To Install freeimage-plus on Fedora 36

In this tutorial we learn how to install freeimage-plus in Fedora 36. freeimage-plus is C++ wrapper for FreeImage

Introduction

In this tutorial we learn how to install freeimage-plus on Fedora 36.

What is freeimage-plus

The freeimage-plus package contains the C++ wrapper library for freeimage.

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

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

sudo dnf -y install freeimage-plus

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

sudo yum -y install freeimage-plus

How To Uninstall freeimage-plus on Fedora 36

To uninstall only the freeimage-plus package we can use the following command:

sudo dnf remove freeimage-plus

freeimage-plus Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/b8ccba1f78395e56e262f2c1daf75d9e1b6233
/usr/lib64/libfreeimageplus-3.19.0.so
/usr/lib64/libfreeimageplus.so.3
/usr/share/doc/freeimage-plus
/usr/share/doc/freeimage-plus/WhatsNew_FIP.txt

References

Summary

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


title: “How To Install freeimage-plus on Fedora 36” linkTitle: “freeimage-plus” type: “docs” description: “In this tutorial we learn how to install freeimage-plus in Fedora 36. freeimage-plus is C++ wrapper for FreeImage” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/freeimage-plus-featured.png

Introduction

In this tutorial we learn how to install freeimage-plus on Fedora 36.

What is freeimage-plus

The freeimage-plus package contains the C++ wrapper library for freeimage.

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

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

sudo dnf -y install freeimage-plus

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

sudo yum -y install freeimage-plus

How To Uninstall freeimage-plus on Fedora 36

To uninstall only the freeimage-plus package we can use the following command:

sudo dnf remove freeimage-plus

freeimage-plus Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/40
/usr/lib/.build-id/40/b1775c479b8fa3ceb4864f0815d668f7fa4aa2
/usr/lib/libfreeimageplus-3.19.0.so
/usr/lib/libfreeimageplus.so.3
/usr/share/doc/freeimage-plus
/usr/share/doc/freeimage-plus/WhatsNew_FIP.txt

References

Summary

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