Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 15th July 2006, 02:10 AM
silentemotion Offline
Registered User
 
Join Date: Jul 2006
Location: Kuala Lumpur
Posts: 27
When i install a package, system says "The package is not signed". How to install it?

When i try use yum to install a software package, the system says the package is not signed and it stops there. May i know is there a way to force it install even the package is not signed? The package i wanna install is xchm-1.9-3.FC5.i386.rpm. I use yum install xchm-1.9-3.FC5.i386.rpm to install it.

thanks
Reply With Quote
  #2  
Old 15th July 2006, 02:20 AM
Wayne
Guest
 
Posts: n/a
Quote:
Originally Posted by silentemotion
When i try use yum to install a software package, the system says the package is not signed and it stops there. May i know is there a way to force it install even the package is not signed? The package i wanna install is xchm-1.9-3.FC5.i386.rpm. I use yum install xchm-1.9-3.FC5.i386.rpm to install it.

thanks
If you've downloaded the RPM, double click on it and you can install it that way.

Wayne
Reply With Quote
  #3  
Old 15th July 2006, 02:27 AM
insearchof's Avatar
insearchof Offline
Registered User
 
Join Date: Jun 2005
Posts: 24
if it isnt downloaded and your pulling it from a yum repository... determine the repo it is pulling from...

and edit /etc/yum.repo.d/(the feed).repo

and change gpgcheck=1 to 0

this will stop it from checking the sig...

Late
Reply With Quote
  #4  
Old 16th July 2006, 02:31 PM
silentemotion Offline
Registered User
 
Join Date: Jul 2006
Location: Kuala Lumpur
Posts: 27
Quote:
Originally Posted by rondonjin
If you've downloaded the RPM, double click on it and you can install it that way.

Wayne
i know that i can use rpm command to install it but there are dependencies there. so i use yum would be easier but i checks for signed or not signed....
Reply With Quote
  #5  
Old 17th July 2006, 02:42 AM
silentemotion Offline
Registered User
 
Join Date: Jul 2006
Location: Kuala Lumpur
Posts: 27
Quote:
Originally Posted by insearchof
if it isnt downloaded and your pulling it from a yum repository... determine the repo it is pulling from...

and edit /etc/yum.repo.d/(the feed).repo

and change gpgcheck=1 to 0

this will stop it from checking the sig...

Late

Firstly, thank you for ur helping. Other than edit the .repo file, do i have another way to do it? i am not saying that i lazy to follow ur way but my purpose is to know more things. But firstly, why teh system doesnt provide me an option whether to proceed to install ornot even if the package is not signed? This is strange....

Thanks
Reply With Quote
  #6  
Old 17th July 2006, 03:49 AM
bob's Avatar
bob Online
Administrator (yeah, back again)
 
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,335
The '1' or '0' is the option. If you want the system to verify packages as legitimate, you use the 'gpgcheck=1'. If you're willing to take chances with unsigned packages,use the 'gpgcheck=0'. In this case, I beleive the package is in 'extras' and someone may have missed the signature when approving the package. I'd do the change for this one package and then change it back:

gedit /etc/yum.repos.d/fedora-extras.repo

Then, you'll see that only the top one (extras) is enabled=1. That's the one to change the gpgcheck=0. Then, run your transaction and repeat the process to return gpgcheck=1
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651


Don't use any of my solutions on working computers or near small children.
Reply With Quote
  #7  
Old 17th July 2006, 04:01 AM
Wayne
Guest
 
Posts: n/a
Quote:
Originally Posted by silentemotion
i know that i can use rpm command to install it but there are dependencies there. so i use yum would be easier but i checks for signed or not signed....
I've double-clicked on downloaded RPM files and it has checked for and downloaded needed dependencies. Guess I'm charmed

Wayne
Reply With Quote
  #8  
Old 17th July 2006, 04:27 AM
silentemotion Offline
Registered User
 
Join Date: Jul 2006
Location: Kuala Lumpur
Posts: 27
Thumbs up

