Recently I have gone through tasksel command usage because of LAMP server setup. Why can't I use apt-get or aptitude there? Why does the Ubuntu wiki page suggest to do it with tasksel only. Is there any specific reason? Where should tasksel be used? whats going to happen if I use aptitude or apt-get instead of tasksel while installing the server.

  • Jai - if you are not happy with the answer - suggest a bounty will work - you'll need to update your question specifically with what you are looking for - giving examples etc. For the bounty description - say what characteristics of the bounty will gain an acceptance. – fossfreedom Mar 11 '13 at 14:53
up vote 5 down vote accepted

I guess you must have used the command:

sudo tasksel install lamp-server

You could have also used:

sudo apt-get install lamp-server^

Remember that lamp-server is not a package but a task. Tasksel is generally used to install tasks on your system. Please read its documentation.

  • tasksel is deprecated. The apt-get version should be preferred. – flickerfly Dec 2 '14 at 18:24
  • 1
    Where can we find authoritative documentation about it being deprecated? – SDsolar May 2 at 20:50

Your Answer

 

By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.

Not the answer you're looking for? Browse other questions tagged or ask your own question.