On Tue, Jul 15, 2008 at 3:14 AM, Puneet Lakhina puneet.lakhina@gmail.com wrote:
Hi,
I use Ubuntu and depend on Synaptic to install/uninstall packages and also to search for packages. I want to gradually learn to do the same things from the command line. Is there any way I can sort of ask synaptic to log all system commands (apt-get or whatever) that it executes with the options?
-- Puneet http://sahyog.blogspot.com/ Latest Post: javac -g -- http://mm.glug-bom.org/mailman/listinfo/linuxers
Check these out:
# cat /var/log/apt/term.log # zcat /var/log/apt/term.log.1.gz ...