Upgrade PHP version 7.4 to 8.0 on Ubuntu
[ad_1] To upgrade PHP 7.4 to version 8.0 on Ubuntu apache, start a terminal window and type the sudo apt install php8.0 command to install the new PHP version and type sudo a2enmod php8.0 command to enable the PHP 8.0 version and disable the older version using sudo a2dismod php7.4 command on ubuntu system. Here … Read more