Versions Compared

Key

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

...

Excerpt

I usually use lynx to check website on my terminal, because  and it does not require to be on graphical environment - meaning I can see its content on terminal console. It can be installed by adding PowerTools repository in Yum.


For CentOS 8

STEP 1. vim /etc/yum.repos.d/CentOS-PowerTools.repo and set enabled=1

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