Quote:
Originally Posted by rondonjin
I've double-clicked on downloaded RPM files and it has checked for and downloaded needed dependencies. Guess I'm charmed

Wayne
Haha, now only i realized that system would download the dependencies if using GUI and double-click on it. Thanks for your mention. I never tried it because i wanna learn Linux through command based. Anyway thanks for your seggestion also.
Reply With Quote
  #9  
Old 17th July 2006, 04:43 AM
Wayne
Guest
 
Posts: n/a
Quote:
Originally Posted by silentemotion
Haha, now only i realized that system would download the dependencies if using GUI and double-click on it. Thanks for your mention. I never tried it because i wanna learn Linux through command based. Anyway thanks for your seggestion also.
There's more than one way to skin a cat

I use the method best suited for the occasion, sometimes YUM, sometimes RPM but I'm not knowledgable enough to compile my own.

Wayne
Reply With Quote
  #10  
Old 17th July 2006, 10:52 AM
silentemotion Offline
Registered User
 
Join Date: Jul 2006
Location: Kuala Lumpur
Posts: 27
haha...never mine, i learned one thing from you also. It is worth. But what do you mean by "I'm not knowledgable enough to compile my own"?
__________________
Best Regards,
Silent Emotion
Reply With Quote
  #11  
Old 17th July 2006, 03:06 PM
silentemotion Offline
Registered User
 
Join Date: Jul 2006
Location: Kuala Lumpur
Posts: 27
when i follow the way to change the flag from 1 to 0, the result is still the same. But nvm, i ended up double-click to install it.
__________________
Best Regards,
Silent Emotion
Reply With Quote
  #12  
Old 17th July 2006, 03:14 PM
silentemotion Offline
Registered User
 
Join Date: Jul 2006
Location: Kuala Lumpur
Posts: 27
another thing is, i cannot find it in the GUI program list there...normally when we installed program in Windows, we will see the program when we navigate to Start button and programs. Can i know how to do this? i can type command to run it only currently.
__________________
Best Regards,
Silent Emotion
Reply With Quote
  #13  
Old 18th July 2006, 12:06 AM
Wayne
Guest
 
Posts: n/a
Quote:
Originally Posted by silentemotion
haha...never mine, i learned one thing from you also. It is worth. But what do you mean by "I'm not knowledgable enough to compile my own"?
It means I don't know enough (and basically I'm not brave enough) to grab the source code of a program and compile it. Maybe in another 10 years.... but then maybe I'll be too old!

Wayne
Reply With Quote
  #14  
Old 18th July 2006, 01:49 AM
silentemotion Offline
Registered User
 
Join Date: Jul 2006
Location: Kuala Lumpur
Posts: 27
then does anybody here knows how to add the newly installed program into the program's bar just like what Windows does?
__________________
Best Regards,
Silent Emotion
Reply With Quote
  #15  
Old 18th July 2006, 01:56 AM
Wayne
Guest
 
Posts: n/a
Quote:
Originally Posted by silentemotion
then does anybody here knows how to add the newly installed program into the program's bar just like what Windows does?
Do you mean add it to the menu? If you're using Gnome you can install alacarte or smeg, they are menu editors. I prefer smeg, sometimes alacarte hangs on me when I try to navigate through the file system to find the executable I'm trying to add.

Wayne
Reply With Quote
Reply

Tags
install, package, the package is not signed

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to install "tar.bz2" package in Fedora 9. mahesh_vm Using Fedora 1 23rd February 2009 07:44 PM
Can't install package, alerted: "not connected to internet" ExReanimator Servers & Networking 6 8th September 2008 02:06 PM
"Package not signed" - Sun Java xxxxxme Using Fedora 1 9th December 2006 09:47 PM
"Package not signed" - Sun Java xxxxxme Using Fedora 0 9th December 2006 09:23 PM
errors when I try to install "medley-package-config" with "apt-get" I-1 Using Fedora 5 3rd May 2005 11:08 AM


Current GMT-time: 12:30 (Thursday, 20-06-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat