twan163
Cadet
Cadet
  • 2,760 Views

command line browser

Jump to solution

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?

Labels (3)
0 Kudos
1 Solution

Accepted Solutions
wojlys
Mission Specialist
Mission Specialist
  • 2,716 Views

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

View solution in original post

2 Replies
wojlys
Mission Specialist
Mission Specialist
  • 2,717 Views

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

Stephen_Adams
Flight Engineer
Flight Engineer
  • 2,232 Views

```

elinks

```

 

0 Kudos
Join the discussion
You must log in to join this conversation.