certbot version updgrade not implemented












2















I want to update certbot to cope with following topic:
How to stop using TLS-SNI-01 with Certbot



Before updgrade: certbot --version returns: certbot 0.26.1



As instructed in How to stop using TLS-SNI-01 with Certbot, I want to update to a version above 0.28.



I've looked how to upgrade on ubuntu I've executed:



apt-get install –only-upgrade python-certbot-apache



It returns:



Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libapache2-mod-php7.0 php7.0-cli php7.0-common php7.0-json php7.0-opcache
php7.0-readline python-acme python-augeas python-certbot python-cffi-backend
python-chardet python-configargparse python-configobj python-cryptography
python-dialog python-dnspython python-enum34 python-funcsigs python-idna
python-ipaddress python-mock python-ndg-httpsclient python-openssl
python-parsedatetime python-pbr python-pyasn1 python-requests python-rfc3339
python-six python-tz python-urllib3 python-zope.component python-zope.event
python-zope.hookable python-zope.interface
Use 'sudo apt autoremove' to remove them.
The following packages will be upgraded:
python-certbot-apache
1 upgraded, 0 newly installed, 0 to remove and 270 not upgraded.
Need to get 3872 B of archives.
After this operation, 3072 B of additional disk space will be used.
Get:1 http://ppa.launchpad.net/certbot/certbot/ubuntu xenial/main amd64 python-certbot-apache all 0.28.0-1+ubuntu16.04.1+certbot+3 [3872 B]
Fetched 3872 B in 0s (28.3 kB/s)
(Reading database ... 38437 files and directories currently installed.)
Preparing to unpack .../python-certbot-apache_0.28.0-1+ubuntu16.04.1+certbot+3_all.deb ...
Unpacking python-certbot-apache (0.28.0-1+ubuntu16.04.1+certbot+3) over (0.25.0-2+ubuntu16.04.1+certbot+1) ...
Setting up python-certbot-apache (0.28.0-1+ubuntu16.04.1+certbot+3) ...


So it looks like the update was successful.



Also when I do certbot --version it still returns: certbot 0.26.1










share|improve this question

























  • You have 270 not upgraded packages, is it possible there are some dependencies. If you need to keep the current version of some package use sudo apt-mark hold package-name and upgrade the rest. On my server certbot was upgraded without any issues.

    – pa4080
    Jan 19 at 9:39








  • 1





    Thanks for the clue @pa4080, I've updated packages python3-certbot and python3-certbot-apache. certbot --version returns certbot 0.28.0 now. Please post your answer, so I can mark it as resolved.

    – nyluje
    Jan 19 at 10:06
















2















I want to update certbot to cope with following topic:
How to stop using TLS-SNI-01 with Certbot



Before updgrade: certbot --version returns: certbot 0.26.1



As instructed in How to stop using TLS-SNI-01 with Certbot, I want to update to a version above 0.28.



I've looked how to upgrade on ubuntu I've executed:



apt-get install –only-upgrade python-certbot-apache



It returns:



Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libapache2-mod-php7.0 php7.0-cli php7.0-common php7.0-json php7.0-opcache
php7.0-readline python-acme python-augeas python-certbot python-cffi-backend
python-chardet python-configargparse python-configobj python-cryptography
python-dialog python-dnspython python-enum34 python-funcsigs python-idna
python-ipaddress python-mock python-ndg-httpsclient python-openssl
python-parsedatetime python-pbr python-pyasn1 python-requests python-rfc3339
python-six python-tz python-urllib3 python-zope.component python-zope.event
python-zope.hookable python-zope.interface
Use 'sudo apt autoremove' to remove them.
The following packages will be upgraded:
python-certbot-apache
1 upgraded, 0 newly installed, 0 to remove and 270 not upgraded.
Need to get 3872 B of archives.
After this operation, 3072 B of additional disk space will be used.
Get:1 http://ppa.launchpad.net/certbot/certbot/ubuntu xenial/main amd64 python-certbot-apache all 0.28.0-1+ubuntu16.04.1+certbot+3 [3872 B]
Fetched 3872 B in 0s (28.3 kB/s)
(Reading database ... 38437 files and directories currently installed.)
Preparing to unpack .../python-certbot-apache_0.28.0-1+ubuntu16.04.1+certbot+3_all.deb ...
Unpacking python-certbot-apache (0.28.0-1+ubuntu16.04.1+certbot+3) over (0.25.0-2+ubuntu16.04.1+certbot+1) ...
Setting up python-certbot-apache (0.28.0-1+ubuntu16.04.1+certbot+3) ...


So it looks like the update was successful.



Also when I do certbot --version it still returns: certbot 0.26.1










