LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 06-10-2009, 08:27 AM   #1
judithbriza
LQ Newbie
 
Registered: Aug 2008
Posts: 10

Rep: Reputation: 0
Angry problem installing VLC


Hi!

Im installing my vlc for the second time, still nothing works... please see details below:


[user@localhost ~]$ su -
Password:
[root@localhost ~]# rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/...ble.noarch.rpm
warning: /var/tmp/rpm-xfer.YmJtzf: Header V3 DSA signature: NOKEY, key ID 49c8885a
error: Failed dependencies:
system-release >= 10 is needed by rpmfusion-free-release-10-5.noarch
[root@localhost ~]# sudo yum install vlc
livna 100% |=========================| 2.1 kB 00:00
fedora 100% |=========================| 2.1 kB 00:00
updates-newkey 100% |=========================| 2.3 kB 00:00
updates 100% |=========================| 2.6 kB 00:00
Setting up Install Process
Parsing package install arguments
No package vlc available.
Nothing to do


SAME RESULT, NO PACKAGE VLC AVAILABLE. I'VE BEEN INSTALLING IT FOR A WEEK NOW... PLEASE HELP!!!!
 
Old 06-10-2009, 09:38 AM   #2
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,213

Rep: Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848
What distro? VLC is packaged for most, without getting it from any other source.
 
Old 06-10-2009, 12:00 PM   #3
the trooper
Senior Member
 
Registered: Jun 2006
Location: England
Distribution: Debian Bullseye
Posts: 1,508

Rep: Reputation: Disabled
Quote:
Originally Posted by camorri View Post
What distro? VLC is packaged for most, without getting it from any other source.
Looks like Fedora to me.
 
Old 06-10-2009, 12:13 PM   #4
camorri
LQ 5k Club
 
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,213

Rep: Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848Reputation: 848
Fedora, O.K. are the repos set up in the package manager?
 
Old 06-10-2009, 12:14 PM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
for fedora did you fallow this "help page" ?
http://www.mjmwired.net/resources/mj...l#mediaplayers
and for rmpFusion
http://www.mjmwired.net/resources/mj...a-f10.html#yum

just use " su - " once and not sudo

and from this error
Quote:
system-release >= 10
it looks like you might have the "rawhide" TESTING running and not fedora 10
can you post the output of
Code:
su -
yum repolist
 
Old 06-10-2009, 12:16 PM   #6
vasmakk
Member
 
Registered: Jan 2009
Distribution: Debian Lenny, Ubuntu 9.04
Posts: 87

Rep: Reputation: 16
Quote:
Originally Posted by judithbriza View Post
Hi!

Im installing my vlc for the second time, still nothing works... please see details below:


[user@localhost ~]$ su -
Password:
[root@localhost ~]# rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/...ble.noarch.rpm
warning: /var/tmp/rpm-xfer.YmJtzf: Header V3 DSA signature: NOKEY, key ID 49c8885a
error: Failed dependencies:
system-release >= 10 is needed by rpmfusion-free-release-10-5.noarch
[root@localhost ~]# sudo yum install vlc
livna 100% |=========================| 2.1 kB 00:00
fedora 100% |=========================| 2.1 kB 00:00
updates-newkey 100% |=========================| 2.3 kB 00:00
updates 100% |=========================| 2.6 kB 00:00
Setting up Install Process
Parsing package install arguments
No package vlc available.
Nothing to do


SAME RESULT, NO PACKAGE VLC AVAILABLE. I'VE BEEN INSTALLING IT FOR A WEEK NOW... PLEASE HELP!!!!

As far I can see, you have dependencies problem. Maybe you should update your repository first. After that these 3 lines should work.

$> su -
#> rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm
#> yum install vlc


P.S. Do not use sudo! You are a su already ...
Vas

Last edited by vasmakk; 06-10-2009 at 12:18 PM.
 
Old 06-11-2009, 05:37 AM   #7
judithbriza
LQ Newbie
 
Registered: Aug 2008
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by vasmakk View Post
as far i can see, you have dependencies problem. Maybe you should update your repository first. After that these 3 lines should work.

$> su -
#> rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm
#> yum install vlc


p.s. Do not use sudo! You are a su already ...
Vas


will you help me on "repository" i have no idea how to update/install that...
 
Old 06-11-2009, 06:57 AM   #8
vasmakk
Member
 
Registered: Jan 2009
Distribution: Debian Lenny, Ubuntu 9.04
Posts: 87

Rep: Reputation: 16
Quote:
Originally Posted by judithbriza View Post
will you help me on "repository" i have no idea how to update/install that...
Try
# yum update

and see if any errors occur. You should run the above command as a su.
If you got no errors then continue with
# yum upgrade

to upgrade every package in Fedora's repository

Last edited by vasmakk; 06-11-2009 at 07:07 AM.
 
Old 06-16-2009, 01:56 AM   #9
judithbriza
LQ Newbie
 
Registered: Aug 2008
Posts: 10

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by vasmakk View Post
Try
# yum update

