Re: how to record what eve is happening on aptitude



On 30/01/12 16:50, Abhishek Dixit wrote:
I am trying to install kword

sudo aptitude install kword

[pruned]



I want to record every thing which is happening on terminal.
I tried some thing like following

sudo aptitude install -y kword --log-level=debug --log-file=~/Downloads/baj.txt
but there was no file baj.txt and also aptitude is not able to install kword.

Use the pipe command: "sudo aptitude install word > logfile.txt" maybe?

BC

--
The wise man does at once what a fool does finally.
Niccolo Machiavelli


--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages