Possible Duplicate:
aptitude vs. apt-get: what is the recommended (aka the “right”) tool to use actually?
What is the difference between apt-get vs aptitude. Which one is better? pros/cons?
What is the difference between apt-get vs aptitude. Which one is better? pros/cons? | |||
|
feedback
|
This question came from our site for professional and enthusiast programmers.
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
Furthermore, | |||
|
feedback
|
|
Basically, aptitude is menu-driven, while apt-get is purely CLI. In other words, with aptitude, you can browse through categories and see what packages are available to install or uninstall, while with apt-get, you need to know the exact name of the packages you're installing or uninstalling. As for pros and cons, it's all about preference. apt-get is certainly a lot faster if you know what you want, but if you're more familiar with menus, aptitude is for you. | |||||||||||
feedback
|
$ apt-get moo– BoltClock Oct 12 '10 at 23:02