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;
I tried to install Octave using the following commands:
sudo add-apt-repository ppa:octave/stable
sudo apt update
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
add a comment
|
I tried to install Octave using the following commands:
sudo add-apt-repository ppa:octave/stable
sudo apt update
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
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
add a comment
|
I tried to install Octave using the following commands:
sudo add-apt-repository ppa:octave/stable
sudo apt update
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
I tried to install Octave using the following commands:
sudo add-apt-repository ppa:octave/stable
sudo apt update
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
apt ppa repository octave
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
add a comment
|
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
add a comment
|
1 Answer
1
active
oldest
votes
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 :)
add a comment
|
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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 :)
add a comment
|
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 :)
add a comment
|
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 :)
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 :)
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
add a comment
|
add a comment
|
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
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