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".