Author Topic: which code::blocks should i download for my fedora?  (Read 4229 times)

Offline vikash

  • Multiple posting newcomer
  • *
  • Posts: 23
which code::blocks should i download for my fedora?
« on: July 04, 2011, 07:37:46 pm »
I have recently installed fedora 15. I want to install codeblocks 10.05 in that. there are two options in download section which should i download from http://www.codeblocks.org/downloads/26#linux.
I think the name of ISO image of fedora 15 that I download my help. that's name is  Fedora-15-i686-Live-Desktop.iso
If you need more information then i can provide.
thanks for any kind of help.
« Last Edit: July 04, 2011, 07:40:19 pm by vikash »

Offline Freem

  • Almost regular
  • **
  • Posts: 219
Re: which code::blocks should i download for my fedora?
« Reply #1 on: July 06, 2011, 03:02:58 pm »
I've finded here http://fr.wikipedia.org/wiki/Yellow_dog_Updater,_Modified the name of what is seem to be your packet manager, and some examples to use it.

So, download the packet, check it's sum, and, as root, run "yum install <codeblocks'name>" and it should be ok.
It is possible that yum don't install all dependencies. If it doesn't, I think it will give you what dependencies you should install, so you could repeat the procedure with them.

PS: I don't use fedora, this is why I'm not certain that it will or not install dependencies.

Offline dpurgin

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: which code::blocks should i download for my fedora?
« Reply #2 on: July 07, 2011, 08:10:25 am »
just run as root:

Code
yum install codeblocks

yum is already pre-installed in fedora and it installs all the dependencies needed for a package.