How to Install and Uninstall pkgconf Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 09,2024

1. Install "pkgconf" package

Here is a brief guide to show you how to install pkgconf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install pkgconf

2. Uninstall "pkgconf" package

This guide covers the steps necessary to uninstall pkgconf on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove pkgconf $ sudo apt autoclean && sudo apt autoremove

3. Information about the pkgconf package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: pkgconf
Priority: optional
Section: universe/devel
Installed-Size: 129
Maintainer: Ubuntu Developers
Original-Maintainer: Andrew Shadura
Architecture: amd64
Version: 0.9.12-1
Provides: pkg-config
Depends: libc6 (>= 2.4)
Filename: pool/universe/p/pkgconf/pkgconf_0.9.12-1_amd64.deb
Size: 29776
MD5sum: 6184395b2c115ee72e19237c8a021318
SHA1: 1d48fe5b887c8452840f2351db719d867075b30f
SHA256: 784d8079acaaf0009ba622eacb025e1d86bf11c409673e20a3c89b78b7e623a1
Description-en: manage compile and link flags for libraries
pkgconf is a replacement for pkg-config, a system for managing library
compile and link flags that works with automake and autoconf.
.
pkgconf does not bundle any third-party libraries or depend on any
third-party libraries.
Description-md5: bb6e939dcc5e28020ca3111bf3fb0434
Homepage: https://github.com/pkgconf/pkgconf
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu