LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 04-10-2008, 10:42 AM   #1
av.dubey
Member
 
Registered: Nov 2007
Posts: 148

Rep: Reputation: 15
Question unable to install vlc using yum command


iam unable to install vlc using yum command ....
its giving me error that /etc/pulse/codec.config file conflict is there.

wat to do now?
 
Old 04-10-2008, 12:56 PM   #2
Agrouf
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596

Rep: Reputation: 80
try: rpm -qf /etc/pulse/codec.config
It will tell which package is owning the file.
Maybe you will have to choose between this package and vlc or temporarily remove the package.
 
Old 04-10-2008, 01:30 PM   #3
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
First, anytime you ask a question tell us what distro you are using. Such as F8 64bit.

It looks like you are mixing repos (generally a bad idea). Please post the results of "yum repolist".
 
Old 04-10-2008, 02:13 PM   #4
lleb
Senior Member
 
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983

Rep: Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551Reputation: 551
copy/paste the full yum error.

also check here:

http://www.videolan.org/vlc/download-fedora.html

i do not know if you are using Fedora or not, but i guess you are.
 
Old 04-16-2008, 04:39 AM   #5
av.dubey
Member
 
Registered: Nov 2007
Posts: 148

Original Poster
Rep: Reputation: 15
ya im using fedora 8 ...i had installed vlc earlier using the same method ..that is after installin livine i typed yum install vlc...


but after i formated my lap ...its not getting installed ....
i formatted my lap again to check whether there is any problem with formatting but still no use...

initially yum is installing everythin from the net but afterwards iam getting this error...

Transaction Check Error:
file /etc/pulse/client.conf from install of pulseaudio-libs-0.9.8-5.fc8 conflicts with file from package pulseaudio-libs-0.9.7-0.17.svn20071017.fc8


no plzz do tell me what to do....
 
Old 04-16-2008, 06:25 AM   #6
Agrouf
Senior Member
 
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596

Rep: Reputation: 80
Re-read the thread.
Post the output of rpm -qf /etc/pulse/codec.config and of yum repolist.
 
Old 04-19-2008, 04:25 AM   #7
av.dubey
Member
 
Registered: Nov 2007
Posts: 148

Original Poster
Rep: Reputation: 15
actually iam gettin this error while installing from yum

Transaction Check Error:
file /etc/pulse/client.conf from install of pulseaudio-libs-0.9.8-5.fc8 conflicts with file from package pulseaudio-libs-0.9.7-0.17.svn20071017.fc8
Error Summary

when i did rpm -qf /etc/pulse/client.conf and of yum repolist
i got this

pulseaudio-libs-0.9.7-0.17.svn20071017.fc8
pulseaudio-libs-0.9.7-0.17.svn20071017.fc8
error: file /home/avinash/and: No such file or directory
error: file /home/avinash/of: No such file or directory
error: file /home/avinash/yum: No such file or directory
error: file /home/avinash/repolist: No such file or directory

Last edited by av.dubey; 04-19-2008 at 04:37 AM.
 
Old 04-19-2008, 09:12 AM   #8
lazlow
Senior Member
 
Registered: Jan 2006
Posts: 4,363

Rep: Reputation: 172Reputation: 172
Two separate commands. You are going to have to learn to be careful to follow instructions with linux. Even things like case (R Vs r) will dramatically change the meaning of a command.

Quote:
yum repolist
Quote:
rpm -qf /etc/pulse/codec.config
 
Old 04-21-2008, 01:06 PM   #9
av.dubey
Member
 
Registered: Nov 2007
Posts: 148

Original Poster
Rep: Reputation: 15
out put of yum repolist is


repo id repo name status
InstallMedia Fedora 8 enabled
fedora Fedora 8 - x86_64 enabled
livna Livna for Fedora Core 8 - x86_64 - Base enabled
updates Fedora 8 - x86_64 - Updates enabled

#############################################################################


output of rpm -qf /etc/pulse/codec.config is

error: file /etc/pulse/codec.config: No such file or directory



##################################################################

output of rpm -qf /etc/pulse/client.conf is

pulseaudio-libs-0.9.7-0.17.svn20071017.fc8
pulseaudio-libs-0.9.7-0.17.svn20071017.fc8
 
Old 05-04-2008, 03:13 PM   #10
saraiva
LQ Newbie
 
Registered: May 2008
Posts: 1

Rep: Reputation: 0
Same problem

I'm having the same problem, is there a solution?
 
Old 05-11-2008, 06:06 PM   #11
av.dubey
Member
 
Registered: Nov 2007
Posts: 148

Original Poster
Rep: Reputation: 15
well the proglem is solved now..
actually i had installed 64 bit version of fedora on my lap which is a 32 bit machine..
i removed it and installed i386 version of fedora which is 32 bit version..
now i did the same thing i.e. yum install vlc and it got installed within no time..
 
Old 05-24-2008, 03:19 PM   #12
om_ji
LQ Newbie
 
Registered: May 2008
Posts: 2

Rep: Reputation: 0
Smile

I have 64 bit cpu and loaded 64 bit fedora-8, still I have faced same problem. Later I figured out that it's because of library conflict.
By removing pulseaudio-lib from installation and then installing vlc solved the problem for me. Try this..
<yum remove pulseaudio-lib>
and then install vlc ..
<yum install vlc>

Last edited by om_ji; 05-24-2008 at 03:20 PM.
 
Old 05-28-2008, 03:55 PM   #13
av.dubey
Member
 
Registered: Nov 2007
Posts: 148

Original Poster
Rep: Reputation: 15
k thanx a lot sir...
 
Old 11-12-2009, 10:19 PM   #14
ananta.c
LQ Newbie
 
Registered: Aug 2008
Posts: 8

Rep: Reputation: 0
Smile solved for me

this is the solution for yum install vlc dependency error, sorry i posted in wrong thread and i can't delete this

http://www.rpmfind.net/linux/rpm2htm...ibfribidi.so.0

download fribidi-0.19.2-2.fc12.i686.rpm

rpm -ivh fribidi-0.19.2-2.fc12.i686.rpm

yum install vlc

It should work now

Note: you can't launch vlc from root account

Last edited by ananta.c; 11-12-2009 at 10:47 PM.
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to install VLC Media player on FC3 vikram_cvk Linux - Software 11 12-01-2007 12:43 AM
simple vlc yum install error alabamaman Linux - Software 1 09-11-2007 01:33 PM
Unable to install wmp11 skin VLC player me4linux Linux - Software 10 08-07-2007 11:18 AM
vlc yum install failure alabamaman Linux - Newbie 12 07-19-2007 07:31 PM
Unable to install VLC media player hokckey Linux - Software 2 05-09-2006 11:10 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 03:32 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration