View Single Post
jcompagner's Avatar
Posts: 290 | Thanked: 165 times | Joined on Sep 2009
#28
Originally Posted by arne.anka View Post

apt-get search foo

looks for all packages with "foo" in their names or descriptions

apt-get show foo

will display the package information for the package with exactly the name "foo"

apt-get install foo bar

will install the packages named "foo" and "bar".

and this is what the app manager just should do... just mark the things you want to do and then at the end say install all..
 

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