Ubuntu has an alternative to apt-get called aptitude. It works in pretty much the same way as apt-get with the exception that aptitude also includes any recommended packages on top of the requested packages when installing or upgrading. You can use aptitude exactly as you would use apt-get, so for instance you could issue the command aptitude update and it would update the repository information. However, you can also issue just the command aptitude without any options, which brings up a text-based package manager that you can use to select packages.
Reference: Ubuntu Unleashed 2008 Edition
No comments:
Post a Comment