source package
root@winapsd2:/home/winvest> ls -l *.rpm
-rw-r--r-- 1 winvest winvest 243981 Apr 27 11:33 bzip2-1.0.8-2.aix6.1.ppc.rpm
-rw-r--r-- 1 winvest winvest 14564 Apr 27 11:38 libgcc-8-1.aix7.2.ppc.rpm
-rw-r--r-- 1 winvest winvest 400664 Apr 27 11:26 zip-3.0-4.aix6.1.ppc.rpm
root@winapsd2:/home/winvest>
View dependant
root@winapsd2:/home/winvest> rpm -qp --requires zip-3.0-4.aix6.1.ppc.rpm
bzip2 >= 1.0.8-2
libbz2.a(libbz2.so.1)
libc.a(shr.o)
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
root@winapsd2:/home/winvest>
per-install
root@winapsd2:/home/winvest> rpm -ivh --test libgcc-8-1.aix7.2.ppc.rpm
Verifying... ################################# [100%]
Preparing... ################################# [100%]
install them
root@winapsd2:/home/winvest> rpm -ivh libgcc-8-1.aix7.2.ppc.rpm
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:libgcc-1:8-1 ################################# [100%]
root@winapsd2:/home/winvest> rpm -ivh bzip2-1.0.8-2.aix6.1.ppc.rpm
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:bzip2-1.0.8-2 ################################# [100%]
root@winapsd2:/home/winvest> rpm -ivh zip-3.0-4.aix6.1.ppc.rpm
Verifying... ################################# [100%]
Preparing... ################################# [100%]
Updating / installing...
1:zip-3.0-4 ################################# [100%]
root@winapsd2:/home/winvest> ls -l /opt/freeware/bin/zip
-rwxr-xr-x 1 root system 243733 Nov 29 2019 /opt/freeware/bin/zip
Verify
root@winapsd2:/home/winvest> zip -v
Copyright (c) 1990-2008 Info-ZIP - Type 'zip "-L"' for software license.
This is Zip 3.0 (July 5th 2008), by Info-ZIP.
Currently maintained by E. Gordon. Please send bug reports to
the authors using the web page at www.info-zip.org; see README for details.
Latest sources and executables are at ftp://ftp.info-zip.org/pub/infozip,
as of above date; see http://www.info-zip.org/ for other sites.
Compiled with gcc 6.3.0 for Unix (IBM AIX) on Nov 28 2019.
Zip special compilation options:
USE_EF_UT_TIME (store Universal Time)
BZIP2_SUPPORT (bzip2 library version 1.0.8, 13-Jul-2019)
bzip2 code and library copyright (c) Julian R Seward
(See the bzip2 license for terms of use)
SYMLINK_SUPPORT (symbolic links supported)
LARGE_FILE_SUPPORT (can read and write large files on file system)
ZIP64_SUPPORT (use Zip64 to store large files in archives)
UNICODE_SUPPORT (store and read UTF-8 Unicode paths)
STORE_UNIX_UIDs_GIDs (store UID/GID sizes/values using new extra field)
UIDGID_NOT_16BIT (old Unix 16-bit UID/GID extra field not used)
[encryption, version 2.91 of 05 Jan 2007] (modified for Zip 3)
Encryption notice:
The encryption code of this program is not copyrighted and is
put in the public domain. It was originally written in Europe
and, to the best of our knowledge, can be freely distributed
in both source and object forms from any country, including
the USA under License Exception TSU of the U.S. Export
Administration Regulations (section 740.13(e)) of 6 June 2002.
Zip environment options:
ZIP: [none]
ZIPOPT: [none]
