Changes between Version 1 and Version 2 of RpmInstall


Ignore:
Timestamp:
Jul 31, 2013, 9:47:09 AM (11 years ago)
Author:
Yuri Dario
Comment:

How to solve conflict between unix and os2 tools.

Legend:

Unmodified
Added
Removed
Modified
  • RpmInstall

    v1 v2  
    11= RPM installation instructions =
     2[[PageOutline]]
    23
    34 1. Download http://rpm.netlabs.org/bootstrap/rpm-yum-bootstrap-1_3.wpi.
     
    1718After installation, please read the [http://svn.netlabs.org/rpm/wiki/RpmHowToEndUsers RPM How-To for End Users] that describes the basics of YUM and RPM which you need to know in order to install and remove software distributed as RPM packages.
    1819
     20= Conflicting OS/2-Unix tools =
     21A set of unix tools coming from findutils and coreutils packages are conflicting with native OS/2 tools. The conflicting binaries are the following ones
     22* date, dir, find, hostid, sort
     23By default, these binaries are now installed into '''/@unixroot/usr/libexec/bin''' directory to avoid conflicts with OS/2 native tools.
     24If you want to use the unix tools as default tools, just install the '''os2-base-unixtools-path''' rpm package with:
     25
     26{{{
     27yum install os2-base-unixtools-path
     28}}}
     29
     30and reboot. This will add %UNIXROOT%\usr\libexec\bin directory in front of your PATH setting in CONFIG.SYS.