LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Yum install rdesktop problem (https://www.linuxquestions.org/questions/linux-newbie-8/yum-install-rdesktop-problem-4175433539/)

tauqeer207 10-22-2012 01:39 PM

Yum install rdesktop problem
 
i m using RHEL5, I tried to Install rdesktop through command "yum install rdesktop*** " but it shows the following error "warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID" can any body help me to sort out this problem please..regards

John VV 10-22-2012 05:12 PM

this IS a registered and PAID for licensed copy of the OLDER RHEL 5 ( RHEL5.8 is the current old 5 series)

please post the full output of there commands
Code:

su -
cat /etc/redhat-release
-------- then this ---------
yum repolist all
-------- then this ---------
yum search rdesktop


jsaravana87 10-23-2012 12:50 AM

what version of redhat release you are using ? Have you own redhat subscription ? If your paying for rhel subscription get help from redhat .If you are not paying for redhat subscription move to Centos distro

unSpawn 10-25-2012 03:46 AM

Quote:

Originally Posted by arun5002 (Post 4812753)
what version of redhat release you are using ?

He said RHEL-5. Does the Update number really matter in his case?

Quote:

Originally Posted by arun5002 (Post 4812753)
If your paying for rhel subscription get help from redhat .

Should you tell members to contact RHEL support for stuff that is supposed to be common knowledge?


Quote:

Originally Posted by tauqeer207 (Post 4812379)
"warning: rpmts_HdrFromFdno: V3 DSA signature: NOKEY, key ID"

You're missing the public GPG key the packages you try to install are signed with. Search for and download the keyfile from the repo where you got the packages from, then 'rpm --import /path/to/keyfile'. Mixing official RHEL with non-RHEL packages may invalidate support so think twice before you install.


All times are GMT -5. The time now is 07:09 PM.