How To Install imlib2 on Fedora 36

In this tutorial we learn how to install imlib2 in Fedora 36. imlib2 is Image loading, saving, rendering, and manipulation library

Introduction

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

What is imlib2

Imlib 2 is a library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support, etc. It does ALL of these operations FAST. Imlib2 also tries to be highly intelligent about doing them, so writing naive programs can be done easily, without sacrificing speed. This is a complete rewrite over the Imlib 1.x series. The architecture is more modular, simple, and flexible.

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

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

sudo dnf -y install imlib2

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

sudo yum -y install imlib2

How To Uninstall imlib2 on Fedora 36

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

sudo dnf remove imlib2

imlib2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/2a2008a2e82ffaf386ba8c9186958e6eadd942
/usr/lib/.build-id/20
/usr/lib/.build-id/20/573b750430a22ce5e57a6eae218d64a0ce6584
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/edee1e84df3326c761bb02f02db5addb051818
/usr/lib/.build-id/44
/usr/lib/.build-id/44/a9089ae082ca5bc4a923982958f8b74b30430f
/usr/lib/.build-id/50
/usr/lib/.build-id/50/48ebae47ac674aa535e7997a7bb4dbca89089b
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/d9b3826cd87421af4115db9f543e48c4cd54c6
/usr/lib/.build-id/64
/usr/lib/.build-id/64/23fca30b7e36922462dcf779a2308554980b0c
/usr/lib/.build-id/6c
/usr/lib/.build-id/6c/49a095a9b25b5677d84a7ad79215fe814932fc
/usr/lib/.build-id/71
/usr/lib/.build-id/71/e38cde018d3b1dcbe8fe2dd118273af01a75f1
/usr/lib/.build-id/72
/usr/lib/.build-id/72/a66d93d49c16ff05bfc873a4c0220d1b71a9f6
/usr/lib/.build-id/89
/usr/lib/.build-id/89/d0e1daa965047324d4d47eb88a9058fb4eaca4
/usr/lib/.build-id/98
/usr/lib/.build-id/98/94377ae9a5bf4f73cc3aa3dd594e07ace416f7
/usr/lib/.build-id/99
/usr/lib/.build-id/99/ab7b5365d826dd6c39ee58386e6d81f58898ea
/usr/lib/.build-id/a8
/usr/lib/.build-id/a8/9d0976776b8c8207f84ff4abc8718c1dc50b4d
/usr/lib/.build-id/b2
/usr/lib/.build-id/b2/af07b4be9c72d00652c47b4f54d73eb7e1ccfc
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/8419a87362dbdae7a1ca8e3066156df3e4bfff
/usr/lib/.build-id/c4
/usr/lib/.build-id/c4/9adb5a38d01033320e368eb88fd7b4144ecedf
/usr/lib/.build-id/df
/usr/lib/.build-id/df/84978c88aa41bd5560443fa2f0bfd4853c51f5
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/017df31f3292c8cfe30b092b868fe510f62a6f
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/52077419a33a9a73dc914b7c074047607d03d7
/usr/lib/.build-id/fe/bc06de87e9e65d3a998ab645cf24665de3a4e3
/usr/lib/imlib2
/usr/lib/imlib2/filters
/usr/lib/imlib2/filters/bumpmap.so
/usr/lib/imlib2/filters/colormod.so
/usr/lib/imlib2/filters/testfilter.so
/usr/lib/imlib2/loaders
/usr/lib/imlib2/loaders/argb.so
/usr/lib/imlib2/loaders/bmp.so
/usr/lib/imlib2/loaders/bz2.so
/usr/lib/imlib2/loaders/ff.so
/usr/lib/imlib2/loaders/gif.so
/usr/lib/imlib2/loaders/ico.so
/usr/lib/imlib2/loaders/jpeg.so
/usr/lib/imlib2/loaders/lbm.so
/usr/lib/imlib2/loaders/png.so
/usr/lib/imlib2/loaders/pnm.so
/usr/lib/imlib2/loaders/tga.so
/usr/lib/imlib2/loaders/tiff.so
/usr/lib/imlib2/loaders/webp.so
/usr/lib/imlib2/loaders/xbm.so
/usr/lib/imlib2/loaders/xpm.so
/usr/lib/imlib2/loaders/zlib.so
/usr/lib/libImlib2.so.1
/usr/lib/libImlib2.so.1.7.4
/usr/share/doc/imlib2
/usr/share/doc/imlib2/AUTHORS
/usr/share/doc/imlib2/README
/usr/share/doc/imlib2/TODO
/usr/share/licenses/imlib2
/usr/share/licenses/imlib2/COPYING

References

Summary

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


title: “How To Install imlib2 on Fedora 36” linkTitle: “imlib2” type: “docs” description: “In this tutorial we learn how to install imlib2 in Fedora 36. imlib2 is Image loading, saving, rendering, and manipulation library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/imlib2-featured.png

Introduction

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

What is imlib2

