For questions about the CLI web browser 'lynx'. While it is not as fully featured as most modern graphical browsers, it facilitates browsing the web without a GUI.
lynx is a CLI web browser. While it is not as fully featured as most modern graphical browsers, it facilitates browsing the web without a GUI.
To install it, run:
sudo apt-get install lynx
To open <URL> in lynx, run:
lynx <URL>
For example, to try viewing this page in lynx:
lynx http://askubuntu.com/tags/lynx/info
For more information see lynx on Wikipedia and man lynx.