LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   conflicting installed softwae in fedora 10 (https://www.linuxquestions.org/questions/linux-software-2/conflicting-installed-softwae-in-fedora-10-a-709001/)

deb1bhu 03-03-2009 11:25 PM

conflicting installed softwae in fedora 10
 
Hello all, last day i installed fedora 10 in my PC & after installation I go for installing other repositories and installed them to play media files and dvd video, but I can't play any dvd video till now. Every time it search for some xvid.codec and then displayed that nothing found.

then I tried to find out if in updtae software there is any.(Actually since installation a message coming security updtaes available). So I thought may be I 'd try this. But after sometime a message dispalyed
"Conflicting with local files"
and in details:
Test Transaction Errors: file /usr/include/kde4/plasma/abstractrunner.h from install of kdelibs-devel-6:4.2.0-15.fc10.i386 conflicts with file from package kdebase-workspace-devel-4.1.2-14.fc10.i386
file /usr/include/kde4/plasma/animationdriver.h from install of kdelibs-devel-6:4.2.0-15.fc10.i386 conflicts with file from package kdebase-workspace-devel-4.1.2-14.fc10.i386

I don't know how does this happen, may be when I was downloading some repositories and checking
rpm -Uvh http://livna-dl.reloumirrors.net/fed...9-2.noarch.rpm
then I think some duplicate files installed.

Now can anybody tell me how to remove those files and how to run media files smoothly?

Thank you!

Cogar 03-04-2009 11:47 AM

If you are using the livna (now RPMFusion) repository, some files will not be 100% compatible with the official ones, since it contains some packages that are similar in function but are not the same. Therefore, your best bet is to remove what you have and start over. To better understand the entire process, check out the guide located here.
http://www.fedorafaq.org/
It should walk you through the details to the point that you can get things running well.

pitbull7270 03-04-2009 12:05 PM

I would remove the livna repository if it is installed and only install the rpmfusion repository. Instructions can be found here:
http://rpmfusion.org/Configuration, there is instructions for command line and non-command line.

deb1bhu 03-04-2009 01:36 PM

Quote:

Originally Posted by pitbull7270 (Post 3464818)
I would remove the livna repository if it is installed and only install the rpmfusion repository. Instructions can be found here:
http://rpmfusion.org/Configuration, there is instructions for command line and non-command line.

how to remove livna repo and in that sire there are so many things but nothin is in clear version 'd you have a better things to share!!!PLZ

pitbull7270 03-04-2009 01:57 PM

To remove the livna rpm run rpm -qa | grep livna, if the livna rpm is installed then rpm -e livna.

As far as installing the rpmfusion repository if you are running Fedora 8, 9, or 10 run this command as root:
rpm -Uvh http://download1.rpmfusion.org/free/...ble.noarch.rpm http://download1.rpmfusion.org/nonfr...ble.noarch.rpm

T74marcell 03-04-2009 09:20 PM

Repository packages tend to have "-release" in their name. To remove the existing livna repository you have to run 'rpm -e livna-release'.

Run 'rpm -qi livna-release' first to see if it is installed at all.

----------
T74marcell

Arch Linux

deb1bhu 03-04-2009 11:26 PM

it is not working
 
I was trying to do what all you have told me to do, atfirstt I run yum clean all, then I run the software updte again but this time too the "local file conflicting message" displayed
Then I run the following now can you say what to do,
But one thing that if I run yum clean all then I run software update it downloads a lot of repositories by itself (everytime it download a file it shows it names there). But here my concern is I don't have any livna repo. so how to configure it now to update all the files.
<details:>
[power@localhost ~]$ su
Password:
[root@localhost power]# rpm -qa | grep livna
livna-release-1-1.noarch
[root@localhost power]# rpm -e livna
error: package livna is not installed
[root@localhost power]# rpm -e livna-release-1.1.noarch]
error: package livna-release-1.1.noarch] is not installed
[root@localhost power]# rpm -qa | grep livna
livna-release-1-1.noarch
[root@localhost power]# rpm -e livna-release
[root@localhost power]# rpm -qi livna-release
package livna-release is not installed
[root@localhost power]#

John VV 03-05-2009 02:40 AM

Do not use RPM to install or remove packages unless you must
USE yum to install and remove packages
-- Warning do not uninstall livna --
you will need it to install libdvdcss

example:
Code:

-su
yum remove livna-release*

and fallow this how to to get movie dvd's working

