Lynx command on Linux (browser in terminal)
The lynx command on Linux is a text-mode web browser.
It is generally not installed by default in distributions, and can be installed using the standard package manager:
$ apt-get install lynx
Or
$ yum install lynx
Once installed, simply execute it by entering the URL as a parameter.
Lynx in the Terminal |
This way, you can check a local page in an extremely simple browser (and one that doesn’t use cache), whether it’s a cache problem or not.
Learn much more about Linux in our online course. You can register here. If you already have an account, or want to create one, just log in or create your user here.
Did you like it?
Share