Pkg-config (von engl. package, „Paket“ und config, „Konfiguration“) ist ein Computerprogramm, das eine einheitliche Schnittstelle zur Abfrage von Metadaten über beliebige Software bereitstellt.
Dpkg is the Debian package management utility that performs lower-level tasks in software installation and removal. This tag should be used for questions about using and troubleshooting the dpkg utility.
Pouzivam debian a jsem zvykly, pokud si neco potrebuji prelozit, stahnu si zdrojovy kod(bud primo nebo apt-get source foo), pripadne zavislosti (apt-get build-dep foo) a pouziji ./configure && make && make install.