How To Install librpminspect on Fedora 36
Introduction
In this tutorial we learn how to install librpminspect
on Fedora 36.
What is librpminspect
The library providing the backend test functionality and API for the rpminspect frontend program. This library can also be used by other programs wanting to incorporate RPM test functionality.
We can use yum
or dnf
to install librpminspect
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librpminspect.
Install librpminspect on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install librpminspect
using dnf
by running the following command:
sudo dnf -y install librpminspect
Install librpminspect on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install librpminspect
using yum
by running the following command:
sudo yum -y install librpminspect
How To Uninstall librpminspect on Fedora 36
To uninstall only the librpminspect
package we can use the following command:
sudo dnf remove librpminspect
librpminspect Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/63
/usr/lib/.build-id/63/2b76290824bc5527f81a9f131bc1c1a8879bc0
/usr/lib/librpminspect.so.0
/usr/lib/librpminspect.so.0.5.0
/usr/share/licenses/librpminspect
/usr/share/licenses/librpminspect/COPYING.LIB
/usr/share/licenses/librpminspect/LICENSE-2.0.txt
/usr/share/licenses/librpminspect/MIT.txt
---
title: "How To Install librpminspect on Fedora 36"
linkTitle: "librpminspect"
type: "docs"
description: "In this tutorial we learn how to install librpminspect in Fedora 36. librpminspect is Library providing RPM test API and functionality"
date: "2022-08-17"
lastmod: "2022-08-17"
#image: /images/fedora/36/librpminspect-featured.png
---
## Introduction
In this tutorial we learn how to install `librpminspect` on Fedora 36.
What is librpminspect
References
The library providing the backend test functionality and API for the rpminspect frontend program. This library can also be used by other programs wanting to incorporate RPM test functionality.
We can use yum
or dnf
to install librpminspect
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install librpminspect.
Summary
Install librpminspect on Fedora 36 Using dnf
In this tutorial we learn how to install librpminspect
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install librpminspect
using dnf
by running the following command:
sudo dnf -y install librpminspect
Install librpminspect on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install librpminspect
using yum
by running the following command:
sudo yum -y install librpminspect
How To Uninstall librpminspect on Fedora 36
To uninstall only the librpminspect
package we can use the following command:
sudo dnf remove librpminspect
librpminspect Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/f6
/usr/lib/.build-id/f6/663d6e87463734b05bb42ba648978f07263462
/usr/lib64/librpminspect.so.0
/usr/lib64/librpminspect.so.0.5.0
/usr/share/licenses/librpminspect
/usr/share/licenses/librpminspect/COPYING.LIB
/usr/share/licenses/librpminspect/LICENSE-2.0.txt
/usr/share/licenses/librpminspect/MIT.txt
References
Summary
In this tutorial we learn how to install librpminspect
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).