LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problem installing VLC (https://www.linuxquestions.org/questions/linux-newbie-8/problem-installing-vlc-731924/)

judithbriza 06-10-2009 08:27 AM

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!!!!

camorri 06-10-2009 09:38 AM

What distro? VLC is packaged for most, without getting it from any other source.

the trooper 06-10-2009 12:00 PM

Quote:

Originally Posted by camorri (Post 3569233)
What distro? VLC is packaged for most, without getting it from any other source.

Looks like Fedora to me.

camorri 06-10-2009 12:13 PM

Fedora, O.K. are the repos set up in the package manager?

John VV 06-10-2009 12:14 PM

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


vasmakk 06-10-2009 12:16 PM

Quote:

Originally Posted by judithbriza (Post 3569147)
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

judithbriza 06-11-2009 05:37 AM

Quote:

Originally Posted by vasmakk (Post 3569425)
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...

vasmakk 06-11-2009 06:57 AM

Quote:

Originally Posted by judithbriza (Post 3570242)
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

judithbriza 06-16-2009 01:56 AM

Quote:

Originally Posted by vasmakk (Post 3570309)
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?

John VV 06-16-2009 10:13 AM

the terminal and what version of fedora are you using ? and did you fallow the links i posted above .

saagar 06-16-2009 11:45 AM

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/

judithbriza 06-17-2009 09:51 AM

vlc
 
Quote:

Originally Posted by John VV (Post 3569422)
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 ~]#

John VV 06-17-2009 11:32 AM

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

judithbriza 06-18-2009 12:46 AM

Quote:

Originally Posted by John VV (Post 3577300)
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...

judithbriza 06-18-2009 12:47 AM

Quote:

Originally Posted by John VV (Post 3577300)
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?


All times are GMT -5. The time now is 04:31 PM.