1

I am a new user of Ubuntu. What command can I use to install something using the terminal?

Eliah Kagan
  • 119,640
Lazlo
  • 21

2 Answers2

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.

jokerdino
  • 41,732
Claud Kho
  • 146
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
  • 882