Need to install php extention in vertualmin

Hi we are using php 8.2, we need to install php extention please help!

What extention are you trying to install would be handy.
from the docs https://www.virtualmin.com/docs/server-components/configuring-multiple-php-versions/
you will see the extension being added in the command of the php version that is being installed, use that sort of format to install your extension.
ie dnf install php82-php-intl if you want to install the intl module

1 Like

done thank you so much!

1 Like