# check for updates sudo yum update -y sudo dnf update -y # install python3 sudo dnf install python3 -y # install console web browser sudo yum --enablerepo=powertools install elinks -y