PHP Curl missing

SYSTEM INFORMATION
OS type and version Ubuntu Linux 22.04.4
Webmin version 2.111
Usermin version 2.010
Virtualmin version 7.10.0
Theme version 21.10
Package updates All installed packages are up to date

I know (not normally in such parts)
but PHP is complaining about missing curl

I have tried
sudo apt-get install php8.1-curl
but that didn’t work

This is probably related to the virtualmin repo server being down. It is making all package operations fail on RHEL with dnf or yum as well.

You may be able to disable the virtualmin repos to install or update any packages for which they are not the source.

on RHEL, for example:

sudo yum --disablerepo="virtualmin,virtualmin-universal" info htop

Looks like it’s more complicated for Deb apt:

If you are not using the ppa to install php you shouldn’t put the version number as the ubuntu repository only contains 1 version so

apt install php-curl

Should work

1 Like

Thanks, no idea what got into my head! That was all I needed!

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.