w3m is both a pager and a text-mode WWW browser. It can be used as a replacement for the BLFS TUI WWW browsers with support for images and other tags and divs.
Download (HTTP): https://git.sr.ht/~rkta/w3m/archive/v0.5.5.tar.gz
gdk-pixbuf, GPM, imlib2, m17n-1.8.6, and Xorg Libraries
Install w3m by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc && make
Now, as the root user:
make install &&
install -vDm644 doc/{HISTORY,READ*,keymap.*,menu.*,*.html} \
-t /usr/share/doc/w3m-0.5.5
--sysconfdir=/etc: This
option puts the configuration files in /etc.