Frequently Asked Question
Installing PHP Versions
Last Updated 10 days ago
sudo dnf install php83-php-{cli,fpm,pdo,curl,gd,mysqlnd,zip,intl,xml,mbstring,opcache,imap,bcmath,imagick,xmlrpc,readline,memcached,redis,apcu,dom,memcache,pecl-xdebug,pecl-redis,pecl-pcov,pecl-imagick,pecl-apcu}
Here we find the versions of php, and install all the modules.
To remove simply:
sudo dnf remove php83-php*