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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
04-10-2008, 11:42 AM
|
#1
|
Member
Registered: Nov 2007
Posts: 148
Rep:
|
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?
|
|
|
04-10-2008, 01:56 PM
|
#2
|
Senior Member
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596
Rep:
|
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.
|
|
|
04-10-2008, 02:30 PM
|
#3
|
Senior Member
Registered: Jan 2006
Posts: 4,363
Rep:
|
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".
|
|
|
04-10-2008, 03:13 PM
|
#4
|
Senior Member
Registered: Dec 2005
Location: Florida
Distribution: CentOS/Fedora/Pop!_OS
Posts: 2,983
|
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.
|
|
|
04-16-2008, 05:39 AM
|
#5
|
Member
Registered: Nov 2007
Posts: 148
Original Poster
Rep:
|
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....
|
|
|
04-16-2008, 07:25 AM
|
#6
|
Senior Member
Registered: Sep 2005
Location: France
Distribution: LFS
Posts: 1,596
Rep:
|
Re-read the thread.
Post the output of rpm -qf /etc/pulse/codec.config and of yum repolist.
|
|
|
04-19-2008, 05:25 AM
|
#7
|
Member
Registered: Nov 2007
Posts: 148
Original Poster
Rep:
|
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 05:37 AM.
|
|
|
04-19-2008, 10:12 AM
|
#8
|
Senior Member
Registered: Jan 2006
Posts: 4,363
Rep:
|
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:
rpm -qf /etc/pulse/codec.config
|
|
|
|
04-21-2008, 02:06 PM
|
#9
|
Member
Registered: Nov 2007
Posts: 148
Original Poster
Rep:
|
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
|
|
|
05-04-2008, 04:13 PM
|
#10
|
LQ Newbie
Registered: May 2008
Posts: 1
Rep:
|
Same problem
I'm having the same problem, is there a solution?
|
|
|
05-11-2008, 07:06 PM
|
#11
|
Member
Registered: Nov 2007
Posts: 148
Original Poster
Rep:
|
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..
|
|
|
05-24-2008, 04:19 PM
|
#12
|
LQ Newbie
Registered: May 2008
Posts: 2
Rep:
|
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 04:20 PM.
|
|
|
05-28-2008, 04:55 PM
|
#13
|
Member
Registered: Nov 2007
Posts: 148
Original Poster
Rep:
|
k thanx a lot sir...
|
|
|
11-12-2009, 11:19 PM
|
#14
|
LQ Newbie
Registered: Aug 2008
Posts: 8
Rep:
|
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 11:47 PM.
|
|
|
All times are GMT -5. The time now is 11:38 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|