Power

 View Only
  • 1.  Can not install unzip on AIX 7.2

    Posted Wed November 29, 2023 05:04 PM

    Hi

    I have download from AIX toolbox the unzip utility and when i try to install on the system with rpm -ivh command the command completed successfully but the new installed program (unzip) is not available


    thanks
    George



    ------------------------------
    George Antoniadis
    ------------------------------


  • 2.  RE: Can not install unzip on AIX 7.2

    Posted Thu November 30, 2023 03:22 AM

    Hello,

    more information would be nice... it's like reading a crystal ball. if you want help, please provide more information.

    How do you call up the program ? 

    Show : >>

    ls -ld /opt/freeware/bin/un*   # found any files ?

    If Yes : Sample:

    which unzip  (if not found no path is set / I would set a symbolic link.)
    ln -s /opt/freeware/bin/unzip /usr/bin/unzip

    If NO : 

    rpm -qa|grep unzip

    Check RPM Install (sample):

    rpm -ql unzip-xxxxx.ppc

    ##

    If any other errors exist (filesystem full / etc. ) ?

    #>errpt 

    Tomas



    ------------------------------
    Tomas Michal
    ------------------------------



  • 3.  RE: Can not install unzip on AIX 7.2

    Posted Thu November 30, 2023 04:23 AM

    Hi Thomas

    nothing found in /opt/freeware/bin also I search all the filesystems and nothing found, no errors in errpt. Any other idea?

    George 



    ------------------------------
    George Antoniadis
    ------------------------------



  • 4.  RE: Can not install unzip on AIX 7.2

    Posted Thu November 30, 2023 04:35 AM

    Node1 /tmp/gr#rpm -ivh unzip-6.0-3.src.rpm
    Updating / installing...
       1:unzip-6.0-3                      ################################# [100%]
    but nothing real occurs  



    ------------------------------
    George Antoniadis
    ------------------------------



  • 5.  RE: Can not install unzip on AIX 7.2
    Best Answer

    Posted Thu November 30, 2023 04:44 AM

    HI,

    you have the wrong paket install... src = source....

    Correctly :

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



    ------------------------------
    Tomas Michal
    ------------------------------



  • 6.  RE: Can not install unzip on AIX 7.2

    Posted Thu November 30, 2023 07:13 AM

    Thank you Thomas



    ------------------------------
    George Antoniadis
    ------------------------------