Re: wine installed need panel link ...

Top Page
Attachments:
Message as email
+ (text/plain)
+ (text/html)
+ (text/plain)
Delete this message
Reply to this message
Author: Brian Cluff via PLUG-discuss
Date:  
To: joe--- via PLUG-discuss
CC: Brian Cluff
Subject: Re: wine installed need panel link ...
On 2/10/23 17:58, joe--- via PLUG-discuss wrote:
> Third question: Where can one find a list of
> all programs installed from Synaptic (or apt get)
> and the dates of last installation for each?

See if this gets you what you want:

dpkg-query --show -f '${Package}\t${db-fsys:Last-Modified}\n' | awk -e
'{ print strftime("%Y/%m/%d %T",$2 ) "\t" $1}'

I put the date first so that you can easily pipe it though sort and get
a list of packages from oldest to newest.

Brian Cluff---------------------------------------------------
PLUG-discuss mailing list:
To subscribe, unsubscribe, or to change your mail settings:
https://lists.phxlinux.org/mailman/listinfo/plug-discuss