Installation of Fileutils Prepare Fileutils to be compiled: ./configure --prefix=/usr --bindir=/bin Continue with compiling the package: make Install the package: make install Some packages hardwire the path to the install program as /usr/bin/install. Create a symlink to account for this: ln -s ../../bin/install /usr/bin