-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
  • 6,180
  • 21
  • 70
  • 103
Crazy
  • 91
  • 2
  • 2
  • 8

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.