AIX RPMS


If you're looking for RPMs on AIX, then you are presumeably looking for open source software. Why not just use Linux in the first place and get it over with? All you'd have to type is something like:

yum install openssh-client
or
apt-get install openssh-client
Or you could continue to hunt for RPMs for AIX. In which case, these are all built using gcc; so are 32 bit. All these packages (except for rdesktop) are used all day, every day in production environments.

mpack - A command line MUA with MIME capabilities

RPMS/mpack-1.6-1.rf.aix5.2.ppc.rpm
SRPMS/mpack-1.6-1.rf.src.rpm

openssh - SSH server and client with tcp_wrappers built in.

The client and server packages both depend on the base package, therefore to get a fully functional installation, you need to install all three packages.

RPMS/openssh-4.7p1-1.aix5.2.ppc.rpm
RPMS/openssh-client-4.7p1-1.aix5.2.ppc.rpm
RPMS/openssh-server-4.7p1-1.aix5.2.ppc.rpm
SRPMS/openssh-4.7p1-1.src.rpm

rdesktop - A remote desktop client to connect to a Windows Terminal Server

RPMS/rdesktop-1.5.0-1.aix5.2.ppc.rpm
SRPMS/rdesktop-1.5.0-1.src.rpm

stunnel - A program to create an SSL tunnel. Useful for adding SSL to clients and servers that don't support SSL. Adding tcp_wrappers to stunnel adds a performance hit with this version of stunnel, as does supporting IPV6; hence the nolibwrap version.

RPMS/stunnel-4.20-3.aix5.2.ppc.rpm
RPMS/stunnel_nolibwrap-4.20-3.aix5.2.ppc.rpm
SRPMS/stunnel-4.20-3.src.rpm
SRPMS/stunnel_nolibwrap-4.20-3.src.rpm

tcp_wrappers - Provides a way of checking source ip addresses before allowing clients to connect to daemons. This build was used to provide libwrap.a to other software on this page.

RPMS/tcp_wrappers-7.6-40.aix5.2.ppc.rpm
SRPMS/tcp_wrappers-7.6-40.src.rpm