Installation of leafnode Install leafnode by running the following commands: groupadd news useradd -g news news ./configure --prefix=/usr --sysconfdir=/etc/news && make && make install && ldconfig && make update