I ran this command:
sudo certbot-auto --apache -d MYDOMAIN
It produced this output:
Bootstrapping dependencies for Debian-based OSes... (you can skip this with --no-bootstrap)
Hit:1 Index of /certbot/certbot/ubuntu bionic InRelease
Hit:2 Index of /ubuntu bionic InRelease
Hit:3 Index of /ubuntu bionic-security InRelease
Hit:4 Index of /ubuntu bionic-updates InRelease
Reading package lists... Done
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package python-virtualenv is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another sourceE: Package 'python-virtualenv' has no installation candidate
My web server is (include version):
Server version: Apache/2.4.29 (Ubuntu)
The operating system my web server runs on is (include version):
Distributor ID: Ubuntu
Description: Ubuntu 18.04.1 LTS
Release: 18.04
I can login to a root shell on my machine (yes or no, or I don't know):
yes
I have tried to install the python-virtualenv but can't. Any help would be great!