How To Install aiksaurus on Fedora 34

aiksaurus is An English-language thesaurus library An English-language thesaurus library

Introduction

In this tutorial we learn how to install aiksaurus on Fedora 34.

What is aiksaurus

Aiksaurus is an English-language thesaurus library that can be embedded in word processors, email composers, and other authoring software to provide thesaurus capabilities. A basic command line thesaurus program is also included. aiksaurus 1 1.2.1 46.fc34 x86_64 338 k aiksaurus-1.2.1-46.fc34.src.rpm fedora An English-language thesaurus library http GPLv2+ Aiksaurus is an English-language thesaurus library that can be embedded in word processors, email composers, and other authoring software to provide thesaurus capabilities. A basic command line thesaurus program is also included.

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

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

sudo dnf -y install aiksaurus

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

sudo yum -y install aiksaurus

How To Uninstall aiksaurus on Fedora 34

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

sudo dnf remove aiksaurus

aiksaurus Package Contents on Fedora 34

/usr/bin/aiksaurus
/usr/bin/caiksaurus
/usr/lib/.build-id
/usr/lib/.build-id/3c
/usr/lib/.build-id/3c/82248b6c4c4edce8e38245db978c0c6f8e643c
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/39cff5ed6879c1873a5b06a42fa038f1b9dccf
/usr/lib/.build-id/99
/usr/lib/.build-id/99/0b782250d61917ca335dfd6577d6d66365b765
/usr/lib64/libAiksaurus-1.2.so.0
/usr/lib64/libAiksaurus-1.2.so.0.0.1
/usr/share/aiksaurus
/usr/share/aiksaurus/meanings.dat
/usr/share/aiksaurus/words.dat
/usr/share/doc/aiksaurus
/usr/share/doc/aiksaurus/AUTHORS
/usr/share/doc/aiksaurus/COPYING
/usr/share/doc/aiksaurus/ChangeLog
/usr/share/doc/aiksaurus/README
/usr/bin/aiksaurus
/usr/bin/caiksaurus
/usr/lib/.build-id
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/8cfe394e1e53124515f94c23d650fdae6a0ac8
/usr/lib/.build-id/8a
/usr/lib/.build-id/8a/9723a42e021d3849d636dc645adf3feddcf7a0
/usr/lib/.build-id/eb
/usr/lib/.build-id/eb/dc79e7fb50b54905d3ea077c76c21b66a8a6cf
/usr/lib/libAiksaurus-1.2.so.0
/usr/lib/libAiksaurus-1.2.so.0.0.1
/usr/share/aiksaurus
/usr/share/aiksaurus/meanings.dat
/usr/share/aiksaurus/words.dat
/usr/share/doc/aiksaurus
/usr/share/doc/aiksaurus/AUTHORS
/usr/share/doc/aiksaurus/COPYING
/usr/share/doc/aiksaurus/ChangeLog
/usr/share/doc/aiksaurus/README

References

Summary

In this tutorial we learn how to install aiksaurus on Fedora 34 using yum and dnf.