Dan,MAYBL8 wrote: Fri Jul 24, 2020 9:27 am Swamprabbit,
Can you give me a command string to run that will give you a list of packages you are interested in?
There are a couple ways to skin this cat, a full list may be better than asking for specific ones.
Launch terminal from your desktop, Home folder, or where ever.
Code: Select all
dpkg-query --show --showformat='${binary:Package}\t${Version}\t${Architecture}\t${binary:Summary}\n' > kde-modified-packages.txt
You can modify the above by simply removing one of the portions.