# Fedora / CentOS / Etc ## Relabel ```bash touch /.autorelabel ``` ## Install PHP 8 ```bash dnf install https://rpms.remirepo.net/fedora/remi-release-38.rpm dnf module reset php dnf module install php:remi-8.2 ```