Unable to install timeshift in ubuntu 16.04
up vote
0
down vote
favorite
I followed these steps to install timeshift:
- sudo apt-add-repository -y ppa:teejee2008/ppa
- sudo apt-get update
then get this message:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B5B116B72D0F61F0
W: The repository 'http://ppa.launchpad.net/teejee2008/ppa/ubuntu xenial InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Is timeshift safe to download and use? If so how do I go about getting it?
restore
add a comment |
up vote
0
down vote
favorite
I followed these steps to install timeshift:
- sudo apt-add-repository -y ppa:teejee2008/ppa
- sudo apt-get update
then get this message:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B5B116B72D0F61F0
W: The repository 'http://ppa.launchpad.net/teejee2008/ppa/ubuntu xenial InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Is timeshift safe to download and use? If so how do I go about getting it?
restore
"[H]ow to get timeshift" seems clearly explained at the source: github.com/teejee2008/timeshift/blob/master/README.md
– user535733
Nov 29 at 21:27
I followed these instructions but got the reported error
– MRNJON
Nov 29 at 21:33
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I followed these steps to install timeshift:
- sudo apt-add-repository -y ppa:teejee2008/ppa
- sudo apt-get update
then get this message:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B5B116B72D0F61F0
W: The repository 'http://ppa.launchpad.net/teejee2008/ppa/ubuntu xenial InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Is timeshift safe to download and use? If so how do I go about getting it?
restore
I followed these steps to install timeshift:
- sudo apt-add-repository -y ppa:teejee2008/ppa
- sudo apt-get update
then get this message:
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY B5B116B72D0F61F0
W: The repository 'http://ppa.launchpad.net/teejee2008/ppa/ubuntu xenial InRelease' is not signed.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Is timeshift safe to download and use? If so how do I go about getting it?
restore
restore
edited Nov 29 at 21:48
roadmr
26.9k56378
26.9k56378
asked Nov 29 at 21:17
MRNJON
64
64
"[H]ow to get timeshift" seems clearly explained at the source: github.com/teejee2008/timeshift/blob/master/README.md
– user535733
Nov 29 at 21:27
I followed these instructions but got the reported error
– MRNJON
Nov 29 at 21:33
add a comment |
"[H]ow to get timeshift" seems clearly explained at the source: github.com/teejee2008/timeshift/blob/master/README.md
– user535733
Nov 29 at 21:27
I followed these instructions but got the reported error
– MRNJON
Nov 29 at 21:33
"[H]ow to get timeshift" seems clearly explained at the source: github.com/teejee2008/timeshift/blob/master/README.md
– user535733
Nov 29 at 21:27
"[H]ow to get timeshift" seems clearly explained at the source: github.com/teejee2008/timeshift/blob/master/README.md
– user535733
Nov 29 at 21:27
I followed these instructions but got the reported error
– MRNJON
Nov 29 at 21:33
I followed these instructions but got the reported error
– MRNJON
Nov 29 at 21:33
add a comment |
1 Answer
1
active
oldest
votes
up vote
2
down vote
It's odd that apt-add-repository couldn't download the public key, as it is available. Does your network block port 11371? I think this is needed to fetch keys, which is what failed.
You can try adding it manually, run this command:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D0F61F0
then repeat the apt-add-repository command you tried at the beginning, and it should now work because you have the key.
If this still fails, it's likely that as I mentioned your network is blocking the needed port to fetch the keys. In that case, speak to your network administrator and try to get this situation resolved on their side.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
It's odd that apt-add-repository couldn't download the public key, as it is available. Does your network block port 11371? I think this is needed to fetch keys, which is what failed.
You can try adding it manually, run this command:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D0F61F0
then repeat the apt-add-repository command you tried at the beginning, and it should now work because you have the key.
If this still fails, it's likely that as I mentioned your network is blocking the needed port to fetch the keys. In that case, speak to your network administrator and try to get this situation resolved on their side.
add a comment |
up vote
2
down vote
It's odd that apt-add-repository couldn't download the public key, as it is available. Does your network block port 11371? I think this is needed to fetch keys, which is what failed.
You can try adding it manually, run this command:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D0F61F0
then repeat the apt-add-repository command you tried at the beginning, and it should now work because you have the key.
If this still fails, it's likely that as I mentioned your network is blocking the needed port to fetch the keys. In that case, speak to your network administrator and try to get this situation resolved on their side.
add a comment |
up vote
2
down vote
up vote
2
down vote
It's odd that apt-add-repository couldn't download the public key, as it is available. Does your network block port 11371? I think this is needed to fetch keys, which is what failed.
You can try adding it manually, run this command:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D0F61F0
then repeat the apt-add-repository command you tried at the beginning, and it should now work because you have the key.
If this still fails, it's likely that as I mentioned your network is blocking the needed port to fetch the keys. In that case, speak to your network administrator and try to get this situation resolved on their side.
It's odd that apt-add-repository couldn't download the public key, as it is available. Does your network block port 11371? I think this is needed to fetch keys, which is what failed.
You can try adding it manually, run this command:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 2D0F61F0
then repeat the apt-add-repository command you tried at the beginning, and it should now work because you have the key.
If this still fails, it's likely that as I mentioned your network is blocking the needed port to fetch the keys. In that case, speak to your network administrator and try to get this situation resolved on their side.
answered Nov 29 at 21:59
roadmr
26.9k56378
26.9k56378
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.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- 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%2f1097266%2funable-to-install-timeshift-in-ubuntu-16-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
"[H]ow to get timeshift" seems clearly explained at the source: github.com/teejee2008/timeshift/blob/master/README.md
– user535733
Nov 29 at 21:27
I followed these instructions but got the reported error
– MRNJON
Nov 29 at 21:33