+3 votes
in Operating Systems by (56.5k points)

I am trying to install VestaCP hosting panel on my VPS, but I am getting the following error:

E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation

My VPS is running on Ubuntu 18. How can I fix this error? 

1 Answer

+1 vote
by (348k points)
selected by
 
Best answer

gnupg is not installed on your VPS. You need to install it before installing VestaCP.

Run the following commands to install gnupg on Ubuntu.

sudo apt-get update
sudo apt-get install gnupg


...