Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

STEP 2. run yum install lynx


For CentOS 7

For Centos 7

STEP 1. Enable the EPEL repository

Code Block
sudo yum -y install http://rpms.remirepo.net/enterprise/remi-release-7.rpm


STEP 2. Update the system after the installation of the EPEL repository

Code Block
sudo yum update



STEP 3. Install lynx

Code Block
sudo yum install lynx

...