How To Install libAfterImage on Fedora 36
Introduction
In this tutorial we learn how to install libAfterImage
on Fedora 36.
What is libAfterImage
libAfterImage is a generic image manipulation library. It was initially implemented to address AfterStep Window Manager’s needs for image handling, but it evolved into extremely powerful and flexible software, suitable for virtually any project that has needs for loading, manipulating, displaying images, as well as writing images in files. Most of the popular image formats are supported using standard libraries, with XCF, XPM, PPM/PNM, BMP, ICO and TGA being supported internally. GIF, PNG, JPEG, TIFF and SVG formats are supported via standard libraries. Powerful text rendering capabilities included, providing support for TrueType fonts using FreeType library, and anti-aliasing of standard fonts from X window system.
We can use yum
or dnf
to install libAfterImage
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libAfterImage.
Install libAfterImage 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 libAfterImage
using dnf
by running the following command:
sudo dnf -y install libAfterImage
Install libAfterImage 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 libAfterImage
using yum
by running the following command:
sudo yum -y install libAfterImage
How To Uninstall libAfterImage on Fedora 36
To uninstall only the libAfterImage
package we can use the following command:
sudo dnf remove libAfterImage
libAfterImage Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/f56b441786c1a31e1981bbf81441bf5c93ad6e
/usr/lib/libAfterImage.so.0
/usr/lib/libAfterImage.so.0.99
/usr/share/doc/libAfterImage
/usr/share/doc/libAfterImage/ChangeLog
/usr/share/doc/libAfterImage/README
/usr/share/licenses/libAfterImage
/usr/share/licenses/libAfterImage/COPYING
References
Summary
In this tutorial we learn how to install libAfterImage
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libAfterImage on Fedora 36” linkTitle: “libAfterImage” type: “docs” description: “In this tutorial we learn how to install libAfterImage in Fedora 36. libAfterImage is A generic image manipulation library” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libAfterImage-featured.png
Introduction
In this tutorial we learn how to install libAfterImage
on Fedora 36.
What is libAfterImage
libAfterImage is a generic image manipulation library. It was initially implemented to address AfterStep Window Manager’s needs for image handling, but it evolved into extremely powerful and flexible software, suitable for virtually any project that has needs for loading, manipulating, displaying images, as well as writing images in files. Most of the popular image formats are supported using standard libraries, with XCF, XPM, PPM/PNM, BMP, ICO and TGA being supported internally. GIF, PNG, JPEG, TIFF and SVG formats are supported via standard libraries. Powerful text rendering capabilities included, providing support for TrueType fonts using FreeType library, and anti-aliasing of standard fonts from X window system.
We can use yum
or dnf
to install libAfterImage
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libAfterImage.
Install libAfterImage 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 libAfterImage
using dnf
by running the following command:
sudo dnf -y install libAfterImage
Install libAfterImage 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 libAfterImage
using yum
by running the following command:
sudo yum -y install libAfterImage
How To Uninstall libAfterImage on Fedora 36
To uninstall only the libAfterImage
package we can use the following command:
sudo dnf remove libAfterImage
libAfterImage Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/81
/usr/lib/.build-id/81/e7d7102bb335010b07f52a817b826c5c63531c
/usr/lib64/libAfterImage.so.0
/usr/lib64/libAfterImage.so.0.99
/usr/share/doc/libAfterImage
/usr/share/doc/libAfterImage/ChangeLog
/usr/share/doc/libAfterImage/README
/usr/share/licenses/libAfterImage
/usr/share/licenses/libAfterImage/COPYING
References
Summary
In this tutorial we learn how to install libAfterImage
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).