Power

 View Only
  • 1.  Unable to install tmux/screen package on AIX 7.2

    Posted 12/06/24 04:18 AM

    Hi Team,

    currently facing issue in installing tmux and screen packages on AIX os version 7.2.

    Below is the output of error while installing:-

    # cd packages
    # ls -ltr
    total 3248
    -rw-r--r--    1 imsadmin staff        782891 Nov 22 09:42 tmux-3.3a-1.aix7.1.ppc.rpm
    -rw-r--r--    1 imsadmin staff        874643 Nov 22 09:42 screen-4.7.0-1.aix6.1.ppc.rpm
    # rpm -ivh tmux-3.3a-1.aix7.1.ppc.rpm
    error: Failed dependencies:
            libncurses.a(libncurses.so.6) is needed by tmux-3.3a-1.ppc
            ncurses >= 6.4 is needed by tmux-3.3a-1.ppc
    # rpm -ivh screen-4.7.0-1.aix6.1.ppc.rpm
    error: Failed dependencies:
            info is needed by screen-4.7.0-1.ppc
    #

    Please help me to resolve above.

    Thanks and Regards,

    Prem

    AIX Admin

    Thermax India Ltd.



    ------------------------------
    Prem Ranjan
    AIX Admin
    Thermax Limited
    Pune, India
    ------------------------------


  • 2.  RE: Unable to install tmux/screen package on AIX 7.2

    Posted 12/06/24 07:06 AM
    This is where package managers such as yum or dnf add their value

    It's telling you that tmux has other dependencies.
    Look in the directory you're in for those 

    ls *curses*
    If not there look where you found/downloaded tmux, most likely the dependencies will be there (maybe not literally in the same directory)

    When you have those two rpms in the same directory as tmux, then specify all 3 on the rpm command line together

    Rpm will then know which ones to use