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.
Asked
Active
Viewed 59 times
-1
Kalle Richter
- 6,519
Crazy
- 91
1 Answers
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.