Installing Findutils-&findutils-version; The Findutils package contains programs to find files. The finding is done either by doing a live recursive search through a directory tree, or by consulting a previously set up database. &buildtime; &findutils-time; &diskspace; &findutils-compsize; &aa-findutils-down; &aa-findutils-dep;    Installation of Findutils Prepare Findutils for compilation: ./configure --prefix=/usr --libexecdir=/usr/lib/locate The default location for the locate database is /usr/var. To make the location of this database FHS-compliant, add --localstatedir=/var/lib/misc to the above configure options. Compile the package: make This package has a test suite available which can perform a number of checks to ensure it built correctly. Should you choose to run it, the following command will do so: make check And install the package: make install &aa-findutils-shortdesc; &aa-findutils-desc;