Fedora This forum is for the discussion of the Fedora Project. |
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.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
05-20-2005, 06:01 AM
|
#1
|
LQ Newbie
Registered: May 2005
Posts: 29
Rep:
|
Last edited by LloydM; 05-27-2005 at 07:05 PM.
|
|
|
05-20-2005, 02:10 PM
|
#2
|
Member
Registered: Apr 2005
Location: Burgos (Spain)
Distribution: Fedora Core 4
Posts: 46
Rep:
|
Probably the way to get the programs is not in the PATH. I had the same problem whith insmod, hdparm and others and I solved it.
To see the PATH write in a terminal:
$echo $PATH
You must add several lines at the end of the file /etc/profile. I use gedit as root to do it. The lines to add may be:
export PATH="$PATH:/usr/sbin"
export PATH="$PATH:/sbin"
export PATH="$PATH:/usr/local/sbin"
In my PATH I have
/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/sbin:/sbin:/usr/local/sbin:
/home/majara/bin
Good luck!
|
|
|
05-21-2005, 05:42 PM
|
#3
|
Senior Member
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084
Rep:
|
Give an example of what output you see.
|
|
|
05-24-2005, 04:14 AM
|
#4
|
LQ Newbie
Registered: May 2005
Posts: 29
Original Poster
Rep:
|
Last edited by LloydM; 05-27-2005 at 07:04 PM.
|
|
|
05-25-2005, 07:20 AM
|
#5
|
Senior Member
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084
Rep:
|
You really need to cut'n'paste original error messages for everything you refer to.
The graphical "Add/Remove Applications" utility is confused by installed updates as it only tracks packages which come with the original distribution. It doesn't know about newer packages supplied as online updates. Don't use it unless you know how to make it work. Use "yum" to install additional packages. The graphical utility will be replaced in the future. Until then, avoid it one machines which have been updated before.
|
|
|
05-26-2005, 01:48 AM
|
#6
|
LQ Newbie
Registered: May 2005
Posts: 29
Original Poster
Rep:
|
Last edited by LloydM; 05-27-2005 at 07:05 PM.
|
|
|
05-26-2005, 03:46 AM
|
#7
|
Senior Member
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084
Rep:
|
Re: yum not finding netbpm
Quote:
Will it work right in FC4?
|
No. But maybe the replacement package tool "Pup" will enter Fedora Extras before FC5.
Quote:
Can I still use the graphical Add/Install tool during initial install
|
Yes.
Quote:
Is using up2date (Red Hat Network tool) compatible with yum?
|
Yes, provided that you access the same set of package repositories with them. Both tools access the same RPM database.
Quote:
I sssume up2date only updates instaleld modules,
|
Wrong assumption. up2date installs missing packages by default, i.e. "up2date packagename" installs the package if it is not installed already and updates it if it is installed already.
Quote:
But can yum update an package previously updated by up2date (and vice versa)?
|
Yes.
Quote:
yum list showed all the "missing" modules except netbpm. I tried yum install netbpm, netbpm-*, and netbpm-progs but I got "No Match for argument: xxx Nothing to do" messages. Is netbmp not a yum-installable module?
|
Type error? It's called "netpbm" not "netbpm". Further, ask your RPM database of installed packages: rpm --query netpbm or rpm -q 'netpbm*'
|
|
|
05-27-2005, 02:06 AM
|
#8
|
LQ Newbie
Registered: May 2005
Posts: 29
Original Poster
Rep:
|
Last edited by LloydM; 05-27-2005 at 07:06 PM.
|
|
|
05-27-2005, 04:15 AM
|
#9
|
Senior Member
Registered: Apr 2003
Distribution: Red Hat + Fedora
Posts: 1,084
Rep:
|
Quote:
up2date didn't flag alsa as an available update after I deleted it, I had to reinstall it with yum.
|
up2date alsa-lib
Quote:
rpm --query netpbm* said "package netpbm* is not installed.", but
|
You forgot the single quotes around netpbm*.
Quote:
So if rpm --query finds it, I shouldn't care that I can't install it with yum?
|
You can install it with yum, but it is installed already. That's what yum's message means to say. 
|
|
|
All times are GMT -5. The time now is 12:00 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
|
|