Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Feb 11 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Feb 11

One other note regarding use of apt-get in a script or invoked at CL,
you should not need a separate line for each program... space
separated works good as far as I know.

> apt-get -y install synaptic mysql-client-core-5.1 mysql-cluster-client-5.1

works just as well as

> apt-get install synaptic
> apt-get install mysql-client-core-5.1
> apt-get install mysql-cluster-client-5.1

Share: 

 

This Question has 8 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Using a script to automate apt installation Or get search suggestion and latest updates.


Tagged: