Ask a Question related to Linux Setup, Configuration & Administration, Design and Development.
-
neon_bikini #1
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
-
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... -
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... -
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... -
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... -
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... -
mjt #2
Re: newbie question installation of packages for RPM
neon_bikini wrote:
.... 7.3 of "what"? are you getting the RPMs from the> I'm working distro 7.3 and have to add some sources to get rpm to
> working order.
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
-
Nico Kadel-Garcia #3
Re: newbie question installation of packages for RPM
neon_bikini wrote:
I assume that you mean "RedHat 7.3". Mandrake alsu uses RPM's and has> 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
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?
You need to add the RPM keys to your keyring. For 7.3, the command is> 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?
"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
-
neon_bikini #4
Re: newbie question installation of packages for RPM
> I assume that you mean "RedHat 7.3".
yes. from install cds of redhat 7.3The gpg package was a dependancy for rpm. rpm was not installing programs correctly.> 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?
Is this your reply to my question number two?> 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.
> > 2. Is there another easier way to get rpm to work with gnupg package
> > that will resolve the missing key error?neon_bikini Guest



Reply With Quote

