Installation of Coreutils Prepare Coreutils to be compiled: ./configure --prefix=/tools Compile the package: make Test the results thoroughly: make RUN_EXPENSIVE_TESTS=yes check And install the package: make install