LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem installing vlc in fedora 11 (https://www.linuxquestions.org/questions/linux-newbie-8/problem-installing-vlc-in-fedora-11-a-738518/)

rathan 07-08-2009 02:17 AM

problem installing vlc in fedora 11
 
Hi all,

I have problem in installing vlc in fedora 11



yum install vlc
Loaded plugins: refresh-packagekit
Error: Cannot retrieve repository metadata (repomd.xml) for repository: fedora. Please verify its path and try again

please do the needful

Regards

rylan76 07-08-2009 02:42 AM

Not sure what your problem is, but have you considered MPlayer as an alternative to VLC?

You can even download and install it manually if your yum / packagekit it broken (as it appears to be)...

jeromeNP7 07-08-2009 03:41 AM

The "Cannot retrieve repository metadata ..." message indicates that your yum configuration is not set up properly: yum can not find any valid repositories, so there is no location to download the application from. This is not specific to vlc - yum will not load any other software as well.

Linux

rathan 07-08-2009 04:31 AM

Quote:

Originally Posted by jeromeNP7 (Post 3600605)
The "Cannot retrieve repository metadata ..." message indicates that your yum configuration is not set up properly: yum can not find any valid repositories, so there is no location to download the application from. This is not specific to vlc - yum will not load any other software as well.

thanks for ur response

i installed yum
version:yum-3.2.0

but now it is showing like this

$ yum install vlc
Traceback (most recent call last):
File "/usr/bin/yum", line 29, in <module>
yummain.main(sys.argv[1:])
File "yummain.py", line 82, in main
base.getOptionsConfig(args)
File "cli.py", line 146, in getOptionsConfig
errorlevel=opts.errorlevel)
TypeError: _getConfig() takes exactly 1 non-keyword argument (3 given)

please do the needful

Regards

rathan 07-08-2009 04:36 AM

Quote:

Originally Posted by rylan76 (Post 3600546)
Not sure what your problem is, but have you considered MPlayer as an alternative to VLC?

You can even download and install it manually if your yum / packagekit it broken (as it appears to be)...


thanks for ur response

if i try to install manually

after ./configure

if i try to make then it is showing like this

# make
make: *** No targets specified and no makefile found. Stop.

please do the needful

Regards

John VV 07-08-2009 01:20 PM

configured in this context is NOT "./configure"

and by installing a version of yum that overwrite the ALREADY installed yum you might have KILLED it .

configuring yum means that you need to point it to the repo files in /ect/yum.repos.d/ folder
and those files NEED to point to a server
----- fedora.repo--------------
Code:

[fedora]
name=Fedora $releasever - $basearch
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/os/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-$releasever&arch=$basearch
enabled=1
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[fedora-debuginfo]
name=Fedora $releasever - $basearch - Debug
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/$basearch/debug/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-debug-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch

[fedora-source]
name=Fedora $releasever - Source
failovermethod=priority
#baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/$releasever/Everything/source/SRPMS/
mirrorlist=https://mirrors.fedoraproject.org/metalink?repo=fedora-source-$releasever&arch=$basearch
enabled=0
metadata_expire=7d
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-$basearch


cafetono 07-23-2009 10:26 PM

vlc won't install for me either.
 
I too cannot install vlc.
Yum reports: "Missing Dependency: qt-x11(x86-64) >= 1:4.5.2 is needed by package vlc-1.0.0-1.fc11.x86_64 (rpmfusion-free-updates)"
I have qt-x11-4.5.1-13.fc11.x86_64
Any ideas?

Sscheme 07-24-2009 02:06 PM

Quote:

Originally Posted by cafetono (Post 3618362)
I too cannot install vlc.
Yum reports: "Missing Dependency: qt-x11(x86-64) >= 1:4.5.2 is needed by package vlc-1.0.0-1.fc11.x86_64 (rpmfusion-free-updates)"
I have qt-x11-4.5.1-13.fc11.x86_64
Any ideas?

That is our new problem :) is there any repo to update qt-x11 ???


All times are GMT -5. The time now is 05:51 AM.