LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-05-2009, 09:17 PM   #16
deb1bhu
Member
 
Registered: Sep 2008
Posts: 49

Original Poster
Rep: Reputation: 16

Quote:
Originally Posted by John VV View Post
ok lets start at the beginning
you have there repos turned on
----

...
yum install libdvdread libdvdnav
[/code]
[power@localhost ~]$ su
Password:
[root@localhost power]# rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/...ble.noarch.rpm
Preparing... ########################################### [100%]
package rpmfusion-free-release-10-1.noarch (which is newer than rpmfusion-free-release-8-6.noarch) is already installed
[root@localhost power]# rpm -ivh http://download1.rpmfusion.org/nonfr...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/nonfr...ble.noarch.rpm
Preparing... ########################################### [100%]
package rpmfusion-nonfree-release-10-1.noarch (which is newer than rpmfusion-nonfree-release-8-6.noarch) is already installed
[root@localhost power]#

[root@localhost power]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-*
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora: import failed.
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-nonfree-fedora: import failed.
[root@localhost power]# rpm -e rpmfusion-nonfree-release
warning: /etc/yum.repos.d/rpmfusion-nonfree.repo saved as /etc/yum.repos.d/rpmfusion-nonfree.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-nonfree-updates.repo saved as /etc/yum.repos.d/rpmfusion-nonfree-updates.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-nonfree-updates-testing.repo saved as /etc/yum.repos.d/rpmfusion-nonfree-updates-testing.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-nonfree-rawhide.repo saved as /etc/yum.repos.d/rpmfusion-nonfree-rawhide.repo.rpmsave
[root@localhost power]# rpm -e rpmfusion-free-release
warning: /etc/yum.repos.d/rpmfusion-free.repo saved as /etc/yum.repos.d/rpmfusion-free.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-free-updates.repo saved as /etc/yum.repos.d/rpmfusion-free-updates.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-free-updates-testing.repo saved as /etc/yum.repos.d/rpmfusion-free-updates-testing.repo.rpmsave
warning: /etc/yum.repos.d/rpmfusion-free-rawhide.repo saved as /etc/yum.repos.d/rpmfusion-free-rawhide.repo.rpmsave
[root@localhost power]# rpm -ivh http://download1.rpmfusion.org/free/...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/...ble.noarch.rpm
Preparing... ########################################### [100%]
1:rpmfusion-free-release ########################################### [100%]
[root@localhost power]# rpm -ivh http://download1.rpmfusion.org/nonfr...ble.noarch.rpm
Retrieving http://download1.rpmfusion.org/nonfr...ble.noarch.rpm
Preparing... ########################################### [100%]
1:rpmfusion-nonfree-relea########################################### [100%]


[root@localhost power]# rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-livna
error: /etc/pki/rpm-gpg/RPM-GPG-KEY-livna: import failed.


I did what you told me to do. Also in the first time I did the same thing I know what sudo means but I prefer to do by su
then type root passwd and then go for s/w installation in this way every time typing sudo is reduced. In the details what I provided you can see that import failed every time it asking for a ket file. I don't know what to do another thing is I have installed vlc & it is running smoothly. Thank you!!!

But the real problem (security updates) is still there.
 
Old 03-05-2009, 09:36 PM   #17
buccaneere
Member
 
Registered: Nov 2007
Posts: 213

Rep: Reputation: 16
I just cleared up some stray package/repo conflicts. First thing everybody agreed on was disabling rawhide repos. After that, most suggestions were to disable 'debug' and 'source' sections of each repo.

I suggest you do this too; you can re-enable them as necessary:

Places/Computer/Filesystem/etc/yum.repos.d

Open each file. Each is divided into sections, with a enabled = (x). 1 = enabled, 0 = disabled. Change each 'debug' in every file to 0, as well as 'source'. In the rawhide files, disable each section. 'SAVE' each after changing the setting. Here's an example:

Quote:
[updates-newkey]
name=Fedora $releasever - $basearch - Updates Newkey
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/$releasever/$basearch.newkey/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever.newkey&arch=$basearch
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-8-and-9

[updates-newkey-debuginfo]
name=Fedora $releasever - $basearch - Updates - Debug Newkey
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/$releasever/$basearch.newkey/debug/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-debug-f$releasever.newkey&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-8-and-9

[updates-newkey-source]
name=Fedora $releasever - Updates Source Newkey
failovermethod=priority
#baseurl=http://download.fedora.redhat.com/pub/fedora/linux/updates/$releasever/SRPMS.newkey/
mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-source-f$releasever.newkey&arch=$basearch
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-8-and-9
Then do updates. If you need a package to run an app, re-enable the necessary repo.

Last edited by buccaneere; 03-05-2009 at 09:39 PM.
 
Old 03-05-2009, 10:46 PM   #18
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,639

Rep: Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653
deb1bhu
the security keys are important , but NOT a show stopper . you might try cleaning the rpm data base and the yum cache .Then se if on the next update you can then import the keys ( when using the " yum update " command -- if there are any and you say " yes" to install them the gpg key will be checked and if not there , it will ask you if you want it installed - say yes. )

Code:
su -
yum clean all 
rpm --rebuilddb
yum makecache 
yum update
 
Old 03-07-2009, 12:59 AM   #19
deb1bhu
Member
 
Registered: Sep 2008
Posts: 49

Original Poster
Rep: Reputation: 16
Quote:
Originally Posted by John VV View Post
deb1bhu
the security keys are important , but NOT a show stopper . you might try cleaning the rpm data base and the yum cache .Then se if on the next update you can then import the keys ( when using the " yum update " command -- if there are any and you say " yes" to install them the gpg key will be checked and if not there , it will ask you if you want it installed - say yes. )

Code:
su -
yum clean all 
rpm --rebuilddb
yum makecache 
yum update
thanking you & to all of you. after performing the latest command
su -
yum clean all
rpm --rebuilddb
yum makecache
yum update

now i got installation of all the files & it seems to be that there is no file to update or upgrade, it took nearly 10 hours to upgrade in my system. Obviously the whole size was too large to install at a time.

I can play the dvd video as well, But can I ask one more question here?
then I have asked another question regarding my sound card it be very kind of you if you can help me in this time also.

http://www.linuxquestions.org/questi...6/#post3467557
 
Old 03-07-2009, 02:21 AM   #20
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,639

Rep: Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653Reputation: 2653
Quote:
I have asked another question regarding my sound card
you might want to start a new thread on the issue of the sound card .
 
  


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
Can Fedora 7 be installed if you only have DSL and Win98 installed? rtoney5 Fedora 4 10-27-2007 11:13 PM
I am having problems with conflicting interrups whenever I installed a second NIC whited Linux - Hardware 2 05-22-2005 09:20 PM
conflicting files mab_123 Linux - Software 2 01-30-2005 02:43 AM
Conflicting packages apokryphos Linux - Software 3 10-02-2004 03:20 AM
Installed Fedora, which installed Grub - how to boot to Knoppix? squall14716 Linux - General 3 03-15-2004 03:11 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 07:10 AM.

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