![]() |
$sudo apt-get install... how do you know the name?
So it seems like the universal command to install something through the terminal is sudo apt-get install whatever, but how do you know what the argument for what you want to install? Is there a list online or something?
For example, installing the Compiz Manager is sudo apt-get install compiz compizconfig-settings-manager I know there are easier ones like pidgin, but for something like the Compiz Manager... how the heck was I supposed to know that? Thank you. |
|
Quote:
As smoker has displayed above, a simple search in your favourite engine will yield you the results you need. I would probably suggest searching something like "apt-get howto install" or similar as you apparently need help with the command rather than how to install Compiz |
You could you use the apt-cache command.
Here's an example of searching for compiz on my Debian system: Code:
ade@Pc1:~$ apt-cache search compiz |
Here is a list of commands for apt-get
http://wiki.linuxhelp.net/index.php/Apt-get_Guide |
How about starting with "man apt"?
|
Quote:
The reason I'm posting is not so people can show me how to install stuff, or look up how to install stuff, but if there's a way to install stuff in the terminal without looking it up. |
Quote:
Cheers |
Quote:
Every distro I know has a list of packages available : http://packages.ubuntu.com/ |
Code:
crunchbang@crunchbang:~$ apropos compizCode:
crunchbang@crunchbang:~$ find compizCode:
crunchbang@crunchbang:~$ whatis nm-connection-managerUnfortuately this is a cause to stay and not to upgrade..... Code:
crunchbang@crunchbang:/$ makewhatisCode:
The database searched by apropos is updated by the mandb program. |
| All times are GMT -5. The time now is 07:47 PM. |