× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Great question!

Time for a brief tutorial.

For those that don't now, rpm stands for "Redhat Package Manager".
Whenever I manually install rpm files I look at the ibmichroot project's
code (n1) for the syntax; in short:

$ wget
http://www.oss4aix.org/download/RPMS/gnupg2/gnupg2-2.0.26-1.aix5.1.ppc.rpm

$ rpm --ignoreos --ignorearch --nodeps --replacepkgs -hUv
gnupg2-2.0.26-1.aix5.1.ppc.rpm


But before you install that you need to install the dependencies
listed on the same page (n2), as shown below.


bzip2
curl >= 7.17.1
gettext
info
libassuan >= 2.0.0
libgcrypt
libgpg-error
libiconv >= 1.14-2
libksba
openldap >= 2.4.23
pth
readline >= 5.2
zlib


When you visit the gnupg2 page (n2) you will see those dependencies listed
with links to each. Do a wget (as shown above) for each of the rpms and
then install them using the aforementioned command, replacing the last
portion with the name of each rpm file.

n1 - http://bit.ly/2dgEK9W
n2 - http://bit.ly/2dgEh7A

[I type this while waiting for my pork steaks to thaw :-)]

On final note, Tony Cairns (IBMer) is working to port YUM to IBM i(n3).
YUM simplifies this process by only requiring you to run the following
command to install gnupg and it will take care of installing the
dependencies:

$ yum install gnupg

n3 - http://bit.ly/yum-is-coming-to-ibmi

​Hope that helps,​
Aaron Bartell
litmis.com - Services for open source on IBM i


On Sat, Oct 1, 2016 at 8:56 AM, tim <iseriesstuff@xxxxxxxxx> wrote:

i installed scotts version and it works great. i tried the link aaron
provided and it points to an RPM file type. How do i install this?



On 9/30/16 9:39 AM, Aaron Bartell wrote:

It's available: http://www.perzl.org/aix/index.php?n=Main.Gnupg2

I have not yet tried to run it.

Aaron Bartell
litmis.com - Services for open source on IBM i


On Fri, Sep 30, 2016 at 8:06 AM, tim <iseriesstuff@xxxxxxxxx> wrote:

i was wondering if gnupg can run on the iseries. im currently using this
app on a pc to encrypt/decrypt files and would like to do it native if i
can.

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.

Please contact support@xxxxxxxxxxxx for any subscription related
questions.


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.