I'm trying to upgrade certbot on my Ubuntu 14 server. I understand that Ubuntu 14's EOL has passed, but I'd like to upgrade certbot before I upgrade Ubuntu to meet the certbot v1 EOL June deadline.
My current certbot version is 0.19.0. I found that when running sudo apt-get update
it does not see a new version for certbot. When running sudo apt install --only-upgrade certbot
it says 0 packages were installed since apt-get update
did not see a new version.
Is there any way to force download a new version onto Ubuntu 14?
I do not understand why my OS will not install a new version of certbot
Additionally, I noticed one person solved this same problem but did not leave any steps for others to upgrade: