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?
On Tue, Jul 15, 2008 at 3:14 AM, Puneet Lakhina puneet.lakhina@gmail.com wrote:
Check these out:
# cat /var/log/apt/term.log # zcat /var/log/apt/term.log.1.gz ...
On Tue, Jul 15, 2008 at 3:47 AM, Yesudeep yesudeep@gmail.com wrote:
Apparently, it's very much possible to accidentally click the Send button.
Anyway continuing my reply above. The commands I showed will show you a log of what's installed. If you're looking to learn about commands, you're better off reading man pages or info documents.
Type: `man apt-get` sans quotes for a start.
Yesudeep wrote:
While it is no problem to use apt-get install package, apt-get -f install, apt-get update/upgrade etc., how does one get an ncurses (DOS) type interface in command line to scroll different packages that match the query key words so that the package and its description can be read, just as it is done in GUI.
On Tuesday 15 Jul 2008, Rony wrote:
apt-cache search "string" | less
On Tue, Jul 15, 2008 at 11:25 PM, Raj Mathur raju@linux-delhi.org wrote:
Shift+PgUp also works in Ctrl+Alt+F1...F6 `DOS` mode.
On Tue, Jul 15, 2008 at 11:19 PM, Rony gnulinuxist@gmail.com wrote:
aptitude? Start aptitude and use the search (from menu) available.
Regards, Mohan S N