mitch1
1
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
rg305
3
Try with just apt instead of apt-get.
[if you haven’t already upgraded to 18.04]
jsha
4
@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
jsha
6
Thanks for the clarification, @mnordhoff! Looks like I was misinformed. 
system
Closed
7
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.