How To Install fvsp on Fedora 36
Introduction
In this tutorial we learn how to install fvsp
on Fedora 36.
What is fvsp
title: “How To Install fvsp on Fedora 36”
This is a tool and library for converting Perl version strings into RPM version strings.
linkTitle: “fvsp”
type: “docs”
We can use yum
or dnf
to install fvsp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fvsp.
description: “In this tutorial we learn how to install fvsp in Fedora 36. fvsp is Convert Perl version string into RPM-compatible version string”
date: “2022-08-17”
Install fvsp on Fedora 36 Using dnf
lastmod: “2022-08-17”
#image: /images/fedora/36/fvsp-featured.png
Update yum database with dnf
using the following command.
## Introduction
sudo dnf makecache --refresh
In this tutorial we learn how to install fvsp
on Fedora 36.
What is fvsp
After updating yum database, We can install fvsp
using dnf
by running the following command:
This is a tool and library for converting Perl version strings into RPM version strings.
sudo dnf -y install fvsp
We can use yum
or dnf
to install fvsp
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install fvsp.
Install fvsp on Fedora 36 Using yum
Install fvsp on Fedora 36 Using dnf
Update yum database with yum
using the following command.
Update yum database with dnf
using the following command.
sudo yum makecache --refresh
```bash
sudo dnf makecache –refresh
After updating yum database, We can install `fvsp` using `yum` by running the following command:
After updating yum database, We can install `fvsp` using `dnf` by running the following command:
```bash
sudo yum -y install fvsp
```bash
sudo dnf -y install fvsp
How To Uninstall fvsp on Fedora 36
To uninstall only the `fvsp` package we can use the following command:
## Install fvsp on Fedora 36 Using yum
```bash
Update yum database with `yum` using the following command.
sudo dnf remove fvsp
sudo yum makecache --refresh
## fvsp Package Contents on Fedora 36
After updating yum database, We can install `fvsp` using `yum` by running the following command:
```bash
sudo yum -y install fvsp
How To Uninstall fvsp on Fedora 36
To uninstall only the fvsp
package we can use the following command:
sudo dnf remove fvsp
fvsp Package Contents on Fedora 36
/usr/bin/fvsp
/usr/lib/.build-id
/usr/lib/.build-id/44
/usr/lib/.build-id/44/c7428a291f7dee5e1d510e6ab56c5d95a8eb01
/usr/lib/.build-id/dc
/usr/lib/.build-id/dc/8f77c38b1a9e2444804e390b19349855f3b82a
/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
References
Summary
In this tutorial we learn how to install fvsp
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
/usr/bin/fvsp /usr/lib/.build-id /usr/lib/.build-id/30 /usr/lib/.build-id/30/6dd41d71d1f3e2f7ef8f4c5668d29bbb9acd94 /usr/lib/.build-id/72 /usr/lib/.build-id/72/a4b2374c2e9648cc6679be21221c3df5d84704 /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
* [fvsp website](https://ppisar.fedorapeople.org/fvsp/)
## Summary
In this tutorial we learn how to install `fvsp` on [Fedora 36](/fedora/36/) using [yum](/fedora/36/yum/) and [dnf]((/fedora/36/dnf/).