Installation of leafnode Install leafnode by running the following commands: groupadd news useradd -g news news ./configure --localstatedir=/var --prefix=/usr \ --sysconfdir=/etc/news --with-lockfile=/var/lock/fetchnews.lck && make && make install && ldconfig && make update