elinks

A text based browser similar to lynx. More information: <http://elinks.or.cz>.

Install

All systems
curl cmd.cat/elinks.sh
Debian Debian
apt-get install elinks
Ubuntu
apt-get install elinks
Alpine
apk add elinks
Arch Arch Linux
pacman -S elinks
image/svg+xml Kali Linux
apt-get install elinks
CentOS
yum install elinks
Fedora
dnf install elinks
Windows (WSL2)
sudo apt-get update sudo apt-get install elinks
OS X
brew install elinks
Raspbian
apt-get install elinks
Docker
docker run cmd.cat/elinks elinks powered by Commando

A text based browser similar to lynx. More information: <http://elinks.or.cz>.

  • Start ELinks:
    elinks
  • Quit elinks:
    <Ctrl> + C
  • Dump output of webpage to console, colorizing the text with ANSI control codes:
    elinks -dump -dump-color-mode 1 url

© tl;dr; authors and contributors