I'm trying to install lynx on an AWS Redhat machine using the following:
[ec2-user@ip-XX-XX-XX-XX ~]$ sudo yum install lynx
Loaded plugins: amazon-id, rhui-lb
rhui-REGION-client-config-server-7 | 2.9 kB 00:00
rhui-REGION-rhel-server-releases | 3.7 kB 00:00
rhui-REGION-rhel-server-rh-common | 3.8 kB 00:00
rhui-REGION-rhel-server-releases/7Server/x86_64/primary_db | 14 MB 00:00
rhui-REGION-rhel-server-releases/7Server/x86_64/updateinfo | 639 kB 00:00
No package lynx available.
Error: Nothing to do
My question is: How to install lynx on an AWS redhat machine that can't find the package?
You have a few choices; each with their pros, cons and sub choices:
You need to enable the optional channels. On AWS this is done in a different way:
[As I mentioned in a comment a few years ago...]
elinks
is much better at rendering modern HTML thanlynx
. Look at how good frames and tables look:These steps worked for me on RHEL 7.6 in AWS: