gpg key timed out error while installing GNU Octave on Ubuntu 18.04Error while installing GNU Octave packagesOctave install error when libreadline was installed to /usr/local/Having trouble installing octave packages

How to keep track of pairs of points

Pointlessly recurse down the alphabet

What is the best way to go about re-learning an instrument?

What is the difference between "cat < filename" and "cat filename"?

Why is one Starlink satellite not following the adjacent one in this image?

What makes the planets to be symmetric

How does Wall of Roots interact with +1/+1 counters?

Is my friend from Egypt with a Schengen visa allowed to visit the UK?

What is the largest piece of space debris volumetrically?

How can I speed up secure erasing of a disk?

How to indicate "photograph by"

Has the supreme court ever been asked to hear a case directly involving the president who appointed at least one of the Justices?

Are there any consequences of a Critical Failure on attack rolls?

In the Trump Impeachment process what is the legal status of notes?

Contacted by head of school regarding an issue - should I be worried?

In a world where Magic steam Engines exist what would keep people from making cars

What are the units of the product of two signals?

Can I call the airport to see if my boyfriend made it through customs?

My professor changed a take-home test to an in-class test with no notice. Can I fight the grade?

Is Local Stochastic Vol needed in order to price barrier options?

Suppose I capture encrypted data that I want to decrypt. Could I use a server farm to decrypt?

What are the benefits of multi-file programming?

Why 401k contribution as % of salary vs. fixed amount per pay check?

Select polygons with 5 or more points



gpg key timed out error while installing GNU Octave on Ubuntu 18.04


Error while installing GNU Octave packagesOctave install error when libreadline was installed to /usr/local/Having trouble installing octave packages






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









1


















I tried to install Octave using the following commands:



  1. sudo add-apt-repository ppa:octave/stable


  2. sudo apt update


  3. sudo apt-get install octave


But after running the 1st command, I get the following error:



The latest version of GNU Octave built for all supported Ubuntu releases. GNU Octave is normally distributed with Ubuntu, this PPA is for you if you have a need to use a newer version of Octave than what you can already get from your installed version of Ubuntu.

Simply follow the instructions below to add this PPA to your system and install the octave package. If it's not that easy or you encounter any errors, contact the team and let us know.

Much credit goes to the Debian Octave Group who maintain the official Debian packages that this work is derived from. Without their efforts to bring Octave packaging to such a high level of quality in Debian and Debian derivatives, this PPA would not be here.
More info: https://launchpad.net/~octave/+archive/ubuntu/stable
Press [ENTER] to continue or Ctrl-c to cancel adding it.

Error: retrieving gpg key timed out.



I'm on Ubuntu 18.04. Please help me to solve this issue.










share|improve this question

























  • Retrieving GPG keys from the SKS keyserver network is facing problems (I guess?). You'll have to retrieve the GPG key for the repo from elsewhere. (I may be wrong)

    – Mukesh Sai Kumar
    Sep 16 at 17:46











  • Suppose your guess is right, how do I retrieve the GPG key?

    – Genius
    Sep 16 at 17:50











  • Make sure you have an Internet connection and try this: sudo gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv F265CD39647D184843E5F27D4F2D377DDCB1CB6E. Then, try adding the PPA again.

    – Mukesh Sai Kumar
    Sep 16 at 17:56







  • 1





    Okay, I figured it out. The ppa for the Octave is in old version, so, I directly tried running the 3rd step : sudo apt install octave and it worked fine. By the way, thanks for the help @ Mukesh Sai Kumar

    – Genius
    Sep 16 at 18:16






  • 1





    Anytime :) You can answer your own question here to help others find a solution if they face the same problem as yours

    – Mukesh Sai Kumar
    Sep 16 at 18:18

















1


















I tried to install Octave using the following commands:



  1. sudo add-apt-repository ppa:octave/stable


  2. sudo apt update


  3. sudo apt-get install octave


But after running the 1st command, I get the following error:



The latest version of GNU Octave built for all supported Ubuntu releases. GNU Octave is normally distributed with Ubuntu, this PPA is for you if you have a need to use a newer version of Octave than what you can already get from your installed version of Ubuntu.

Simply follow the instructions below to add this PPA to your system and install the octave package. If it's not that easy or you encounter any errors, contact the team and let us know.

Much credit goes to the Debian Octave Group who maintain the official Debian packages that this work is derived from. Without their efforts to bring Octave packaging to such a high level of quality in Debian and Debian derivatives, this PPA would not be here.
More info: https://launchpad.net/~octave/+archive/ubuntu/stable
Press [ENTER] to continue or Ctrl-c to cancel adding it.

Error: retrieving gpg key timed out.



I'm on Ubuntu 18.04. Please help me to solve this issue.










share|improve this question

























  • Retrieving GPG keys from the SKS keyserver network is facing problems (I guess?). You'll have to retrieve the GPG key for the repo from elsewhere. (I may be wrong)

    – Mukesh Sai Kumar
    Sep 16 at 17:46











  • Suppose your guess is right, how do I retrieve the GPG key?

    – Genius
    Sep 16 at 17:50











  • Make sure you have an Internet connection and try this: sudo gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv F265CD39647D184843E5F27D4F2D377DDCB1CB6E. Then, try adding the PPA again.

    – Mukesh Sai Kumar
    Sep 16 at 17:56







  • 1





    Okay, I figured it out. The ppa for the Octave is in old version, so, I directly tried running the 3rd step : sudo apt install octave and it worked fine. By the way, thanks for the help @ Mukesh Sai Kumar

    – Genius
    Sep 16 at 18:16






  • 1





    Anytime :) You can answer your own question here to help others find a solution if they face the same problem as yours

    – Mukesh Sai Kumar
    Sep 16 at 18:18













1













1









1








I tried to install Octave using the following commands:



  1. sudo add-apt-repository ppa:octave/stable


  2. sudo apt update


  3. sudo apt-get install octave


But after running the 1st command, I get the following error:



The latest version of GNU Octave built for all supported Ubuntu releases. GNU Octave is normally distributed with Ubuntu, this PPA is for you if you have a need to use a newer version of Octave than what you can already get from your installed version of Ubuntu.

Simply follow the instructions below to add this PPA to your system and install the octave package. If it's not that easy or you encounter any errors, contact the team and let us know.

Much credit goes to the Debian Octave Group who maintain the official Debian packages that this work is derived from. Without their efforts to bring Octave packaging to such a high level of quality in Debian and Debian derivatives, this PPA would not be here.
More info: https://launchpad.net/~octave/+archive/ubuntu/stable
Press [ENTER] to continue or Ctrl-c to cancel adding it.

Error: retrieving gpg key timed out.



I'm on Ubuntu 18.04. Please help me to solve this issue.










share|improve this question














I tried to install Octave using the following commands:



  1. sudo add-apt-repository ppa:octave/stable


  2. sudo apt update


  3. sudo apt-get install octave


But after running the 1st command, I get the following error:



The latest version of GNU Octave built for all supported Ubuntu releases. GNU Octave is normally distributed with Ubuntu, this PPA is for you if you have a need to use a newer version of Octave than what you can already get from your installed version of Ubuntu.

Simply follow the instructions below to add this PPA to your system and install the octave package. If it's not that easy or you encounter any errors, contact the team and let us know.

Much credit goes to the Debian Octave Group who maintain the official Debian packages that this work is derived from. Without their efforts to bring Octave packaging to such a high level of quality in Debian and Debian derivatives, this PPA would not be here.
More info: https://launchpad.net/~octave/+archive/ubuntu/stable
Press [ENTER] to continue or Ctrl-c to cancel adding it.

Error: retrieving gpg key timed out.



I'm on Ubuntu 18.04. Please help me to solve this issue.







apt ppa repository octave






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Sep 16 at 17:08









GeniusGenius

811 silver badge7 bronze badges




811 silver badge7 bronze badges















  • Retrieving GPG keys from the SKS keyserver network is facing problems (I guess?). You'll have to retrieve the GPG key for the repo from elsewhere. (I may be wrong)

    – Mukesh Sai Kumar
    Sep 16 at 17:46











  • Suppose your guess is right, how do I retrieve the GPG key?

    – Genius
    Sep 16 at 17:50











  • Make sure you have an Internet connection and try this: sudo gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv F265CD39647D184843E5F27D4F2D377DDCB1CB6E. Then, try adding the PPA again.

    – Mukesh Sai Kumar
    Sep 16 at 17:56







  • 1





    Okay, I figured it out. The ppa for the Octave is in old version, so, I directly tried running the 3rd step : sudo apt install octave and it worked fine. By the way, thanks for the help @ Mukesh Sai Kumar

    – Genius
    Sep 16 at 18:16






  • 1





    Anytime :) You can answer your own question here to help others find a solution if they face the same problem as yours

    – Mukesh Sai Kumar
    Sep 16 at 18:18

















  • Retrieving GPG keys from the SKS keyserver network is facing problems (I guess?). You'll have to retrieve the GPG key for the repo from elsewhere. (I may be wrong)

    – Mukesh Sai Kumar
    Sep 16 at 17:46











  • Suppose your guess is right, how do I retrieve the GPG key?

    – Genius
    Sep 16 at 17:50











  • Make sure you have an Internet connection and try this: sudo gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv F265CD39647D184843E5F27D4F2D377DDCB1CB6E. Then, try adding the PPA again.

    – Mukesh Sai Kumar
    Sep 16 at 17:56







  • 1





    Okay, I figured it out. The ppa for the Octave is in old version, so, I directly tried running the 3rd step : sudo apt install octave and it worked fine. By the way, thanks for the help @ Mukesh Sai Kumar

    – Genius
    Sep 16 at 18:16






  • 1





    Anytime :) You can answer your own question here to help others find a solution if they face the same problem as yours

    – Mukesh Sai Kumar
    Sep 16 at 18:18
















