Installation of Less Prepare Less for compilation: ./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc The meaning of the configure option: --sysconfdir=/etc: This option tells the programs created by the package to look in /etc for their configuration files. Compile the package: make And install it: make install