View Single Post
Erazor's Avatar
Posts: 160 | Thanked: 33 times | Joined on May 2010
#16
try to get aptitude

Code:
root

apt-get install aptitude
now you have a xterm app manager
(but its german )


some commands
Code:
- aptitude search package
  (search for a app)

- aptitude show package
   (shows the package information)

- aptitude install package
  (installs a package)

- aptitude purge package
  (removes package and config files)
more commands you will see when you type

Code:
aptitude -help

good luck with that

Greetz
Erazor
 

The Following User Says Thank You to Erazor For This Useful Post: