User Tools

Site Tools


other:elinks_terminal_web_browser

This is an old revision of the document!


Terminal Web Browsing with ELinks

Installation

In Debian and many distributions you can simply install it with your package manager:

sudo apt install elinks

You can also build it from source by downloading it from http://elinks.or.cz/ and build it using your typical C build process of configure and make.

wget http://elinks.or.cz/download/elinks-0.11.7.tar.gz
tar xzf elinks-0.11.7.tar.gz
cd elinks
./configure --help | less
# Add whatever options you want. if you use all of these options
# you might also need to `sudo apt install ruby-dev python3-dev`
./configure --enable-gopher --enable-smb --enable-256-colors \
  --enable-html-highlighting --with-python --with-ruby --with-x
make
sudo make install
other/elinks_terminal_web_browser.1617334840.txt.gz · Last modified: 2021/04/02 03:40 by nanodano