share|improve this question

























  • You have 270 not upgraded packages, is it possible there are some dependencies. If you need to keep the current version of some package use sudo apt-mark hold package-name and upgrade the rest. On my server certbot was upgraded without any issues.

    – pa4080
    Jan 19 at 9:39








  • 1





    Thanks for the clue @pa4080, I've updated packages python3-certbot and python3-certbot-apache. certbot --version returns certbot 0.28.0 now. Please post your answer, so I can mark it as resolved.

    – nyluje
    Jan 19 at 10:06














2












2








2








I want to update certbot to cope with following topic:
How to stop using TLS-SNI-01 with Certbot



Before updgrade: certbot --version returns: certbot 0.26.1



As instructed in How to stop using TLS-SNI-01 with Certbot, I want to update to a version above 0.28.



I've looked how to upgrade on ubuntu I've executed:



apt-get install –only-upgrade python-certbot-apache



It returns:



Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libapache2-mod-php7.0 php7.0-cli php7.0-common php7.0-json php7.0-opcache
php7.0-readline python-acme python-augeas python-certbot python-cffi-backend
python-chardet python-configargparse python-configobj python-cryptography
python-dialog python-dnspython python-enum34 python-funcsigs python-idna
python-ipaddress python-mock python-ndg-httpsclient python-openssl
python-parsedatetime python-pbr python-pyasn1 python-requests python-rfc3339
python-six python-tz python-urllib3 python-zope.component python-zope.event
python-zope.hookable python-zope.interface
Use 'sudo apt autoremove' to remove them.
The following packages will be upgraded:
python-certbot-apache
1 upgraded, 0 newly installed, 0 to remove and 270 not upgraded.
Need to get 3872 B of archives.
After this operation, 3072 B of additional disk space will be used.
Get:1 http://ppa.launchpad.net/certbot/certbot/ubuntu xenial/main amd64 python-certbot-apache all 0.28.0-1+ubuntu16.04.1+certbot+3 [3872 B]
Fetched 3872 B in 0s (28.3 kB/s)
(Reading database ... 38437 files and directories currently installed.)
Preparing to unpack .../python-certbot-apache_0.28.0-1+ubuntu16.04.1+certbot+3_all.deb ...
Unpacking python-certbot-apache (0.28.0-1+ubuntu16.04.1+certbot+3) over (0.25.0-2+ubuntu16.04.1+certbot+1) ...
Setting up python-certbot-apache (0.28.0-1+ubuntu16.04.1+certbot+3) ...


So it looks like the update was successful.



Also when I do certbot --version it still returns: certbot 0.26.1










share|improve this question
















I want to update certbot to cope with following topic:
How to stop using TLS-SNI-01 with Certbot



Before updgrade: certbot --version returns: certbot 0.26.1



As instructed in How to stop using TLS-SNI-01 with Certbot, I want to update to a version above 0.28.



I've looked how to upgrade on ubuntu I've executed:



apt-get install –only-upgrade python-certbot-apache



It returns:



Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libapache2-mod-php7.0 php7.0-cli php7.0-common php7.0-json php7.0-opcache
php7.0-readline python-acme python-augeas python-certbot python-cffi-backend
python-chardet python-configargparse python-configobj python-cryptography
python-dialog python-dnspython python-enum34 python-funcsigs python-idna
python-ipaddress python-mock python-ndg-httpsclient python-openssl
python-parsedatetime python-pbr python-pyasn1 python-requests python-rfc3339
python-six python-tz python-urllib3 python-zope.component python-zope.event
python-zope.hookable python-zope.interface
Use 'sudo apt autoremove' to remove them.
The following packages will be upgraded:
python-certbot-apache
1 upgraded, 0 newly installed, 0 to remove and 270 not upgraded.
Need to get 3872 B of archives.
After this operation, 3072 B of additional disk space will be used.
Get:1 http://ppa.launchpad.net/certbot/certbot/ubuntu xenial/main amd64 python-certbot-apache all 0.28.0-1+ubuntu16.04.1+certbot+3 [3872 B]
Fetched 3872 B in 0s (28.3 kB/s)
(Reading database ... 38437 files and directories currently installed.)
Preparing to unpack .../python-certbot-apache_0.28.0-1+ubuntu16.04.1+certbot+3_all.deb ...
Unpacking python-certbot-apache (0.28.0-1+ubuntu16.04.1+certbot+3) over (0.25.0-2+ubuntu16.04.1+certbot+1) ...
Setting up python-certbot-apache (0.28.0-1+ubuntu16.04.1+certbot+3) ...


So it looks like the update was successful.



Also when I do certbot --version it still returns: certbot 0.26.1







16.04 apt updates letsencrypt






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Jan 19 at 9:29









pa4080

13.9k52564




13.9k52564










asked Jan 19 at 9:19









nylujenyluje

1641110




