I am a new user of Ubuntu. What command can I use to install something using the terminal?
Asked
Active
Viewed 8,798 times
1
-
3Why not use software-center? – jokerdino Sep 19 '12 at 09:38
2 Answers
3
Just type this on your terminal:
sudo apt-get install [package name]
And you also can install a new software on Software Center. It is easy to use.
-
Software Center is great, i can search software i want to install from there, thanks for helping me – Lazlo Sep 19 '12 at 09:43
0
sudo apt-get install here_comes_the_packagename
But better read into some "newbie" tutorials and check the Ubuntu documentation: https://help.ubuntu.com/

thonixx
- 862
-
1
-
That's a matter of opinion. He wanted to know which terminal command it is. So the question is answered correctly. – thonixx Sep 19 '12 at 13:49
-
1I suggest not to use asterisks in the example command. It will expand to all packages containing that keyword in the package name. – gertvdijk Sep 19 '12 at 13:54
-
erm... I did not want to tell the user to use an asterisk. It was just like a $packagename instead of packagename. It seems to confuse some people so I change it immediately. – thonixx Sep 19 '12 at 17:44