Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
03-31-2006, 04:45 PM
|
#1
|
|
LQ Newbie
Registered: Mar 2006
Distribution: Fedora Core 5
Posts: 25
Rep:
|
gcc: Command not found
I am trying to install a driver and an error came up in the terminal that says 'gcc: Command not found.' Did gcc not come with fedora core 5?
|
|
|
|
03-31-2006, 06:19 PM
|
#2
|
|
Senior Member
Registered: Aug 2005
Posts: 1,755
Rep:
|
Depends on what you mean by "come with". There is a difference between some software being included in Core and being installed on your system (which is typically only a very small subset of the software included in Fedora Core).
Just install it with "yum install gcc", etc.
|
|
|
|
03-31-2006, 06:36 PM
|
#3
|
|
LQ Newbie
Registered: Mar 2006
Distribution: Fedora Core 5
Posts: 25
Original Poster
Rep:
|
Ok, I went to the terminal and entered that (yum install gcc) and it came up with an error, "Cannot find a valis baseurl for repo: core"
|
|
|
|
03-31-2006, 06:46 PM
|
#4
|
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Arch/XFCE
Posts: 17,797
|
Quote:
|
Originally Posted by Lastomega
Ok, I went to the terminal and entered that (yum install gcc) and it came up with an error, "Cannot find a valis baseurl for repo: core"
|
Somewhere in the GUI menus there will be a configuration setting that tells it where to look for packages. In RHEL4, it's "Redhat network configuration"
OR---take a look at: "man yum" and "man yum.conf"
Last edited by pixellany; 03-31-2006 at 06:47 PM.
|
|
|
|
03-31-2006, 06:49 PM
|
#5
|
|
LQ Newbie
Registered: Mar 2006
Distribution: Fedora Core 5
Posts: 25
Original Poster
Rep:
|
Once I find that (if I find that) where are the packages?
|
|
|
|
03-31-2006, 06:52 PM
|
#6
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
|
Originally Posted by Lastomega
Ok, I went to the terminal and entered that (yum install gcc) and it came up with an error, "Cannot find a valis baseurl for repo: core"
|
Do you have a net connection on that machine?
|
|
|
|
03-31-2006, 06:54 PM
|
#7
|
|
LQ Newbie
Registered: Mar 2006
Distribution: Fedora Core 5
Posts: 25
Original Poster
Rep:
|
ironically I guess, I need it to set up my network adapter, so no. But I do have a laptop with me right now, and I can transfer files via cd-rws.
|
|
|
|
03-31-2006, 07:00 PM
|
#8
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
|
Originally Posted by Lastomega
ironically I guess, I need it to set up my network adapter, so no. But I do have a laptop with me right now, and I can transfer files via cd-rws.
|
You can install it from your installation discs if you don't have a net connection. Its usually better to install developemnt stuff during initial installation just in case you need them and can't access online repos.
|
|
|
|
03-31-2006, 07:02 PM
|
#9
|
|
LQ Newbie
Registered: Mar 2006
Distribution: Fedora Core 5
Posts: 25
Original Poster
Rep:
|
I installed linux on my computer 2 days ago. would it be worth it to sit through the installation process again?
|
|
|
|
03-31-2006, 07:17 PM
|
#10
|
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Arch/XFCE
Posts: 17,797
|
Quote:
|
Originally Posted by Lastomega
I installed linux on my computer 2 days ago. would it be worth it to sit through the installation process again?
|
Why??
Get your network connection working, configure the package manager, and go hunting for SW......
|
|
|
|
03-31-2006, 07:26 PM
|
#11
|
|
Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
|
Originally Posted by Lastomega
I installed linux on my computer 2 days ago. would it be worth it to sit through the installation process again?
|
The gcc rpms are available on your installation discs, so there is no need to reinstall. All you need to do is run the software installation tool (from somewhere in the menu) and look for gcc. Once thats done insert your installation discs when prompted.
|
|
|
|
03-31-2006, 08:59 PM
|
#12
|
|
LQ Newbie
Registered: Mar 2006
Distribution: Fedora Core 5
Posts: 25
Original Poster
Rep:
|
I found the add/remove software thing, but it says 'unable to retrieve software information.'
|
|
|
|
03-31-2006, 10:28 PM
|
#13
|
|
Senior Member
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 3,816
Rep: 
|
It's probably trying to look online. The gcc RPMs are on disks 1 and 2 -- you might look around for them. Alternatively, the system-config-packages util should be able to help. Getting your network going will make this much easier since you can just download from net repositories.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 09:32 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|