-1
hasni@hasni:~/Downloads/android-sdk-linux$ sudo apt-get install
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Kalle Richter
  • 5,935
  • 20
  • 69
  • 101
Crazy
  • 91
  • 2
  • 2
  • 8
  • Install what program? you need to tell it a package name – steeldriver Mar 24 '16 at 18:09
  • you missed the name of the program to install. For example, "sudo apt-get install gedit" will install the program called "gedit". :) If you provide us with the name of the software you want to install we might help you a little bit more. (why the negatives votes? this is just a super newbie question, don't penalize it!) – Rho Mar 26 '16 at 16:06
  • 1
    Possible duplicate of [How to install software provided in software-center via terminal?](http://askubuntu.com/questions/268504/how-to-install-software-provided-in-software-center-via-terminal) – David Foerster Mar 27 '16 at 09:54

1 Answers1

1

You haven't provided any software name. Without knowing what to install, the terminal will only read the package lists from the software center but do nothing.

In order to install a program, you have to mention its name:-

sudo apt-get install software_name

This will direct the terminal to to download the desired software from the software center (you'll need internet for this) and after downloading, intall the same.