j
k
j a
j l
To get a tidy package list (you can even pipe such a list to apt for install/purge and review it first) :
dpkg -l|grep ii|awk '{print $2}' >packages.txt
dpkg -l|grep ii|awk '{print $2}'|grep trinity >trinity.txt
etc
Back to the thread
Back to the list