http://www.mjmwired.net/resources/mjm-fedora-f10.html
http://www.mjmwired.net/resources/mj...l#mediaplayers
and install vlc
if you fallow the above how to then DO NOT uninstall the livna-release

deb1bhu 03-05-2009 12:05 PM

Quote:

Originally Posted by John VV (Post 3465492)
Do not use RPM to install or remove packages unless you must
USE yum to install and remove packages
-- Warning do not uninstall livna --
you will need it to install libdvdcss

example:
Code:

-su
yum remove livna-release*

and fallow this how to to get movie dvd's working

http://www.mjmwired.net/resources/mjm-fedora-f10.html
http://www.mjmwired.net/resources/mj...l#mediaplayers
and install vlc
if you fallow the above how to then DO NOT uninstall the livna-release

you told me to follow the link but if I try
rpm --import /etc/pki/rpm-gpg/* then an error message displayed
import failed.
now hoe to do. Also all of you are telling that
yum remove package name

will solve it but it is not. I have upgraded media codecs using yum but later I try to upgrade the security packages, then conflicting with local files message displayed.

Now can anyone tell me how to do?

John VV 03-05-2009 12:16 PM

before we get into what is below can you post the output of
Code:

yum repolist all
there may be a conflicting repo installed

from
Quote:

I go for installing other repositories and installed them to play media files
the above will tell us WHAT YOU INSTALLED


also i was in a hurry earler and did not add one of the most easiest ways to install everything you will need
see Dangermouses " autoten"
http://www.dnmouse.org/autoten.html
or the harder to fallow
http://www.dnmouse.org/codecs.html

in the link i posted yesterday
Did you install the rpmfusion repo
http://www.mjmwired.net/resources/mj...a-f10.html#yum

deb1bhu 03-05-2009 12:23 PM

Quote:

Originally Posted by John VV (Post 3465991)
before we get into what is below can you post the output of
Code:

yum repolist all
there may be a conflicting repo installed

from
the above will tell us WHAT YOU INSTALLED


also i was in a hurry earler and did not add one of the most easiest ways to install everything you will need
see Dangermouses " autoten"
http://www.dnmouse.org/autoten.html
or the harder to fallow
http://www.dnmouse.org/codecs.html

in the link i posted yesterday
Did you install the rpmfusion repo
http://www.mjmwired.net/resources/mj...a-f10.html#yum


here is what you ask for the first time.
I am giving you rest outcome. plz wait


[root@localhost power]# yum repolist all
Loaded plugins: refresh-packagekit
repo id repo name status
adobe-linux-i386 Adobe Systems Incorporated enabled: 17
fedora Fedora 10 - i386 enabled: 11,416
fedora-debuginfo Fedora 10 - i386 - Debug disabled
fedora-source Fedora 10 - Source disabled
rawhide Fedora - Rawhide - Developmental package disabled
rawhide-debuginfo Fedora - Rawhide - Debug disabled
rawhide-source Fedora - Rawhide - Source disabled
rpmfusion-free RPM Fusion for Fedora 10 - Free enabled: 324
rpmfusion-free-debug RPM Fusion for Fedora 10 - Free - Debug disabled
rpmfusion-free-rawhi RPM Fusion for Fedora Rawhide - Free disabled
rpmfusion-free-rawhi RPM Fusion for Fedora Rawhide - Free - D disabled
rpmfusion-free-rawhi RPM Fusion for Fedora Rawhide - Free - S disabled
rpmfusion-free-sourc RPM Fusion for Fedora 10 - Free - Source disabled
rpmfusion-free-updat RPM Fusion for Fedora 10 - Free - Update enabled: 572
rpmfusion-free-updat RPM Fusion for Fedora 10 - Free - Update disabled
rpmfusion-free-updat RPM Fusion for Fedora 10 - Free - Update disabled
rpmfusion-free-updat RPM Fusion for Fedora 10 - Free - Test U disabled
rpmfusion-free-updat RPM Fusion for Fedora 10 - Free - Test U disabled
rpmfusion-free-updat RPM Fusion for Fedora 10 - Free - Test U disabled
rpmfusion-nonfree RPM Fusion for Fedora 10 - Nonfree enabled: 142
rpmfusion-nonfree-de RPM Fusion for Fedora 10 - Nonfree - Deb disabled
rpmfusion-nonfree-ra RPM Fusion for Fedora Rawhide - Nonfree disabled
rpmfusion-nonfree-ra RPM Fusion for Fedora Rawhide - Nonfree disabled
rpmfusion-nonfree-ra RPM Fusion for Fedora Rawhide - Nonfree disabled
rpmfusion-nonfree-so RPM Fusion for Fedora 10 - Nonfree - Sou disabled
rpmfusion-nonfree-up RPM Fusion for Fedora 10 - Nonfree - Upd enabled: 391
rpmfusion-nonfree-up RPM Fusion for Fedora 10 - Nonfree - Upd disabled
rpmfusion-nonfree-up RPM Fusion for Fedora 10 - Nonfree - Upd disabled
rpmfusion-nonfree-up RPM Fusion for Fedora 10 - Nonfree - Tes disabled
rpmfusion-nonfree-up RPM Fusion for Fedora 10 - Nonfree - Tes disabled
rpmfusion-nonfree-up RPM Fusion for Fedora 10 - Nonfree - Tes disabled
updates Fedora 10 - i386 - Updates enabled: 3,922
updates-debuginfo Fedora 10 - i386 - Updates - Debug disabled
updates-source Fedora 10 - Updates Source disabled
updates-testing Fedora 10 - i386 - Test Updates disabled
updates-testing-debu Fedora 10 - i386 - Test Updates Debug disabled
updates-testing-sour Fedora 10 - Test Updates Source disabled
repolist: 16,784
[root@localhost power]#

deb1bhu 03-05-2009 12:32 PM

Quote:

Originally Posted by John VV (Post 3465991)
before we get into what is below can you post the output of
Code:

yum repolist all
there may be a conflicting repo installed

from
the above will tell us WHAT YOU INSTALLED


also i was in a hurry earler and did not add one of the most easiest ways to install everything you will need
see Dangermouses " autoten"
http://www.dnmouse.org/autoten.html
or the harder to fallow
http://www.dnmouse.org/codecs.html

in the link i posted yesterday
Did you install the rpmfusion repo
http://www.mjmwired.net/resources/mj...a-f10.html#yum

thanks for you other software , I have not installed other well but I will.
Yes I tried to installed that but it said import failed.

here is the details

[root@localhost power]# rpm --import /etc/pki/rpm-gpg/*
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-adobe-linux: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-10-primary: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-i386: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-ia64: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-ppc: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-ppc64: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-primary: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-10-primary: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-i386: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-ia64: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-ppc: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-ppc64: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-primary: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-test-x86_64: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-x86_64: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora: import failed.
[root@localhost power]#

now what to do can you tell me please!

deb1bhu 03-05-2009 12:45 PM

here I also want to tell you that most of the time when local file conflicting message displayed the details is mostly these type of error and you can see that problem lies somewhere in kde.....
I don't know much about how to remove it but you probably know it. Here I have given you the details of what the mssage were. May be you can sorted out what to do next.

......................................................................
Test Transaction Errors: file /usr/lib/libkscreensaver.so from install of kdebase-workspace-devel-4.2.0-8.fc10.i386 conflicts with file from package kdelibs3-devel-3.5.10-1.fc10.i386
file /usr/lib/kde4/plugins/marble/CompassFloatItem.so conflicts between attempted installs of kdeedu-libs-4.1.2-2.fc10.i386 and kdeedu-marble-4.2.0-7.fc10.i386
file /usr/lib/kde4/plugins/marble/MapScaleFloatItem.so conflicts between attempted installs of kdeedu-libs-4.1.2-2.fc10.i386 and kdeedu-marble-4.2.0-7.fc10.i386

Test Transaction Errors: file /usr/lib/libkscreensaver.so from install of kdebase-workspace-devel-4.2.0-8.fc10.i386 conflicts with file from package kdelibs3-devel-3.5.10-1.fc10.i386
file /usr/lib/kde4/plugins/marble/CompassFloatItem.so conflicts between attempted installs of kdeedu-libs-4.1.2-2.fc10.i386 and kdeedu-marble-4.2.0-7.fc10.i386


Test Transaction Errors: file /usr/share/kde4/apps/desktoptheme/default/colors from install of kdebase-runtime-4.2.0-7.fc10.i386 conflicts with file from package kdebase-workspace-4.1.2-14.fc10.i386
file /usr/share/kde4/apps/desktoptheme/default/metadata.desktop from install of kdebase-runtime-4.2.0-7.fc10.i386 conflicts with file from package kdebase-workspace-4.1.2-14.fc10.i386
file /usr/share/kde4/apps/ksmserver/windowmanagers/compiz-custom.desktop from install of kdebase-runtime-4.2.0-7.fc10.i386 conflicts with file from package kdebase-workspace-4.1.2-14.fc10.i386

Thanking you!

John VV 03-05-2009 01:06 PM

ok lets start at the beginning
you have there repos turned on
----
adobe-linux
fedora Fedora 10
rpmfusion-free
rpmfusion-free-updates
rpmfusion-nonfree
rpmfusion-nonfree-updates
-------
ok in the first how to mjm uses " sudo" ( this must be set up first -- not setup by default) i don't use it
you do have rpmfusion installed
from doing this
Code:

su -
rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm

now to get the rpm gpg key
Code:

su -
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*

but you are saying that "rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*" fails
try reinstalling the rpmfusion repos

Code:


su -
rpm -e rpmfusion-nonfree-release
rpm -e rpmfusion-free-release

rpm -ivh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
rpm -ivh http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-stable.noarch.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*
yum update rpmfusion*

now the best way to watch a dvd is to use VLC ( can be wathced in mplayer but there will be NO DVD menu )
for ease you might want to use " autoten" from DangerMouse
--- or do this --

Code:

su -
yum install vlc

now you WILL need libdvdcss
Code:

su -
rpm -ivh http://rpm.livna.org/livna-release-9.rpm
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna

yum install libdvdcss

there is a SELinux error in the ffmpeg
so also run
Code:

su -
chcon -t textrel_shlib_t '/usr/lib/sse2/libpostproc.so.51.2.0'
chcon -t textrel_shlib_t '/usr/lib/sse2/libswscale.so.0.6.1'

also some VEYR helpful code to have installed for dvd play back is ( libdvdread ,libdvdnav )
Code:

su -
yum install libdvdread libdvdnav


deb1bhu 03-05-2009 09:16 PM

[power@localhost ~]$ su
Password:
[root@localhost power]# rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/...ble.noarch.rpm
Preparing... ########################################### [100%]
package rpmfusion-free-release-10-1.noarch (which is newer than rpmfusion-free-release-8-6.noarch) is already installed
[root@localhost power]# rpm -ivh http://download1.rpmfusion.org/nonfr...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/nonfr...ble.noarch.rpm
Preparing... ########################################### [100%]
package rpmfusion-nonfree-release-10-1.noarch (which is newer than rpmfusion-nonfree-release-8-6.noarch) is already installed
[root@localhost power]#

[root@localhost power]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora: import failed.
[root@localhost power]# rpm -e rpmfusion-nonfree-release
warning: /etc/yum.repos.d/rpmfusion-nonfree.repo saved as /etc/yum.repos.d/rpmfusion-nonfree.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-nonfree-updates.repo saved as /etc/yum.repos.d/rpmfusion-nonfree-updates.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-nonfree-updates-testing.repo saved as /etc/yum.repos.d/rpmfusion-nonfree-updates-testing.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-nonfree-rawhide.repo saved as /etc/yum.repos.d/rpmfusion-nonfree-rawhide.repo.rpmsave
[root@localhost power]# rpm -e rpmfusion-free-release
warning: /etc/yum.repos.d/rpmfusion-free.repo saved as /etc/yum.repos.d/rpmfusion-free.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-free-updates.repo saved as /etc/yum.repos.d/rpmfusion-free-updates.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-free-updates-testing.repo saved as /etc/yum.repos.d/rpmfusion-free-updates-testing.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-free-rawhide.repo saved as /etc/yum.repos.d/rpmfusion-free-rawhide.repo.rpmsave
[root@localhost power]# rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/...ble.noarch.rpm
Preparing... ########################################### [100%]
1:rpmfusion-free-release ########################################### [100%]
[root@localhost power]# rpm -ivh http://download1.rpmfusion.org/nonfr...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/nonfr...ble.noarch.rpm
Preparing... ########################################### [100%]
1:rpmfusion-nonfree-relea########################################### [100%]


[root@localhost power]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-livna: import failed.


I did what you told me to do. Also in the first time I did the same thing I know what sudo means but I prefer to do by su
then type root passwd and then go for s/w installation in this way every time typing sudo is reduced. In the details what I provided you can see that import failed every time it asking for a ket file. I don't know what to do another thing is I have installed vlc & it is running smoothly. Thank you!!!

But the real problem (security updates) is still there.


All times are GMT -5. The time now is 07:12 PM.