How to upgrade certbot (installed using snap) on Ubuntu 20.04?

Thanks Osiris for your comment, but I used these commands to install certbot

  1. Install / Verify “snapd” instalation.

sudo snap install core; sudo snap refresh core

  1. Delete any “certbot” installation on server

sudo apt-get remove certbot

  1. Fresh install of certbot

sudo snap install –classic certbot

  1. Testing that certbot can be executed

sudo ln -s /snap/bin/certbot /usr/bin/certbot

And as you say, it suppose snaps keeps certbot updated but it is not working. I am running this on AWS EC2 instance Ubuntu 20.04.

1 Like