and see if any errors occur. You should run the above command as a su.
If you got no errors then continue with
# yum upgrade

to upgrade every package in Fedora's repository

HI!

Thanks for your reply. Do i have to update it in the PACKAGE MANAGER? or in the TERMINAL?
 
Old 06-16-2009, 10:13 AM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
the terminal and what version of fedora are you using ? and did you fallow the links i posted above .
 
Old 06-16-2009, 11:45 AM   #11
saagar
Member
 
Registered: Jul 2008
Location: Chennai, India
Distribution: RHEL5, Ubuntu
Posts: 191

Rep: Reputation: 37
Hi judith,

Please have a look at how I configured vlc in rhel 5, that should work for fedora too....or else go to rpmforge and find out...hope this helps:

http://www.linuxquestions.org/questi...hel5.0-724171/

Last edited by saagar; 06-16-2009 at 08:41 PM.
 
Old 06-17-2009, 09:51 AM   #12
judithbriza
LQ Newbie
 
Registered: Aug 2008
Posts: 10

Original Poster
Rep: Reputation: 0
vlc

Quote:
Originally Posted by John VV View Post
for fedora did you fallow this "help page" ?
http://www.mjmwired.net/resources/mj...l#mediaplayers
and for rmpFusion
http://www.mjmwired.net/resources/mj...a-f10.html#yum

just use " su - " once and not sudo

and from this error

it looks like you might have the "rawhide" TESTING running and not fedora 10
can you post the output of
Code:
su -
yum repolist
heres the result...

[root@localhost ~]# yum repolist
repo id repo name status
fedora Fedora 8 - i386 enabled
livna Livna for Fedora Core 8 - i386 - Base enabled
updates Fedora 8 - i386 - Updates enabled
updates-newkey Fedora 8 - i386 - Updates Newkey enabled
[root@localhost ~]#
 
Old 06-17-2009, 11:32 AM   #13
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,623

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
now you are finally telling us that you are using fedora 8

Fedora 8 is NO LONGER supported and the rpms have been moved into the archives or the mirrors lolonger are working ( some might be still up and running ,but not all of them)

and using the fedora 10 rpmfusion repo file WILL NOT work on fedora 8

two things you can do

UNINSTALL any fedora 10 rpms that might have been installed on fedora 8 .and use a version of fedora that has NO MORE UPDATES , on SECURITY FIXES , and no new programs to install .Unless you build them from the source code .

or install the current fedora 11
 
Old 06-18-2009, 12:46 AM   #14
judithbriza
LQ Newbie
 
Registered: Aug 2008
Posts: 10

Original Poster
Rep: Reputation: 0
Unhappy

Quote:
Originally Posted by John VV View Post
now you are finally telling us that you are using fedora 8

Fedora 8 is NO LONGER supported and the rpms have been moved into the archives or the mirrors lolonger are working ( some might be still up and running ,but not all of them)

and using the fedora 10 rpmfusion repo file WILL NOT work on fedora 8

two things you can do

UNINSTALL any fedora 10 rpms that might have been installed on fedora 8 .and use a version of fedora that has NO MORE UPDATES , on SECURITY FIXES , and no new programs to install .Unless you build them from the source code .

or install the current fedora 11
Do i have to reinstall my laptop? if not, how will i uninstall fedora 10 rpms? how will i download/install fedora 11 and uninstall the existing fedora? is fedora 8 obsolete already? please help...

Last edited by judithbriza; 06-18-2009 at 12:54 AM.
 
Old 06-18-2009, 12:47 AM   #15
judithbriza
LQ Newbie
 
Registered: Aug 2008
Posts: 10

Original Poster
Rep: Reputation: 0
Unhappy

Quote:
Originally Posted by John VV View Post
now you are finally telling us that you are using fedora 8

Fedora 8 is NO LONGER supported and the rpms have been moved into the archives or the mirrors lolonger are working ( some might be still up and running ,but not all of them)

and using the fedora 10 rpmfusion repo file WILL NOT work on fedora 8

two things you can do

UNINSTALL any fedora 10 rpms that might have been installed on fedora 8 .and use a version of fedora that has NO MORE UPDATES , on SECURITY FIXES , and no new programs to install .Unless you build them from the source code .

or install the current fedora 11
Do i have to reinstall my laptop? if not, how will i uninstall fedora 10 rpms? how will i download fedora 8? is fedora 8 obsolete already?

Last edited by judithbriza; 06-18-2009 at 12:50 AM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
problem in installing vlc player manojp1988 SUSE / openSUSE 1 07-01-2008 03:12 PM
problem installing VLC and XMMS ogfizzle Linux - Software 4 08-07-2007 01:41 PM
problem installing VLC in SUSE 10.1 linuxlimbo Linux - Software 1 10-31-2006 10:27 AM
Problem installing VLC on Ubuntu Bakoulou Ubuntu 3 11-13-2005 06:01 PM
problem installing VLC on mandrake 10.1 linuxmandrake Linux - Software 2 06-01-2005 01:07 PM

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

All times are GMT -5. The time now is 10:19 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