Results 1 to 8 of 8
I am totally new to Linux and I am trying to install the CodeBlocks IDE. I have figured out how to "untar" my binary installation file, but that only gives ...
- 09-05-2008 #1Just Joined!
- Join Date
- Sep 2008
- Posts
- 6
How to install programs on Linux
I am totally new to Linux and I am trying to install the CodeBlocks IDE. I have figured out how to "untar" my binary installation file, but that only gives me a folder with about 7 files that have a .deb extension on them. How do I execute or install these files?
Thanks.
- 09-05-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,090
Welcome to the forums!
Check this HowTo for instructions on installing software under Linux a number of different ways:
http://www.linuxforums.org/forum/lin...are-linux.htmloz
→ new members/users: read this first | new member faq
→ no private messages requesting computer support - post them on the forums!
→ please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.
- 09-05-2008 #3Just Joined!
- Join Date
- Sep 2008
- Posts
- 6
Hmmm, I actually have several .deb files that were "untarred." I don't think I saw anything about these kind of files in that help link. Is there another help source that can help me understand how to install these .deb files? Thanks.
- 09-05-2008 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
You can use dpkg to install them, or at least you could if you were using a Debian based distro. Unfortunately Mandriva is rpm based and doesn't use that format. You may be able to convert them using a tool called alien but this will only convert the packages, you may find other incompatibilites if it was built for a Debian system.
- 09-05-2008 #5
You shouldn't have to use .deb files, since there are packed for Debian based distributions. Mandriva is a Red Hat based distro, so its packages are .rpm -s.
Please visit: Easy Urpmi
and add package sources to your system. After that in rpmdrake you can add as many programs as you want to. This is the Mandriva way.If you need a CD/DVD catalogizer, give a try to my program:
http://www.kde-apps.org/content/show...content=100682
Linux Usert#430188
- 09-05-2008 #6Just Joined!
- Join Date
- Aug 2008
- Location
- Fife, Scotland
- Posts
- 10
and codeblocks is in the Mandriva repos.
Installing and removing software - Mandriva Community Wiki
Jim
- 09-05-2008 #7Just Joined!
- Join Date
- Sep 2008
- Posts
- 6
Do you all know a good free C programming IDE for Mandriva?
- 09-13-2008 #8Just Joined!
- Join Date
- Jun 2008
- Posts
- 35
try eclipse with plugin


Reply With Quote
