About CertBot upgrade

I am using apache and i follow below guide

and i do every step below
$ sudo apt-get update
$ sudo apt-get install software-properties-common
$ sudo add-apt-repository universe
$ sudo add-apt-repository ppa:certbot/certbot
$ sudo apt-get update
$ sudo apt-get install python-certbot-apache

and i still cannot upgrade, as the result below

python-certbot-apache is already the newest version (0.22.0-1+ubuntu17.10.1+certbot+2).

Is there step i am missing? thanks.

Ubuntu 17.10 went EOL in July, so new packages are no longer distributed for it.

You should upgrade to 18.04.

1 Like

Try with just apt instead of apt-get.

[if you haven’t already upgraded to 18.04]

@mnordhoff I think @mitch1 is using the PPA, which I think still gets updates.

@mitch1 there was a similar case over here. Try:

  sudo apt-get install certbot

They got zapped at some point. :slightly_frowning_face: The 17.10 "Packages" files are ~empty and the debs are gone.

http://ppa.launchpad.net/certbot/certbot/ubuntu/dists/artful/main/binary-amd64/
http://ppa.launchpad.net/certbot/certbot/ubuntu/pool/main/p/python-certbot/

1 Like

Thanks for the clarification, @mnordhoff! Looks like I was misinformed. :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.