From: beierlm Date: Tue, 7 Dec 2021 21:02:22 +0000 (-0500) Subject: Bug 1531: Check for packages X-Git-Tag: v12.0.0rc1~71 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=2ce2b004deff32c9016afd7f8cdffff0059b981f;hp=2ce2b004deff32c9016afd7f8cdffff0059b981f;p=osm%2Fdevops.git Bug 1531: Check for packages Fixes logic to check for packages. Originally based on dpkg -l, which could return packages that were once installed, then removed. Instead a new function has been created that takes a list of packages to check and uses dpkg -L, which will return an error if a package is not, or no longer, installed Fixes bug 1531 Change-Id: Id096cf969aacca62dc7783b803e7925c796e325d Signed-off-by: beierlm ---