Retrieving GPG keys from the SKS keyserver network is facing problems (I guess?). You'll have to retrieve the GPG key for the repo from elsewhere. (I may be wrong)

– Mukesh Sai Kumar
Sep 16 at 17:46





Retrieving GPG keys from the SKS keyserver network is facing problems (I guess?). You'll have to retrieve the GPG key for the repo from elsewhere. (I may be wrong)

– Mukesh Sai Kumar
Sep 16 at 17:46













Suppose your guess is right, how do I retrieve the GPG key?

– Genius
Sep 16 at 17:50





Suppose your guess is right, how do I retrieve the GPG key?

– Genius
Sep 16 at 17:50













Make sure you have an Internet connection and try this: sudo gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv F265CD39647D184843E5F27D4F2D377DDCB1CB6E. Then, try adding the PPA again.

– Mukesh Sai Kumar
Sep 16 at 17:56






Make sure you have an Internet connection and try this: sudo gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /etc/apt/secring.gpg --trustdb-name /etc/apt/trustdb.gpg --keyring /etc/apt/trusted.gpg --keyserver keyserver.ubuntu.com --recv F265CD39647D184843E5F27D4F2D377DDCB1CB6E. Then, try adding the PPA again.

– Mukesh Sai Kumar
Sep 16 at 17:56





1




1





Okay, I figured it out. The ppa for the Octave is in old version, so, I directly tried running the 3rd step : sudo apt install octave and it worked fine. By the way, thanks for the help @ Mukesh Sai Kumar

– Genius
Sep 16 at 18:16





Okay, I figured it out. The ppa for the Octave is in old version, so, I directly tried running the 3rd step : sudo apt install octave and it worked fine. By the way, thanks for the help @ Mukesh Sai Kumar

– Genius
Sep 16 at 18:16




1




1





Anytime :) You can answer your own question here to help others find a solution if they face the same problem as yours

– Mukesh Sai Kumar
Sep 16 at 18:18





Anytime :) You can answer your own question here to help others find a solution if they face the same problem as yours

– Mukesh Sai Kumar
Sep 16 at 18:18










1 Answer
1






active

oldest

votes


















1



















At almost all the places over the internet the above 3 steps are recommended to install Octave.



But the PPA of this software is for older versions of Ubuntu (16.04 LTS and 14.04 LTS). And doesn't need to be added explicitly.



Directly, run the following command in the terminal:



sudo apt install octave


It should work fine. Hope this helps :)






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/4.0/"u003ecc by-sa 4.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%2f1174574%2fgpg-key-timed-out-error-while-installing-gnu-octave-on-ubuntu-18-04%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









    1



















    At almost all the places over the internet the above 3 steps are recommended to install Octave.



    But the PPA of this software is for older versions of Ubuntu (16.04 LTS and 14.04 LTS). And doesn't need to be added explicitly.



    Directly, run the following command in the terminal:



    sudo apt install octave


    It should work fine. Hope this helps :)






    share|improve this answer
































      1



















      At almost all the places over the internet the above 3 steps are recommended to install Octave.



      But the PPA of this software is for older versions of Ubuntu (16.04 LTS and 14.04 LTS). And doesn't need to be added explicitly.



      Directly, run the following command in the terminal:



      sudo apt install octave


      It should work fine. Hope this helps :)






      share|improve this answer






























        1















        1











        1









        At almost all the places over the internet the above 3 steps are recommended to install Octave.



        But the PPA of this software is for older versions of Ubuntu (16.04 LTS and 14.04 LTS). And doesn't need to be added explicitly.



        Directly, run the following command in the terminal:



        sudo apt install octave


        It should work fine. Hope this helps :)






        share|improve this answer
















        At almost all the places over the internet the above 3 steps are recommended to install Octave.



        But the PPA of this software is for older versions of Ubuntu (16.04 LTS and 14.04 LTS). And doesn't need to be added explicitly.



        Directly, run the following command in the terminal:



        sudo apt install octave


        It should work fine. Hope this helps :)







        share|improve this answer















        share|improve this answer




        share|improve this answer








        edited Sep 16 at 18:41









        N0rbert

        35.7k10 gold badges81 silver badges167 bronze badges




        35.7k10 gold badges81 silver badges167 bronze badges










        answered Sep 16 at 18:24









        GeniusGenius

        811 silver badge7 bronze badges




        811 silver badge7 bronze badges































            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%2f1174574%2fgpg-key-timed-out-error-while-installing-gnu-octave-on-ubuntu-18-04%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

            Tamil (spriik) Luke uk diar | Nawigatjuun

            Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

            Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?