How To Install libpkgconf on Fedora 36
Introduction
In this tutorial we learn how to install libpkgconf
on Fedora 36.
What is libpkgconf
This package provides libraries for applications to use the functionality of pkgconf.
We can use yum
or dnf
to install libpkgconf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpkgconf.
Install libpkgconf 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 libpkgconf
using dnf
by running the following command:
sudo dnf -y install libpkgconf
Install libpkgconf 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 libpkgconf
using yum
by running the following command:
sudo yum -y install libpkgconf
How To Uninstall libpkgconf on Fedora 36
To uninstall only the libpkgconf
package we can use the following command:
sudo dnf remove libpkgconf
libpkgconf Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/70
/usr/lib/.build-id/70/9f004f15f6d583bfd233881cf8fedfcaa6beab
/usr/lib64/libpkgconf.so.3
/usr/lib64/libpkgconf.so.3.0.0
/usr/share/licenses/libpkgconf
/usr/share/licenses/libpkgconf/COPYING
References
Summary
In this tutorial we learn how to install libpkgconf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libpkgconf on Fedora 36” linkTitle: “libpkgconf” type: “docs” description: “In this tutorial we learn how to install libpkgconf in Fedora 36. libpkgconf is Backend library for pkgconf” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libpkgconf-featured.png
Introduction
In this tutorial we learn how to install libpkgconf
on Fedora 36.
What is libpkgconf
This package provides libraries for applications to use the functionality of pkgconf.
We can use yum
or dnf
to install libpkgconf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpkgconf.
Install libpkgconf 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 libpkgconf
using dnf
by running the following command:
sudo dnf -y install libpkgconf
Install libpkgconf 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 libpkgconf
using yum
by running the following command:
sudo yum -y install libpkgconf
How To Uninstall libpkgconf on Fedora 36
To uninstall only the libpkgconf
package we can use the following command:
sudo dnf remove libpkgconf
libpkgconf Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/da
/usr/lib/.build-id/da/0f24d1e25bd6d375b79014e08c2df9e4eff98f
/usr/lib/libpkgconf.so.3
/usr/lib/libpkgconf.so.3.0.0
/usr/share/licenses/libpkgconf
/usr/share/licenses/libpkgconf/COPYING
References
Summary
In this tutorial we learn how to install libpkgconf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).