1641110













  • You have 270 not upgraded packages, is it possible there are some dependencies. If you need to keep the current version of some package use sudo apt-mark hold package-name and upgrade the rest. On my server certbot was upgraded without any issues.

    – pa4080
    Jan 19 at 9:39








  • 1





    Thanks for the clue @pa4080, I've updated packages python3-certbot and python3-certbot-apache. certbot --version returns certbot 0.28.0 now. Please post your answer, so I can mark it as resolved.

    – nyluje
    Jan 19 at 10:06



















  • You have 270 not upgraded packages, is it possible there are some dependencies. If you need to keep the current version of some package use sudo apt-mark hold package-name and upgrade the rest. On my server certbot was upgraded without any issues.

    – pa4080
    Jan 19 at 9:39








  • 1





    Thanks for the clue @pa4080, I've updated packages python3-certbot and python3-certbot-apache. certbot --version returns certbot 0.28.0 now. Please post your answer, so I can mark it as resolved.

    – nyluje
    Jan 19 at 10:06

















You have 270 not upgraded packages, is it possible there are some dependencies. If you need to keep the current version of some package use sudo apt-mark hold package-name and upgrade the rest. On my server certbot was upgraded without any issues.

– pa4080
Jan 19 at 9:39







You have 270 not upgraded packages, is it possible there are some dependencies. If you need to keep the current version of some package use sudo apt-mark hold package-name and upgrade the rest. On my server certbot was upgraded without any issues.

– pa4080
Jan 19 at 9:39






1




1





Thanks for the clue @pa4080, I've updated packages python3-certbot and python3-certbot-apache. certbot --version returns certbot 0.28.0 now. Please post your answer, so I can mark it as resolved.

– nyluje
Jan 19 at 10:06





Thanks for the clue @pa4080, I've updated packages python3-certbot and python3-certbot-apache. certbot --version returns certbot 0.28.0 now. Please post your answer, so I can mark it as resolved.

– nyluje
Jan 19 at 10:06










1 Answer
1






active

oldest

votes


















3














You have 270 not upgraded packages, it is possible there are some dependencies. If you need to keep the current version of some package use sudo apt-mark hold package-name and upgrade the rest. Or find the dependencies that should be upgraded.



On my server certbot was upgraded without any issues, when I've used just sudo apt upgrade.





Based on the OP's report, the concrete answer of the question is both packages python3-certbot and python3-certbot-apache must be upgraded.






share|improve this answer

























    Your Answer








    StackExchange.ready(function() {
    var channelOptions = {
    tags: "".split(" "),
    id: "89"
    };
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function() {
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled) {
    StackExchange.using("snippets", function() {
    createEditor();
    });
    }
    else {
    createEditor();
    }
    });

    function createEditor() {
    StackExchange.prepareEditor({
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: true,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    bindNavPrevention: true,
    postfix: "",
    imageUploader: {
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    },
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111085%2fcertbot-version-updgrade-not-implemented%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    3














    You have 270 not upgraded packages, it is possible there are some dependencies. If you need to keep the current version of some package use sudo apt-mark hold package-name and upgrade the rest. Or find the dependencies that should be upgraded.



    On my server certbot was upgraded without any issues, when I've used just sudo apt upgrade.





    Based on the OP's report, the concrete answer of the question is both packages python3-certbot and python3-certbot-apache must be upgraded.






    share|improve this answer






























      3














      You have 270 not upgraded packages, it is possible there are some dependencies. If you need to keep the current version of some package use sudo apt-mark hold package-name and upgrade the rest. Or find the dependencies that should be upgraded.



      On my server certbot was upgraded without any issues, when I've used just sudo apt upgrade.





      Based on the OP's report, the concrete answer of the question is both packages python3-certbot and python3-certbot-apache must be upgraded.






      share|improve this answer




























        3












        3








        3







        You have 270 not upgraded packages, it is possible there are some dependencies. If you need to keep the current version of some package use sudo apt-mark hold package-name and upgrade the rest. Or find the dependencies that should be upgraded.



        On my server certbot was upgraded without any issues, when I've used just sudo apt upgrade.





        Based on the OP's report, the concrete answer of the question is both packages python3-certbot and python3-certbot-apache must be upgraded.






        share|improve this answer















        You have 270 not upgraded packages, it is possible there are some dependencies. If you need to keep the current version of some package use sudo apt-mark hold package-name and upgrade the rest. Or find the dependencies that should be upgraded.



        On my server certbot was upgraded without any issues, when I've used just sudo apt upgrade.





        Based on the OP's report, the concrete answer of the question is both packages python3-certbot and python3-certbot-apache must be upgraded.







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Jan 19 at 17:20

























        answered Jan 19 at 10:14









        pa4080pa4080

        13.9k52564




        13.9k52564






























            draft saved

            draft discarded




















































            Thanks for contributing an answer to Ask Ubuntu!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid



            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.


            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1111085%2fcertbot-version-updgrade-not-implemented%23new-answer', 'question_page');
            }
            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How did Captain America manage to do this?

            迪纳利

            南乌拉尔铁路局