From 6335925c321c39aad3556d7afb5651902659c559 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 5 Nov 2014 10:50:56 -0400 Subject: Add architecture info to dpkg list-installed. Closes: #768145 --- list-installed.d/50list-installed | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'list-installed.d/50list-installed') diff --git a/list-installed.d/50list-installed b/list-installed.d/50list-installed index f392027..ac34202 100755 --- a/list-installed.d/50list-installed +++ b/list-installed.d/50list-installed @@ -3,7 +3,7 @@ # (or removed but still with config-files) packages, in the # format "package version\n" (or something similar). if [ "$LOWLEVEL_PACKAGE_MANAGER" = dpkg ]; then - dpkg-query -W -f '${Status}\t${Package} ${Version}\n' | \ + dpkg-query -W -f '${Status}\t${Package} ${Version} ${Architecture}\n' | \ egrep '(ok installed|ok config-files)' | cut -f2,3 elif [ "$LOWLEVEL_PACKAGE_MANAGER" = rpm ]; then rpm -qa --qf "%|epoch?{%{epoch}}:{0}|:%{name}-%{version}-%{release}.%{arch}\n" | sort -- cgit v1.2.3