Aug 182010
Install multiple software at the same time using apt-get
Answer:
It is easy to use apt-get to install multiple softwares at the same time, without executing commands one by one.
E.g.
# sudo apt-get install curl wget lynx elinks
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Install multiple software at the same time using apt-get
Answer:
It is easy to use apt-get to install multiple softwares at the same time, without executing commands one by one.
E.g.
# sudo apt-get install curl wget lynx elinks