How To Install pkgconf on Fedora 36
Introduction
In this tutorial we learn how to install pkgconf
on Fedora 36.
What is pkgconf
pkgconf is a program which helps to configure compiler and linker flags for development frameworks. It is similar to pkg-config from freedesktop.org and handles .pc files in a similar manner as pkg-config.
We can use yum
or dnf
to install pkgconf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pkgconf.
Install pkgconf 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 pkgconf
using dnf
by running the following command:
sudo dnf -y install pkgconf
Install pkgconf 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 pkgconf
using yum
by running the following command:
sudo yum -y install pkgconf
How To Uninstall pkgconf on Fedora 36
To uninstall only the pkgconf
package we can use the following command:
sudo dnf remove pkgconf
pkgconf Package Contents on Fedora 36
/etc/pkgconfig
/etc/pkgconfig/personality.d
/usr/bin/pkgconf
/usr/lib/.build-id
/usr/lib/.build-id/b4
/usr/lib/.build-id/b4/67024a972f8c0709fb009b0958b881cd818ee6
/usr/lib/rpm/macros.d/macros.pkgconf
/usr/share/doc/pkgconf
/usr/share/doc/pkgconf/AUTHORS
/usr/share/doc/pkgconf/NEWS
/usr/share/doc/pkgconf/README.md
/usr/share/licenses/pkgconf
/usr/share/licenses/pkgconf/COPYING
/usr/share/man/man1/pkgconf.1.gz
/usr/share/man/man5/pc.5.gz
/usr/share/man/man5/pkgconf-personality.5.gz
/usr/share/pkgconfig/personality.d
References
Summary
In this tutorial we learn how to install pkgconf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).
title: “How To Install pkgconf on Fedora 36” linkTitle: “pkgconf” type: “docs” description: “In this tutorial we learn how to install pkgconf in Fedora 36. pkgconf is Package compiler and linker metadata toolkit” date: “2022-08-17” lastmod: “2022-08-17” #image: /images/fedora/36/pkgconf-featured.png
Introduction
In this tutorial we learn how to install pkgconf
on Fedora 36.
What is pkgconf
pkgconf is a program which helps to configure compiler and linker flags for development frameworks. It is similar to pkg-config from freedesktop.org and handles .pc files in a similar manner as pkg-config.
We can use yum
or dnf
to install pkgconf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install pkgconf.
Install pkgconf 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 pkgconf
using dnf
by running the following command:
sudo dnf -y install pkgconf
Install pkgconf 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 pkgconf
using yum
by running the following command:
sudo yum -y install pkgconf
How To Uninstall pkgconf on Fedora 36
To uninstall only the pkgconf
package we can use the following command:
sudo dnf remove pkgconf
pkgconf Package Contents on Fedora 36
/etc/pkgconfig
/etc/pkgconfig/personality.d
/usr/bin/pkgconf
/usr/lib/.build-id
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/473f00ae6b5cf96219325fd4726455a94a1eef
/usr/lib/rpm/macros.d/macros.pkgconf
/usr/share/doc/pkgconf
/usr/share/doc/pkgconf/AUTHORS
/usr/share/doc/pkgconf/NEWS
/usr/share/doc/pkgconf/README.md
/usr/share/licenses/pkgconf
/usr/share/licenses/pkgconf/COPYING
/usr/share/man/man1/pkgconf.1.gz
/usr/share/man/man5/pc.5.gz
/usr/share/man/man5/pkgconf-personality.5.gz
/usr/share/pkgconfig/personality.d
References
Summary
In this tutorial we learn how to install pkgconf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).