How To Install verbiste on Fedora 34

verbiste is French conjugation system French conjugation system

Introduction

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

What is verbiste

This package contains a database of French conjugation templates and a list of more than 7000 regular and irregular French verbs with their corresponding template. It also comes with two command-line tools named french-conjugator and french-deconjugator. verbiste 0.1.47 4.fc34 x86_64 132 k verbiste-0.1.47-4.fc34.src.rpm fedora French conjugation system http GPLv2+ This package contains a database of French conjugation templates and a list of more than 7000 regular and irregular French verbs with their corresponding template. It also comes with two command-line tools named french-conjugator and french-deconjugator.

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

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

sudo dnf -y install verbiste

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

sudo yum -y install verbiste

How To Uninstall verbiste on Fedora 34

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

sudo dnf remove verbiste

verbiste Package Contents on Fedora 34

/usr/bin/french-conjugator
/usr/bin/french-deconjugator
/usr/lib/.build-id
/usr/lib/.build-id/25
/usr/lib/.build-id/25/c90027013ea107451309315af147b773076b34
/usr/lib/.build-id/32
/usr/lib/.build-id/32/49425d571570564e583e3664a0ddc7a7f04ca8
/usr/lib/.build-id/fe
/usr/lib/.build-id/fe/c4ac19b71861184fc18534c8a1bd02c32cf683
/usr/lib/libverbiste-0.1.so.0
/usr/lib/libverbiste-0.1.so.0.0.0
/usr/share/doc/verbiste
/usr/share/doc/verbiste/AUTHORS
/usr/share/doc/verbiste/COPYING
/usr/share/doc/verbiste/HACKING
/usr/share/doc/verbiste/LISEZMOI
/usr/share/doc/verbiste/NEWS
/usr/share/doc/verbiste/README
/usr/share/doc/verbiste/THANKS
/usr/share/man/man1/french-conjugator.1.gz
/usr/share/man/man1/french-deconjugator.1.gz
/usr/share/verbiste-0.1
/usr/share/verbiste-0.1/COPYING
/usr/share/verbiste-0.1/conjugation-fr.xml
/usr/share/verbiste-0.1/conjugation-it.xml
/usr/share/verbiste-0.1/verbs-fr.xml
/usr/share/verbiste-0.1/verbs-it.xml
/usr/bin/french-conjugator
/usr/bin/french-deconjugator
/usr/lib/.build-id
/usr/lib/.build-id/3d
/usr/lib/.build-id/3d/c0fd359e905f4e614f09c70a09112bce35da1e
/usr/lib/.build-id/5b
/usr/lib/.build-id/5b/f63f4a50e46bcb28fd01cdce4407680dfe17ca
/usr/lib/.build-id/89
/usr/lib/.build-id/89/9bc0a14376f1871acab1aac16592bb2cd8f612
/usr/lib64/libverbiste-0.1.so.0
/usr/lib64/libverbiste-0.1.so.0.0.0
/usr/share/doc/verbiste
/usr/share/doc/verbiste/AUTHORS
/usr/share/doc/verbiste/COPYING
/usr/share/doc/verbiste/HACKING
/usr/share/doc/verbiste/LISEZMOI
/usr/share/doc/verbiste/NEWS
/usr/share/doc/verbiste/README
/usr/share/doc/verbiste/THANKS
/usr/share/man/man1/french-conjugator.1.gz
/usr/share/man/man1/french-deconjugator.1.gz
/usr/share/verbiste-0.1
/usr/share/verbiste-0.1/COPYING
/usr/share/verbiste-0.1/conjugation-fr.xml
/usr/share/verbiste-0.1/conjugation-it.xml
/usr/share/verbiste-0.1/verbs-fr.xml
/usr/share/verbiste-0.1/verbs-it.xml

References

Summary

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