Tips and Instructional topics. Not for support questions.
Post a reply

developers tools

Wed May 22, 2013 9:08 pm

Not really a how-to, more a short note so i don't need to search each time.
If doing developing stuff i usually did
Code:
apt-get install build-essential

and then had to install all kind of other stuff manually (most of them i can't remember the correct names, searching for dev is not very helpful).

I found a better solution at the site of R.Hertzog:
Code:
apt-get install packaging-dev
Last edited by nadir on Thu May 23, 2013 5:34 pm, edited 1 time in total.

Re: developers tools

Wed May 22, 2013 10:28 pm

nadir wrote:
Code:
apt-get install build-essentail

Don't copy/paste that . . . typo - essential. ;)

Re: developers tools

Thu May 23, 2013 5:31 pm

yes

Re: developers tools

Tue Sep 03, 2013 9:11 am

thanks for the tip, nadir

Re: developers tools

Tue Sep 03, 2013 9:33 am

No problem. I just saved it here, as i was tired to search each and every time at R.Herzogs web-site (which always took a while). Searching for "apt-cache search dev" or "apt-cache search packaging" never helped ... :-)
Post a reply