Hi Martin,

"W. Martin Borgert" <[EMAIL PROTECTED]> wrote:
>Good, because it will show other suspects as well. E.g. packages
>from non-Debian apt sources, which are also unsupported
>security-wise. I wonder how I can achieve the same using just
>apt-get/apt-cache? I remember, that I once wrote a script using
>python-apt to get this information, but the script is lost :~(

Maybe this snippet could help you as well.

awk '/^Package/ {
  pkg=$2
} 
/^Section.*(contrib|non-free)/ {
  printf("%-20s - %-60s\n", $2, pkg)
}' /var/lib/dpkg/status | sort

regards
Frank
-- 
[EMAIL PROTECTED] /root]# man real-life
No manual entry for real-life


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to