How To Install aalib on Fedora 36
Introduction
In this tutorial we learn how to install aalib
on Fedora 36.
What is aalib
AA-lib is a low level gfx library just as many other libraries are. The main difference is that AA-lib does not require graphics device. In fact, there is no graphical output possible. AA-lib replaces those old-fashioned output methods with a powerful ASCII art renderer. The API is designed to be similar to other graphics libraries.
We can use yum
or dnf
to install aalib
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install aalib.
Install aalib 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 aalib
using dnf
by running the following command:
sudo dnf -y install aalib
Install aalib 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 aalib
using yum
by running the following command:
sudo yum -y install aalib
How To Uninstall aalib on Fedora 36
To uninstall only the aalib
package we can use the following command:
sudo dnf remove aalib
aalib Package Contents on Fedora 36
/usr/bin/aafire
/usr/bin/aainfo
/usr/bin/aasavefont
/usr/bin/aatest
/usr/lib/.build-id
/usr/lib/.build-id/05
/usr/lib/.build-id/05/4b9e2f9d7bfe51492d5e32a503cf685dbb87e3
/usr/lib/.build-id/32
/usr/lib/.build-id/32/99a2a7fbfd87f29313702d66d163bc94c2fd45
/usr/lib/.build-id/54
/usr/lib/.build-id/54/48b95e4f25f35fda8f4c14f6974a6e66d78d35
/usr/lib/.build-id/a2
/usr/lib/.build-id/a2/1adacbe237e60d5e5e98781cdfd366fcfa25eb
/usr/share/man/man1/aafire.1.gz
References
Summary
In this tutorial we learn how to install aalib
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).