Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 25th March 2009, 01:04 PM
gursoyklr Offline
Registered User
 
Join Date: Feb 2009
Posts: 5
Exclamation Fedora 9 yum update problem

[xxxxx@xxxx~]$ su
Parola:
[root@xxxxx xxxxxx]# yum update
Loaded plugins: refresh-packagekit
Setting up Update Process
Resolving Dependencies
--> Finished Dependency Resolution

Dependencies Resolved

================================================== ==============================
Package Arch Version Repository Size
================================================== ==============================
Installing:
NetworkManager-glib i386 1:0.7.0.99-3.fc9 updates-newkey 176 k
replacing NetworkManager.i386 1:0.7.0-0.12.svn4326.fc9

Updating:

Updating for dependencies:
NetworkManager i386 1:0.7.0.99-3.fc9 updates-newkey 981 k


Transaction Summary
================================================== ==============================
Install 11 Package(s)
Update 67 Package(s)
Remove 0 Package(s)

Total size: 275 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Finished Transaction Test


Transaction Check Error:
file /usr/lib/compiz/libanimation.so conflicts between attempted installs of compiz-fusion-plugins-main-0.7.9-4.fc9.i386 and compiz-fusion-0.7.6-5.fc9.i386
.........
.....


Error Summary
-------------

So I need help
__________________________________________________ _________________
Reply With Quote
  #2  
Old 25th March 2009, 07:41 PM
oldwierdal Offline
Registered User
 
Join Date: Nov 2008
Location: Yuma, AZ
Posts: 45
Try doing;
$ su
password
# yum remove compiz

Then do your update;
# yum update -y

Then reinstall compiz;
# yum install -y compiz

The error message you are getting tells you that there is a conflict between compiz-fusion-plugins-main-0.7.9-4.fc9.i386 and compiz-fusion-0.7.6-5.fc9.i386. Removing compiz, doing your updates, and then re-installing compiz should resolve any conflict.

I hope this helps.

owa
__________________
Linux vobiscum. Et cum source-code tuo.
Reply With Quote
  #3  
Old 26th March 2009, 08:16 AM
gursoyklr Offline
Registered User
 
Join Date: Feb 2009
Posts: 5
Test Transaction Errors: file /usr/lib/compiz/libanimation.so from install of compiz-fusion-plugins-main-0.7.9-4.fc9.i386 conflicts with file from package compiz-fusion-0.7.6-6.fc9.i386
file /usr/lib/compiz/libcolorfilter.so from install of compiz-fusion-plugins-main-0.7.9-4.fc9.i386 conflicts with file from package compiz-fusion-0.7.6-6.fc9.i386
file /usr/lib/compiz/libexpo.so from install of compiz-fusion-plugins-main-0.7.9-4.fc9.i386 conflicts with file from package compiz-fusion-0.7.6-6.fc9.i386
file /usr/lib/compiz/libezoom.so from install of compiz-fusion-plugins-main-0.7.9-4.fc9.i386 conflicts with file from package compiz-fusion-0.7.6-6.fc9.i386
file /usr/lib/compiz/libimgjpeg.so from install of compiz-fusion-plugins-main-0.7.9-4.fc9.i386 conflicts with file from package compiz-fusion-0.7.6-6.fc9.i386
file /usr/lib/compiz/libmag.so from install of compiz-fusion-plugins-main-0.7.9-4.fc9.i386 conflicts with file from package compiz-fusion-0.7.6-6.fc9.i386
file /usr/lib/compiz/libmousepoll....

Problem contining
Reply With Quote
  #4  
Old 26th March 2009, 08:37 AM
leadgolem's Avatar
leadgolem Offline
Registered User
 
Join Date: Apr 2005
Location: Littleton, CO
Age: 28
Posts: 2,855
Code:
yum remove compiz*
After your update then.
Code:
yum install compiz-fusion
__________________
Only two things are infinite, the universe and human stupidity, and I am not sure about the former. -Albert Einstein-
yum -y --enablerepo=morals install honesty&
remove piratedcontent
S.C.O.U.R.G.E. Heroes of lesser renown, contributor.
Wine Basics Logitech g15 How-To Community made packages.
Reply With Quote
  #5  
Old 26th March 2009, 09:21 AM
gursoyklr Offline
Registered User
 
Join Date: Feb 2009
Posts: 5
Unhappy

Test Transaction Errors: file /usr/lib/compiz/libanimation.so from install of compiz-fusion-plugins-main-0.7.9-4.fc9.i386 conflicts with file from package compiz-fusion-0.7.6-6.fc9.i386
file /usr/lib/compiz/libcolorfilter.so from install of compiz-fusion-plugins-main-0.7.9-4.fc9.i386 conflicts with file from package compiz-fusion-0.7.6-6.fc9.i386
file /usr/lib/compiz/libexpo.so from install of compiz-fusion-plugins-main-0.7.9-4.fc9.i386 conflicts with file from package compiz-fusion-0.7.6-6.fc9.i386
file /usr/lib/compiz/libezoom.so from install of compiz-fusion-plugins-main-0.7.9-4.fc9.i386 conflicts with file from package compiz-fusion-0.7.6-6.fc9.i386
file /usr/lib/compiz/libimgjpeg.so from install of compiz-fusion-plugins-main-0.7.9-4.fc9.i386 conflicts with file from package compiz-fusion-0.7.6-6.fc9.i386
file /usr/lib/compiz/libmag.so from install of compiz-fusion-plugins-main-0.7.9-4.fc9.i386 conflicts with file from package compiz-fusion-0.7.6-6.fc9.i386
file /usr/lib/compiz/libmousepoll....

problem contining
Reply With Quote
  #6  
Old 26th March 2009, 10:03 AM
marcrblevins's Avatar
marcrblevins Offline
Registered User
 
Join Date: Jun 2006
Location: Texas
Age: 42
Posts: 4,168
You are getting that message when running "yum remove compiz*"?
Can you provide:
Code:
su -
yum repolist
rpm -qa | grep compiz
Reply With Quote
  #7  
Old 26th March 2009, 02:40 PM
gursoyklr Offline
Registered User
 
Join Date: Feb 2009
Posts: 5
Thumbs up

I removed compiz & try again then working but later again load time compiz on not update system :S I didnt understand so reaaly but so thanks for supports
Reply With Quote
Reply

Tags
fedora, problem, update, yum

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora 11 Update Problem FACTOR2 Using Fedora 11 13th July 2009 01:44 PM
Fedora 10 update problem bizar Using Fedora 0 15th June 2009 11:01 AM
Fedora 9 update problem bigmacbb63 Installation and Live Media 3 17th August 2008 01:37 PM
Update problem with Fedora 8 duncan Installation and Live Media 3 28th December 2007 10:53 PM
Fedora 5 Yum update problem pkpanda Installation and Live Media 2 23rd March 2006 10:38 AM


Current GMT-time: 15:39 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat