AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
  • 1.  repodata not up to date

    Posted Mon May 22, 2017 07:56 AM

    Originally posted by: jose1711


    hello, i believe repodata of aix linux toolbox http://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ is incomplete/stale as i do see (and am able to install) midnight commander but doing

    yum list available | grep -e mc -e midnight

    gives me no relevant results (only libXdmcp).

    same goes when doing:

    zcat *xml.gz | grep '<name>' | grep mc

    in repodata directory. there may be more missing packages as yum list available | wc -l outputs 297 packages, but there's 345 directories in RPMS/ppc. thanks for checking, jose



  • 2.  Re: repodata not up to date

    Posted Tue May 23, 2017 02:36 AM

    Originally posted by: aixworker


    Hello,

    "midnight commander " is in the "mc" folder

    package name mc-4.5.54-4.aix4.3.ppc.rpm

     

    #  rpm -qip mc-4.5.54-4.aix4.3.ppc.rpm
    Name        : mc
    Version     : 4.5.54
    Release     : 4
    Architecture: ppc
    Install Date: (not installed)
    Group       : System Environment/Shells
    Size        : 4246213
    License     : GPL
    Signature   : (none)
    Source RPM  : mc-4.5.54-4.src.rpm
    Build Date  : Tue 12 Feb 2002 09:54:44 PM CET
    Build Host  : emperor.aixpclab.austin.ibm.com
    Relocations : /opt/freeware
    URL         : http://www.gnome.org/mc/
    Summary     : A user-friendly file manager and visual shell.
    Description :
    Midnight Commander is a visual shell much like a file manager, only
    with many more features.  It is a text mode application, but it also
    includes mouse support if you are running GPM. Midnight Commander's
    coolest features are its abilities to FTP, view tar and zip files, and
    to poke into RPMs for specific files.

     

    Best regards

    Joerg

     



  • 3.  Re: repodata not up to date

    Posted Tue May 23, 2017 02:56 AM

    Originally posted by: sangameshm


    We retired some of older rpm packages from the AIX Toolbox website http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html#M

    So, mostly whatever is available in the toolbox webpage is also available through the YUM.

    However we kept them with ftp server if someone still wants use the older rpm packages.. For example mc in your case.

    But not all rpm packages which are in ftp server be available through YUM.

     

    Thanks,

    Sangamesh



  • 4.  Re: repodata not up to date

    Posted Tue May 23, 2017 02:45 AM

    Originally posted by: jose1711


    Hi Juerg,

     

    sure, but I am not complaining about its presence. What happens if you - after setting up the repository - do yum search mc or yum search midnight? Will yum find it?