互联网服务aix 6.1依赖包unzip

AIX6.1安装unzip缺少依赖包?

aix6100安装unzip包时提示如下信息,缺少依赖包,有什么解决方案吗?
-rwxr-xr-x    1 root     system       361588 Oct 15 10:23 unzip-6.0-3.aix6.1.ppc.rpm
-rwxr-xr-x    1 root     system       224701 Oct 15 10:27 gzip-1.8-3.aix6.1.ppc.rpm

oslevel -s

6100-01-09-1015

rpm -ivh unzip-6.0-3.aix6.1.ppc.rpm

error: Failed dependencies:
        /bin/sh is needed by unzip-6.0-3.ppc
        libc.a(shr.o) is needed by unzip-6.0-3.ppc

rpm -ivh gzip-1.8-3.aix6.1.ppc.rpm

error: Failed dependencies:
        /sbin/install-info is needed by gzip-1.8-3.ppc
        /bin/sh is needed by gzip-1.8-3.ppc
        libc.a(shr.o) is needed by gzip-1.8-3.ppc

参与6

2同行回答

zwz99999zwz99999系统工程师dcits
楼上回答的很好,这个包需要单独下载,然后rpm 安装显示全部

楼上回答的很好,这个包需要单独下载,然后rpm 安装

收起
系统集成 · 2020-04-03
laogelaoge系统运维工程师重庆
rpm -ivh --nodeps unzip-6.0-3.aix6.1.ppc.rpmunzipUnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send bug reports using http://www.info-zip.org/zip-bug.html; see README for details. Usage: unzip [-Z] [-opts[modifiers]] file[.zi...显示全部

rpm -ivh --nodeps unzip-6.0-3.aix6.1.ppc.rpm

unzip

UnZip 6.00 of 20 April 2009, by Info-ZIP. Maintained by C. Spieler. Send
bug reports using http://www.info-zip.org/zip-bug.html; see README for details.

Usage: unzip [-Z] [-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir]
Default action is to extract files in list, except those in xlist, to exdir;
file[.zip] may be a wildcard. -Z => ZipInfo mode ("unzip -Z" for usage).

-p extract files to pipe, no messages -l list files (short format)
-f freshen existing files, create none -t test compressed archive data
-u update files, create if necessary -z display archive comment only
-v list verbosely/show version info -T timestamp archive to latest
-x exclude files that follow (in xlist) -d extract files into exdir
modifiers:
-n never overwrite existing files -q quiet mode (-qq => quieter)
-o overwrite files WITHOUT prompting -a auto-convert any text files
-j junk paths (do not make directories) -aa treat ALL files as text
-U use escapes for all non-ASCII Unicode -UU ignore any Unicode fields
-C match filenames case-insensitively -L make (some) names lowercase
-X restore UID/GID info -V retain VMS version numbers
-K keep setuid/setgid/tacky permissions -M pipe through "more" pager
See "unzip -hh" or unzip.txt for more help. Examples:
unzip data1 -x joe => extract all files except joe from zipfile data1.zip
unzip -p foo | more => send contents of foo.zip via pipe into program more
unzip -fo foo ReadMe => quietly replace existing ReadMe if archive file newer

收起
互联网服务 · 2019-10-15
浏览3228

提问者

laoge
系统运维工程师重庆
擅长领域: AIX服务器Unix

相关问题

问题状态

  • 发布时间:2019-10-15
  • 关注会员:2 人
  • 问题浏览:4549
  • 最近回答:2020-04-03
  • X社区推广