How to restore Virtualmin repos to get latest packages updates

Running several webservers on Ubuntu Linux 18.04.5 and need to get Virtualmin GPL upgraded to > 6.14 due to the LetsEncrypt issue. The question is… how?

I can’t find anywhere to request an update to Virtualmin itself. I can upgrade Webmin (which is at 1.974) but nothing for Virtualmin which is stuck on 6.14.

I’ve searched for a resolution, but haven’t found what I’m looking for.

Can someone point me in the right direction please?

Thanks,
Mark

Hi,

Perhaps, you have issues with Virtualmin repos? It is easy to fix your repos by downloading install.sh script and running it with install.sh -s flag to setup repos and exit.

Later run the following command on Debain/Ubuntu to upgrade with latest packages:

apt-get upgrade

… for RHEL 8 (CentOS/Rocky/AlmaLinux) you would run:

dnf update

… and for RHEL 7 (CentOS) the command would be:

yum update
1 Like

Thanks for the pointers! All sorted now. :+1: :+1:

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