[QGIS-Developer] Deploying 3.10.8 LTR on Debian 10

Sebastiaan Couwenberg sebastic at xs4all.nl
Thu Jul 23 04:32:05 PDT 2020


On 7/23/20 1:18 PM, Patrick Dunford wrote:
> Is there some kind of script I could run that would print out a list of
> all the Qgis library dependencies and their version numbers.

This oneliner should help:

 for pkg_version in $(dpkg -l | grep qgis | grep ^ii | awk '{print
$2"="$3}'); do apt-cache show $pkg_version | egrep
"Package|Depends|Recommends" && echo; done

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1


More information about the QGIS-Developer mailing list