Install LAMP :Linux, Apache, MySQL(Mariadb), PHP 7.3 On CentOS 7
The Following tutorial is about installing LAMP on CENTOS 7 Do the update and upgrade to latest version: rprasad@localhost:~$ cat /etc/redhat-release CentOS Linux release 7.5.1804 (Core) rprasad@localhost:~$ sudo yum clean all [sudo] password for rprasad: Loaded plugins: fastestmirror Cleaning repos: base epel extras mongodb-org-4.0 remi-php73 remi-safe updates Cleaning up everything Maybe you want: rm -rf /var/cache/yum, to also free up space taken by orphaned d ata from disabled or removed repos Cleaning up list of fastest mirrors rprasad@localhost:~$ sudo yum update Loaded plugins: fastestmi...