I needed to install Ubuntu Lucid 10.04 for my dev work. I found that it does not install most of the dev tools/packages by default.
- What are the essential dev tools one needs? I don’t mind installing them all for the sake of not wanting to have build failure later on for some third part package.
- Also any documentation where I can get a list of essential packages. E.g:I found that mysql-devel rpm in fedora is called ‘libmysql++-dev’ in Ubuntu. I am looking for such querks
Start with
build-essential. Presumably you’re after C/C++ stuff. Don’t forget:To install the necessary dev files to build a given package, run the command:
For example: