newbie question installation of packages for RPM

Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.

  1. #1

    Default newbie question installation of packages for RPM

    I'm working distro 7.3 and have to add some sources to get rpm to
    working order.
    Similar to this poster:
    [url]http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=52babb41.0205111430.36edca76%40posting.g oogle.com&rnum=5&prev=/groups%3Fq%3Drpm%2Bgpg%2Bmd5%2Bnot%2Bok%2Bgroup:co mp.os.linux.*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D52babb41.0205111430.36edca76%2540postin g.google.com%26rnum%3D5[/url]

    This is a router and I'm moving it to a new box. Before I installed
    just LILO. Now with GNU package I have a conflict.
    from #rpm -Uvh gpg-*
    = error: file /usr/bin/gpg from install of gpg-1.0.6-198 conflicts
    with file from package gnupg-1.0.6-5
    I get an error: file /usr/bin/gpgv from install of gpg-1.0.6-198
    conflicts with file from package gnupg-1.0.6-5
    I get an error: file /usr/bin/rndegd from install of gpg-1.0.6-198
    conflicts with file from package gnupg-1.0.6-5
    ....etc

    My Newbie question is:
    1. What steps do I need to resolving a conflict with this package?
    2. Is there another easier way to get rpm to work with gnupg package
    that will resolve the missing key error?
    nb
    neon_bikini Guest

  2. Similar Questions and Discussions

    1. NIM Installation fails on AIX 5.1, caused by RPM Packages
      Hello everybody I'm trying to do some basic NIM steps to learn more about NIM. I installed a AIX 5.1 (ML4) as Master machine and did a lpp_source...
    2. Newbie - Installation de Linux
      Hello I would like to try out Linux to see what it's like Have a P4 win XP pro system Thought that I would install a third hard disk and...
    3. Debian installation by newbie
      Hello folks, Could you tell me how to install Debian ? I got to the archives section (I want to install Potato and then upgrade to...
    4. Newbie: Problems with a CPAN installation
      Hello. I'm trying to install 'LWP:Simple' module on my Linux machine. # perl -MCPAN -e shell cpan> install LWP:Simple Going to read...
    5. Debian Installation- difficulties configuring system and installing packages
      Hello, I am installing Debian Woody on my second hard-drive, using my existing system to install. Completed to the point of installing...
  3. #2

    Default Re: newbie question installation of packages for RPM

    neon_bikini wrote:
    > I'm working distro 7.3 and have to add some sources to get rpm to
    > working order.
    .... 7.3 of "what"? are you getting the RPMs from the
    vendor or from the originating author?
    ..
    --
    /// Michael J. Tobler: motorcyclist, surfer, skydiver, \\\
    \\\ and author: "Inside Linux", "C++ HowTo", "C++ Unleashed" ///
    \\\ [url]http://pages.sbcglobal.net/mtobler/mjt_linux_page.html[/url] ///
    Death is God's way of telling you not to be such a wise guy.

    mjt Guest

  4. #3

    Default Re: newbie question installation of packages for RPM

    neon_bikini wrote:
    > I'm working distro 7.3 and have to add some sources to get rpm to
    > working order.
    > Similar to this poster:
    > [url]http://groups.google.com/groups?hl=en&lr=&ie=UTF-8&threadm=52babb41.0205111430.36edca76%40posting.g oogle.com&rnum=5&prev=/groups%3Fq%3Drpm%2Bgpg%2Bmd5%2Bnot%2Bok%2Bgroup:co mp.os.linux.*%26hl%3Den%26lr%3D%26ie%3DUTF-8%26selm%3D52babb41.0205111430.36edca76%2540postin g.google.com%26rnum%3D5[/url]
    >
    > This is a router and I'm moving it to a new box. Before I installed
    > just LILO. Now with GNU package I have a conflict.
    > from #rpm -Uvh gpg-*
    > = error: file /usr/bin/gpg from install of gpg-1.0.6-198 conflicts
    > with file from package gnupg-1.0.6-5
    > I get an error: file /usr/bin/gpgv from install of gpg-1.0.6-198
    > conflicts with file from package gnupg-1.0.6-5
    > I get an error: file /usr/bin/rndegd from install of gpg-1.0.6-198
    > conflicts with file from package gnupg-1.0.6-5
    > ....etc
    I assume that you mean "RedHat 7.3". Mandrake alsu uses RPM's and has
    similar distribution names. gpg is not a RedHat 7.3 package, but the
    RedHaat gnupg for 7.3 is. So the gpg package conflicts with it: no big
    surprise.

    Where did you *get* the gpg package? Since the gnupg program *includes*
    the gpg binary, maybe that's a hint that you don't need the gpg package?
    > My Newbie question is:
    > 1. What steps do I need to resolving a conflict with this package?
    > 2. Is there another easier way to get rpm to work with gnupg package
    > that will resolve the missing key error?
    You need to add the RPM keys to your keyring. For 7.3, the command is
    "gpg --import /usr/share/rhn/RPM-GPG-KEY" on a system with the up2date
    packages installed, or you can use the keys from the CD's or FTP site.

    Nico Kadel-Garcia Guest

  5. #4

    Default Re: newbie question installation of packages for RPM

    > I assume that you mean "RedHat 7.3".
    yes. from install cds of redhat 7.3
    > Mandrake alsu uses RPM's and has
    > similar distribution names. gpg is not a RedHat 7.3 package, but the
    > RedHaat gnupg for 7.3 is. So the gpg package conflicts with it: no big
    > surprise.
    >
    > Where did you *get* the gpg package? Since the gnupg program *includes*
    > the gpg binary, maybe that's a hint that you don't need the gpg package?
    The gpg package was a dependancy for rpm. rpm was not installing programs correctly.
    > You need to add the RPM keys to your keyring. For 7.3, the command is
    > "gpg --import /usr/share/rhn/RPM-GPG-KEY" on a system with the up2date
    > packages installed, or you can use the keys from the CD's or FTP site.
    Is this your reply to my question number two?
    > > 2. Is there another easier way to get rpm to work with gnupg package
    > > that will resolve the missing key error?
    neon_bikini Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139