w3m

A text-based web browser. Supports SSL and mouse input, even over SSH. More information: <https://w3m.sourceforge.net>.

Debian Debian
RUN apt-get update && \ apt-get install -y w3m
Ubuntu
RUN apt-get update && \ apt-get install -y w3m
Alpine
RUN apk add w3m
Arch Arch Linux
RUN pacman -S --noconfirm w3m
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y w3m
CentOS
RUN yum install -y w3m
Fedora
RUN dnf install -y w3m
Raspbian
RUN apt-get update && \ apt-get install -y w3m
click the source code to copy install w3m on any operating system with command-not-found.com