How To Install amanith on Fedora 34
Introduction
In this tutorial we learn how to install amanith on Fedora 34.
What is amanith
Amanith is an OpenSource C++ CrossPlatform framework designed for 2d & 3d vector graphics. All the framework is heavily based on a light plug-in system. amanith 0.3 46.fc34 x86_64 2.7 M amanith-0.3-46.fc34.src.rpm fedora Crossplatform framework for 2d/3d vector graphics http QPL Amanith is an OpenSource C++ CrossPlatform framework designed for 2d & 3d vector graphics. All the framework is heavily based on a light plug-in system.
We can use yum or dnf to install amanith on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install amanith.
Install amanith on Fedora 34 Using dnf
Update yum database with dnf using the following command.
sudo dnf makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install amanith using dnf by running the following command:
sudo dnf -y install amanith
Install amanith on Fedora 34 Using yum
Update yum database with yum using the following command.
sudo yum makecache --refresh
The output should look something like this:
Fedora 34 - x86_64 20 kB/s | 6.6 kB 00:00
Fedora 34 openh264 (From Cisco) - x86_64 1.4 kB/s | 989 B 00:00
Fedora Modular 34 - x86_64 68 kB/s | 6.5 kB 00:00
Fedora 34 - x86_64 - Updates 3.5 kB/s | 6.2 kB 00:01
Fedora Modular 34 - x86_64 - Updates 17 kB/s | 5.9 kB 00:00
Metadata cache created.
After updating yum database, We can install amanith using yum by running the following command:
sudo yum -y install amanith
How To Uninstall amanith on Fedora 34
To uninstall only the amanith package we can use the following command:
sudo dnf remove amanith
amanith Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/23
/usr/lib/.build-id/23/34454d78e5f732ac58a2c64813821ebf4e9de3
/usr/lib/.build-id/34
/usr/lib/.build-id/34/cadcca83dff0cd4133fb385e6a1be4427ce223
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/e46e16004b9f5d37ada502fa41db0d7c7253d9
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/e273c78d9c3ad577132eee7100fe8a630e1156
/usr/lib64/libamanith.so.1
/usr/lib64/libamanith.so.1.0
/usr/lib64/libamanith.so.1.0.0
/usr/lib64/libfontimpexp.so.1
/usr/lib64/libfontimpexp.so.1.0
/usr/lib64/libfontimpexp.so.1.0.0
/usr/lib64/libjpegimpexp.so.1
/usr/lib64/libjpegimpexp.so.1.0
/usr/lib64/libjpegimpexp.so.1.0.0
/usr/lib64/libpngimpexp.so.1
/usr/lib64/libpngimpexp.so.1.0
/usr/lib64/libpngimpexp.so.1.0.0
/usr/share/doc/amanith
/usr/share/doc/amanith/CHANGELOG
/usr/share/doc/amanith/FAQ
/usr/share/doc/amanith/LICENSE.QPL
/usr/share/doc/amanith/README
/usr/share/doc/amanith/amanith.chm
/usr/lib/.build-id
/usr/lib/.build-id/33
/usr/lib/.build-id/33/b9b7ad9264fc1b974646b2f5d23ac117fad2d9
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/2a7c3f7d9cffc36dfa5d96b7d3d7cd8ed51107
/usr/lib/.build-id/81
/usr/lib/.build-id/81/96f493a8b88ba8f6e44f0bc2378690e6943d75
/usr/lib/.build-id/c1
/usr/lib/.build-id/c1/00ee68c8b78e3fc69cc052f213f68abda809b0
/usr/lib/libamanith.so.1
/usr/lib/libamanith.so.1.0
/usr/lib/libamanith.so.1.0.0
/usr/lib/libfontimpexp.so.1
/usr/lib/libfontimpexp.so.1.0
/usr/lib/libfontimpexp.so.1.0.0
/usr/lib/libjpegimpexp.so.1
/usr/lib/libjpegimpexp.so.1.0
/usr/lib/libjpegimpexp.so.1.0.0
/usr/lib/libpngimpexp.so.1
/usr/lib/libpngimpexp.so.1.0
/usr/lib/libpngimpexp.so.1.0.0
/usr/share/doc/amanith
/usr/share/doc/amanith/CHANGELOG
/usr/share/doc/amanith/FAQ
/usr/share/doc/amanith/LICENSE.QPL
/usr/share/doc/amanith/README
/usr/share/doc/amanith/amanith.chm
References
- [amanith website](http://www.amanith.org http://www.amanith.org)
Summary
In this tutorial we learn how to install amanith on Fedora 34 using yum and dnf.