Linux / UNIX Tech Support Forum
This is a discussion on Red Hat Linux Cd iso's / repository suppy public key [ RPM-GPG-KEY ] within the CentOS / RHEL / Fedora forums, part of the Linux Distribution category; The system I'm working on does not have network access. I've setup the 7 cd iso's for RHEL 5.3 as ...
|
|||||||
| CentOS / RHEL / Fedora Discussion about Redhat Enterprise Linux or CentOS or Fedora Linux related problems. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
The system I'm working on does not have network access. I've setup the 7 cd iso's for RHEL 5.3 as repos for my 5.3 install by following the steps at the following:
Howto Setup yum repositories to update or install package from ISO CDROM Image Red Hat Knowledgebase: How would I use yum to update or install packages from a ISO of Red Hat Enterprise Linux version 5? "yum search random_app" returns the correct responces, and a "yum install random_app" resolves dependencies and attempts to install, until: "unable to verify random_app public key is not installed" do I have to generate a gpg key? how do I host it for yum to import it? is there any workaround? I'd really appreciate assistance. Last edited by katsushiro; 27-01-2009 at 06:22 PM. Reason: mark as resolved |
| Sponsored Links | ||
|
|
|
||||
|
Usually, you need to run following under RHEL 4:
Code:
rpm --import /usr/share/rhn/RPM-GPG-KEY Code:
cd /etc/pki/rpm-gpg/ ls -l Code:
rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-redhat-release Code:
cd /mnt/disk1/ ls RPM-GPG-KEK* rpm --import /mnt/disk1/RPM-GPG-KEY
__________________
Vivek Gite Linux Evangelist |
|
|||
|
well, that should have worked, though the import of keys from both those locations failed. Luckily the guy next to me slapped some sense into me and reminded me to edit the file in /etc/yum.repos.d/ (we called it file.repo) to include the line,
"gpgcheck=0" and amazingly it works, and installs, and all is right with the world |
![]() |
| Tags |
| import gpg key , redhat release package signing key , redhat rpm gpg key , rhel package keys , rpm |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| repository access | myfoot | Web servers | 1 | 13-03-2009 01:01 PM |
| yum repository | ankur.chaudhary | Linux software | 0 | 02-10-2008 07:21 PM |
| How to configure vsftp for public IP | satishap | Web servers | 2 | 29-08-2008 10:49 PM |
| Public Folders In Scalix | zafar466 | Mail Servers | 0 | 08-02-2007 12:52 PM |
| ssh rsa/dsa/public/private keys | asim.mcp | Linux software | 1 | 10-09-2006 06:01 PM |