ppkg-config
Pure-Perl Core-Only replacement for pkg-config
Install
- All systems
-
curl cmd.cat/ppkg-config.sh
- Debian
-
apt-get install libpkgconfig-perl
- Ubuntu
-
apt-get install libpkgconfig-perl
- Kali Linux
-
apt-get install libpkgconfig-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libpkgconfig-perl
- Raspbian
-
apt-get install libpkgconfig-perl
- Dockerfile
- dockerfile.run/ppkg-config
libpkgconfig-perl
Pure-Perl Core-Only replacement for pkg-config
PkgConfig provides a pure-perl, core-only replacement for the pkg-config utility. While pkg-config is a compiled binary linked with glib, the pure-perl version has no such requirement, and will run wherever Perl ( >= 5.6 ) does. The package provides a pure perl binary called ppkg-config which can be used as well as pkg-config.