Ubuntu – Why does tasksel not include an option for LAMP server

installationlamptasksel

I recently downloaded an Ubuntu 9.10 virtual appliance for VMWare and want to install a LAMP server on it. Normally, I would just sudo tasksel install lamp-server but that seems to just return without doing anything. So I tried sudo tasksel to bring up the list of packages. But this list only includes three options… Print server, Ubuntu desktop and Manual package selection. I thought maybe it was in Manual package selection but I didn't see it. I'm pretty new to Ubuntu (and linux in general) so I'm not sure where to go next. The only posts I've found about missing options in tasksel says it just suddenly started showing additional options the next day…

Why don't I have all the options I usually do (like LAMP server)? How can I get these options back?

Best Answer

I can only imagine that the available package list is either not there or has been corrupted somehow. sudo apt-get update might fix it.

You can actually install tasks through other package managers too. For example, you should be able to load up aptitude and browse and install the available tasks there.

Obviously if you can't see any packages at all (let alone tasks) there is a deeper issue.

Related Question