On Thu, 27 May 2004, Michael Gargiullo wrote:
yum update
Gathering header information file(s) from server(s)
Server: Fedora Linux 2 - i386 - core
Server: Fedora Linux 2 - i386 - freshrpms
Server: Fedora Linux 2 - i386 - updates
Finding updated packages
Downloading needed headers
cryptopp-devel-0-5.1-1.1. 100% |=========================| 5.4 kB
00:00
amule-0-2.0.0-0.rc3.1.1.f 100% |=========================| 3.6 kB
00:00
rrdtool-0-1.0.48-2.1.fc2. 100% |=========================| 4.7 kB
00:00
cryptopp-0-5.1-1.1.fc2.fr 100% |=========================| 2.0 kB
00:00
cryptopp-progs-0-5.1-1.1. 100% |=========================| 3.6 kB
00:00
rrdtool-devel-0-1.0.48-2. 100% |=========================| 5.1 kB
00:00
php-rrdtool-0-1.0.48-2.1. 100% |=========================| 2.2 kB
00:00
Resolving dependencies
....Unable to satisfy dependencies
Package gkrellm-wireless needs gkrellm = 2.1.28-3, this is not
available.
any idea how I get out of this?
gkrellm must be in multiple repositories (FC2 & freshrpms) - the
dependencies are not correct - causing the conflict.
You might want to do the following to see what you have curernlty
instlaled and what the updates are:
rpm -q gkrellm gkrellm-wireless
yum check-update
<I wish yum had a -L option - so that it listed both old and new versions of pcakges>
You can do 2 things
- get the updated gkrellm
rpm -e gkrellm-wireless; yum update
- ignore gkrellm and get other updates:
yum --exclude=gkrellm* update
Satish