I execute certbot -v and nothing happens
Did you install Certbot using snap?
Does anything happen if you restart snapd and then try again?
sudo systemctl restart snapd
Nothing happens
[image]
Does certbot --version
work now? Or it still hangs?
no effect
I see.
I thought you meant the command hangs, but you meant that it produces no output at all.
Which instructions did you use to install Certbot?
What's the output of:
snap list
which certbot
/usr/sbin/certbot
is not a path used by any Certbot package, to the best of my knowledge.
Try remove it and hopefully the snap version of Certbot will run instead:
mv /usr/sbin/certbot /usr/sbin/certbot.bak
certbot --version
Does certbot need to be uninstalled and reinstalled?
Thanks i have solved it
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.