Installing Coreutils-&coreutils-version; &buildtime; &coreutils-time-tools; &diskspace; &coreutils-compsize-tools; Official download location for Coreutils (&coreutils-version;): And for the Coreutils Posixver Patch: &aa-coreutils-dep;    Installation of Coreutils Coreutils has an issue when compiled against Glibc-&glibc-version;. Without the patch below, some of the Coreutils utilities (head, tail, sort etc) will reject their traditional syntax which has been in use for approximately 30 years. The old syntax is so pervasive that compatibility must be preserved until the many places where it is used can be updated. More details are provided in the comments inside the patch itself. Use of this patch is by no means compulsory but opting not to use it means you'll have deal with the consequences yourself, i.e. patch the many software packages that use the old syntax. Apply the patch: patch -Np1 -i ../&coreutils-posixver-patch; Now prepare Coreutils for compilation: ./configure --prefix=/tools Compile the package: make As discussed earlier, we don't recommend running the test suites for the temporary tools here in this chapter. If you still want to run the Coreutils test suite anyway, the following command will do so: make RUN_EXPENSIVE_TESTS=yes check The meaning of the make parameter: RUN_EXPENSIVE_TESTS=yes: This tells the test suite to run several additional tests that are considered relatively expensive on some platforms. However, they are generally not a problem on Linux. And install the package: make install    The details on this package are found in .