If this is your first visit, be sure to
check out the FAQ. You will have to register
before you can post. To start viewing messages,
select the forum that you want to visit from the selection below.
If you have copied text output that contains formatting (colors, highlighting, etc.), please do not enclose it in QUOTE or CODE tags. Just right-click your mouse and choose "Paste Without Formatting" or similar (Paste as plain text).
You probably need to install the basic compilers
sudo apt-get install build-essential
and perhaps also the .rpm to .deb converter (Alien)
sudo apt-get install alien
To search for an application do:
sudo apt-cache search "name of something"
If you search "compiler" you will get an extensiv list
sudo apt-cache search compiler
You could use aptitude to install, using aptitude will resolve dependencies as well.
Comment