How To Install vanessa_adt on Fedora 34

vanessa_adt is Library of Abstract Data Types Library of Abstract Data Types

Introduction

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

What is vanessa_adt

Library of Abstract Data Types (ADTs) that may be useful. Includes queue, dynamic array and key value ADT. vanessa_adt 0.0.9 13.fc34 x86_64 32 k vanessa_adt-0.0.9-13.fc34.src.rpm fedora Library of Abstract Data Types http LGPLv2+ Library of Abstract Data Types (ADTs) that may be useful. Includes queue, dynamic array and key value ADT.

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

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

sudo dnf -y install vanessa_adt

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

sudo yum -y install vanessa_adt

How To Uninstall vanessa_adt on Fedora 34

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

sudo dnf remove vanessa_adt

vanessa_adt Package Contents on Fedora 34

/usr/lib/.build-id
/usr/lib/.build-id/ad
/usr/lib/.build-id/ad/18ff300eef008ccdb063d75923d6c0fb88d203
/usr/lib/libvanessa_adt.so.1
/usr/lib/libvanessa_adt.so.1.0.0
/usr/share/doc/vanessa_adt
/usr/share/doc/vanessa_adt/COPYING
/usr/share/doc/vanessa_adt/ChangeLog
/usr/share/doc/vanessa_adt/README
/usr/lib/.build-id
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/ca56909316b980ad76e6e297ee762fd1c3d763
/usr/lib64/libvanessa_adt.so.1
/usr/lib64/libvanessa_adt.so.1.0.0
/usr/share/doc/vanessa_adt
/usr/share/doc/vanessa_adt/COPYING
/usr/share/doc/vanessa_adt/ChangeLog
/usr/share/doc/vanessa_adt/README

References

Summary

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