I am searching for a command line browser, to use in a terminal on a system without GUI. I know of several in other linux distributions (lynx, elinks, links) but a 'dnf search' didn't yield anything useful. I would like to use a packaged solution, without having to resort to building from source. Does anybody have any suggestions?
In RHEL 8 ? Enable the CodeReady repo and install one of the available browsers :
[root@servera ~]# subscription-manager repos --enable=codeready-builder-for-rhel-8-x86_64-rpms
Repository 'codeready-builder-for-rhel-8-x86_64-rpms' is enabled for this system.
[root@servera ~]# yum install lynx
Installing:
lynx x86_64 2.8.9-2.el8 codeready-builder-for-rhel-8-x86_64-rpms 1.6 M
In RHEL 8 ? Enable the CodeReady repo and install one of the available browsers :
[root@servera ~]# subscription-manager repos --enable=codeready-builder-for-rhel-8-x86_64-rpms
Repository 'codeready-builder-for-rhel-8-x86_64-rpms' is enabled for this system.
[root@servera ~]# yum install lynx
Installing:
lynx x86_64 2.8.9-2.el8 codeready-builder-for-rhel-8-x86_64-rpms 1.6 M
```
elinks
```
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.