Results 1 to 10 of 12
I got this on my first update for FC10:
Code:
liberation-sans-fonts conflicts with liberation-fonts
dejavu-lgc-sans-fonts conflicts with dejavu-lgc-fonts
dejavu-lgc-serif-fonts conflicts with dejavu-lgc-fonts
dejavu-lgc-sans-mono-fonts conflicts with dejavu-lgc-fonts
liberation-mono-fonts conflicts with liberation-fonts
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-27-2009 #1Linux User
- Join Date
- Apr 2007
- Posts
- 289
[SOLVED] Another dependency resolution error (for uppdates)
I got this on my first update for FC10:
I don't need any fancy scripty-doodle fonts. What can I remove for resolution?Code:liberation-sans-fonts conflicts with liberation-fonts dejavu-lgc-sans-fonts conflicts with dejavu-lgc-fonts dejavu-lgc-serif-fonts conflicts with dejavu-lgc-fonts dejavu-lgc-sans-mono-fonts conflicts with dejavu-lgc-fonts liberation-mono-fonts conflicts with liberation-fonts liberation-serif-fonts conflicts with liberation-fonts
- 02-27-2009 #2Linux User
- Join Date
- Apr 2007
- Posts
- 289
So I unchecked some packages, to load some in the meantime.
Looks like even MORE resolution failures.
Fedora is a difficult OS on both machines that I have it installed on.

[CODE]liberation-sans-fonts conflicts with liberation-fonts
Missing Dependency: libgnutls.so.13(GNUTLS_1_3) is needed by package 1:cups-1.3.9-2.fc8.i386 (installed)
Missing Dependency: libbluetooth.so.2 is needed by package bluez-utils-cups-3.35-5.fc8.i386 (installed)
Missing Dependency: cups-libs = 1:1.3.9-2.fc8 is needed by package 1:cups-1.3.9-2.fc8.i386 (installed)
Missing Dependency: libldap-2.3.so.0 is needed by package 1:cups-1.3.9-2.fc8.i386 (installed)
Missing Dependency: libbluetooth.so.2 is needed by package bluez-utils-3.35-5.fc8.i386 (installed)
liberation-serif-fonts conflicts with liberation-fonts
Missing Dependency: libgnutls.so.13 is needed by package 1:cups-1.3.9-2.fc8.i386 (installed)
liberation-mono-fonts conflicts with liberation-fonts
- 02-27-2009 #3
Its looks like conflicting repositories only.
Execute this
Post output here.Code:su - yum repolist
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-27-2009 #4Linux User
- Join Date
- Apr 2007
- Posts
- 289
Thanks again there DC...
Does this show conflict? Should I remove packages? Disable a repository in its entirety?
Code:[root@localhost ~]# yum repolist Loaded plugins: protectbase rawhide-debuginfo | 2.7 kB 00:00 rawhide-debuginfo/primary_db | 1.1 MB 00:07 updates-source | 2.1 kB 00:00 updates-testing | 2.3 kB 00:00 updates-testing-source | 2.1 kB 00:00 rpmfusion-nonfree-updates | 2.7 kB 00:00 fedora | 2.8 kB 00:00 rpmfusion-free-updates | 2.7 kB 00:00 rpmfusion-free | 2.7 kB 00:00 rawhide-source | 2.7 kB 00:00 rawhide-source/primary_db | 2.2 MB 00:15 updates-debuginfo | 1.9 kB 00:00 fedora-debuginfo | 2.2 kB 00:00 updates-testing-debuginfo | 1.9 kB 00:00 updates | 2.3 kB 00:00 fedora-source | 2.2 kB 00:00 rpmfusion-nonfree | 2.7 kB 00:00 rawhide | 3.4 kB 00:00 rawhide/primary_db | 7.6 MB 00:47 repo id repo name status fedora Fedora 10 - i386 enabled: 11,416 fedora-debuginfo Fedora 10 - i386 - Debug enabled: 4,059 fedora-source Fedora 10 - Source enabled: 6,406 rawhide Fedora - Rawhide - Developmental packa enabled: 12,620 rawhide-debuginfo Fedora - Rawhide - Debug enabled: 4,336 rawhide-source Fedora - Rawhide - Source enabled: 7,123 rpmfusion-free RPM Fusion for Fedora 10 - Free enabled: 324 rpmfusion-free-updates RPM Fusion for Fedora 10 - Free - Upda enabled: 477 rpmfusion-nonfree RPM Fusion for Fedora 10 - Nonfree enabled: 142 rpmfusion-nonfree-updates RPM Fusion for Fedora 10 - Nonfree - U enabled: 313 updates Fedora 10 - i386 - Updates enabled: 3,811 updates-debuginfo Fedora 10 - i386 - Updates - Debug enabled: 1,128 updates-source Fedora 10 - Updates Source enabled: 1,738 updates-testing Fedora 10 - i386 - Test Updates enabled: 620 updates-testing-debuginfo Fedora 10 - i386 - Test Updates Debug enabled: 175 updates-testing-source Fedora 10 - Test Updates Source enabled: 241 repolist: 54,929 [root@localhost ~]#
- 02-28-2009 #5
A lot of unecessary repositories have been enable. Open /etc/yum.repos.d folder. Either edit rawhide and testing repo files and set enabled=0 Or move files to some other place.
In case you don't know which file to edit/move, post output of this
Code:ls /etc/yum.repos.d
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-28-2009 #6
I think that you should remove or disable any rawhide repository. Keep any official Fedora repository, and the RPMFusion repositories. You also should disable any debug and source repositories
Paul
Please do not send Private Messages to me with requests for help. I will not reply.
- 02-28-2009 #7Linux User
- Join Date
- Apr 2007
- Posts
- 289
Copy on disable there! No GUI for repos enable / disable?
/etc/yum.repos.d/fedora-rawhide.repo ---> rawhide disabled, rawhide-debug disabled, rawhide-source disabled.
Same 3 disable in /etc/yum.repos.d/fedora-updates-testing.repo - testing, testing-debug, testing-source.
Still editing enables/disables...
Should I disable 'debug' and 'source' in only these 2 repos? Or all repos with 'debug' and source'?
- 02-28-2009 #8
You have to install Graphical Interface of yum for that.
Look for Yum Extender in menu. You can install/update/remove packages and enable/disable/add repositories through it very easily.Code:yum -y install yumex
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 02-28-2009 #9Linux User
- Join Date
- Apr 2007
- Posts
- 289
- 02-28-2009 #10Linux User
- Join Date
- Apr 2007
- Posts
- 289