Imlib 2 is a library that does image file loading and saving as well as rendering, manipulation, arbitrary polygon support, etc. It does ALL of these operations FAST. Imlib2 also tries to be highly intelligent about doing them, so writing naive programs can be done easily, without sacrificing speed. This is a complete rewrite over the Imlib 1.x series. The architecture is more modular, simple, and flexible.

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

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

sudo dnf -y install imlib2

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

sudo yum -y install imlib2

How To Uninstall imlib2 on Fedora 36

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

sudo dnf remove imlib2

imlib2 Package Contents on Fedora 36

/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/31dac5a4ed47a32513ad85b38008c05a7206b6
/usr/lib/.build-id/1d
/usr/lib/.build-id/1d/b226ef245ae6c4a46b57ec6e2724175486423a
/usr/lib/.build-id/22
/usr/lib/.build-id/22/e7105d78c6d5732383f660281c9f28aa8bb742
/usr/lib/.build-id/26
/usr/lib/.build-id/26/2a768b0dd29aedcbad9dd126d7529d5abbc1c8
/usr/lib/.build-id/42
/usr/lib/.build-id/42/e8c4148a9d166198dc7e8bc153c865b3b5e988
/usr/lib/.build-id/44
/usr/lib/.build-id/44/b2a436802ced25e41cbc1cf02e1c5cecf596bd
/usr/lib/.build-id/46
/usr/lib/.build-id/46/9bedd0c0e5c5b00f36ed5cc3829884aeb4dd5a
/usr/lib/.build-id/52
/usr/lib/.build-id/52/47f181b94c9b5ab0cb4da4537b04e613ebc055
/usr/lib/.build-id/57
/usr/lib/.build-id/57/9a96784a4bc0b2177c8adccc8bd2ae11490e4a
/usr/lib/.build-id/67
/usr/lib/.build-id/67/d2ebe361552837629db16aebda4cd097bdcd50
/usr/lib/.build-id/6f
/usr/lib/.build-id/6f/ef147892233bbd50c41fc75d7d77e27157d70a
/usr/lib/.build-id/77
/usr/lib/.build-id/77/ca2478aa24dd8fb8f1a732ec3fd86d2ea04175
/usr/lib/.build-id/84
/usr/lib/.build-id/84/2496613e377e51a0d97e8e63039c4d54deb4d3
/usr/lib/.build-id/93
/usr/lib/.build-id/93/cebb3a425ed24a96a995bafc1c75886d5efa61
/usr/lib/.build-id/b5
/usr/lib/.build-id/b5/2e92a5fa5e7641aabd0d46272fda3d76040f09
/usr/lib/.build-id/c3
/usr/lib/.build-id/c3/1c91b9bb7f1fcb7c766e6bfb440438cc61e979
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/99f9aff489391afc55184f450e50fec9101b38
/usr/lib/.build-id/cb
/usr/lib/.build-id/cb/39c7fea91df8e682c7d0a1565092e8327fef5e
/usr/lib/.build-id/d5
/usr/lib/.build-id/d5/1427e5203490c7ea46cdf091e5f66bd6d33e80
/usr/lib/.build-id/da
/usr/lib/.build-id/da/b92fe2e1130167e447833743cf9eefb5776db7
/usr/lib/.build-id/f4
/usr/lib/.build-id/f4/a7c38d4e7fb092f8d58ae9b2f46afd1258e2fd
/usr/lib64/imlib2
/usr/lib64/imlib2/filters
/usr/lib64/imlib2/filters/bumpmap.so
/usr/lib64/imlib2/filters/colormod.so
/usr/lib64/imlib2/filters/testfilter.so
/usr/lib64/imlib2/loaders
/usr/lib64/imlib2/loaders/argb.so
/usr/lib64/imlib2/loaders/bmp.so
/usr/lib64/imlib2/loaders/bz2.so
/usr/lib64/imlib2/loaders/ff.so
/usr/lib64/imlib2/loaders/gif.so
/usr/lib64/imlib2/loaders/ico.so
/usr/lib64/imlib2/loaders/jpeg.so
/usr/lib64/imlib2/loaders/lbm.so
/usr/lib64/imlib2/loaders/png.so
/usr/lib64/imlib2/loaders/pnm.so
/usr/lib64/imlib2/loaders/tga.so
/usr/lib64/imlib2/loaders/tiff.so
/usr/lib64/imlib2/loaders/webp.so
/usr/lib64/imlib2/loaders/xbm.so
/usr/lib64/imlib2/loaders/xpm.so
/usr/lib64/imlib2/loaders/zlib.so
/usr/lib64/libImlib2.so.1
/usr/lib64/libImlib2.so.1.7.4
/usr/share/doc/imlib2
/usr/share/doc/imlib2/AUTHORS
/usr/share/doc/imlib2/README
/usr/share/doc/imlib2/TODO
/usr/share/licenses/imlib2
/usr/share/licenses/imlib2/COPYING

References

Summary

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