How To Install fvsp on Fedora 34

fvsp is Convert Perl version string into RPM-compatible version string Convert Perl version string into RPM-compatible version string

Introduction

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

What is fvsp

This is a tool and library for converting Perl version strings into RPM version strings. fvsp 0.1 13.fc34 x86_64 20 k fvsp-0.1-13.fc34.src.rpm fedora Convert Perl version string into RPM-compatible version string https LGPLv3+ This is a tool and library for converting Perl version strings into RPM version strings.

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

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

sudo dnf -y install fvsp

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

sudo yum -y install fvsp

How To Uninstall fvsp on Fedora 34

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

sudo dnf remove fvsp

fvsp Package Contents on Fedora 34

/usr/bin/fvsp
/usr/lib/.build-id
/usr/lib/.build-id/29
/usr/lib/.build-id/29/4057a0442375eaf6ed83e830aeceb0815c0743
/usr/lib/.build-id/39
/usr/lib/.build-id/39/9c24e99a839659b9a8378b40bf300955d53c38
/usr/lib/libfvsp.so.0
/usr/lib/libfvsp.so.0.0.0
/usr/share/doc/fvsp
/usr/share/doc/fvsp/AUTHORS
/usr/share/doc/fvsp/NEWS
/usr/share/doc/fvsp/README
/usr/share/licenses/fvsp
/usr/share/licenses/fvsp/COPYING
/usr/share/man/man1/fvsp.1.gz
/usr/bin/fvsp
/usr/lib/.build-id
/usr/lib/.build-id/3f
/usr/lib/.build-id/3f/98e800bbca260ec754c9d5ce8281154ecf2c4f
/usr/lib/.build-id/6d
/usr/lib/.build-id/6d/06317f6f3fc1e18e2a5e61360fddccd87d2d98
/usr/lib64/libfvsp.so.0
/usr/lib64/libfvsp.so.0.0.0
/usr/share/doc/fvsp
/usr/share/doc/fvsp/AUTHORS
/usr/share/doc/fvsp/NEWS
/usr/share/doc/fvsp/README
/usr/share/licenses/fvsp
/usr/share/licenses/fvsp/COPYING
/usr/share/man/man1/fvsp.1.gz

References

Summary

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