Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added a tip if tasksel fails

...

Code Block
sudo apt-get install tasksel
sudo tasksel

Select the following packages

Code Block
[*] LAMP server
[*] PostgreSQL database
[*] Tomcat Java server

*** Don't forget to deselect any defaults!

Tip
titleIf tasksel fails with an aptitude (100) error

You can try executing the commands which tasksel would have executed as separate statements:

sudo tasksel install lamp-server

sudo tasksel install tomcat-server

sudo tasksel install postgresql-server

 

Install the Compile / Build tools

...