How To Install libpkgconf-devel on Fedora 36
Introduction
In this tutorial we learn how to install libpkgconf-devel
on Fedora 36.
What is libpkgconf-devel
This package provides files necessary for developing applications to use functionality provided by pkgconf.
We can use yum
or dnf
to install libpkgconf-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpkgconf-devel.
Install libpkgconf-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install libpkgconf-devel
Install libpkgconf-devel 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-devel
using yum
by running the following command:
sudo yum -y install libpkgconf-devel
How To Uninstall libpkgconf-devel on Fedora 36
To uninstall only the libpkgconf-devel
package we can use the following command:
sudo dnf remove libpkgconf-devel
libpkgconf-devel Package Contents on Fedora 36
/usr/include/pkgconf
/usr/include/pkgconf/libpkgconf
/usr/include/pkgconf/libpkgconf/bsdstubs.h
/usr/include/pkgconf/libpkgconf/iter.h
/usr/include/pkgconf/libpkgconf/libpkgconf-api.h
/usr/include/pkgconf/libpkgconf/libpkgconf.h
/usr/include/pkgconf/libpkgconf/stdinc.h
/usr/lib/libpkgconf.so
/usr/lib/pkgconfig/libpkgconf.pc
References
Summary
In this tutorial we learn how to install libpkgconf-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install libpkgconf-devel on Fedora 36” linkTitle: “libpkgconf-devel” type: “docs” description: “In this tutorial we learn how to install libpkgconf-devel in Fedora 36. libpkgconf-devel is Development files for libpkgconf” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/libpkgconf-devel-featured.png
Introduction
In this tutorial we learn how to install libpkgconf-devel
on Fedora 36.
What is libpkgconf-devel
This package provides files necessary for developing applications to use functionality provided by pkgconf.
We can use yum
or dnf
to install libpkgconf-devel
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install libpkgconf-devel.
Install libpkgconf-devel 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-devel
using dnf
by running the following command:
sudo dnf -y install libpkgconf-devel
Install libpkgconf-devel 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-devel
using yum
by running the following command:
sudo yum -y install libpkgconf-devel
How To Uninstall libpkgconf-devel on Fedora 36
To uninstall only the libpkgconf-devel
package we can use the following command:
sudo dnf remove libpkgconf-devel
libpkgconf-devel Package Contents on Fedora 36
/usr/include/pkgconf
/usr/include/pkgconf/libpkgconf
/usr/include/pkgconf/libpkgconf/bsdstubs.h
/usr/include/pkgconf/libpkgconf/iter.h
/usr/include/pkgconf/libpkgconf/libpkgconf-api.h
/usr/include/pkgconf/libpkgconf/libpkgconf.h
/usr/include/pkgconf/libpkgconf/stdinc.h
/usr/lib64/libpkgconf.so
/usr/lib64/pkgconfig/libpkgconf.pc
References
Summary
In this tutorial we learn how to install libpkgconf-devel
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).