# dnf module reset php
# dnf module install php:remi-8.2
# php -v
[php install](https://www.robkalmeijer.nl/techniek/computer/servers/http/apache/php.html)
Can I use this by changing 8.2 in 8.3 or 8.4
Switch to or enable a module stream, change versions of installed packages to versions provided by the new stream, and remove packages from the old stream that are no longer available.
If you have PHP 8.0 installed as a stream of module php, then switch to php:remi-8.4
basically uninstall the packages from the 8.0 stream and (re)installs the 8.4 versions (if they exists).
Two different repos can offer streams for same module, but nothing can naturally enforce that both repos follow same conventions for package names, etc.