Debian 9 Stretch install new gsmartcontrol from special repo
1
echo 'deb http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0/ /' > /etc/apt/sources.list.d/home:alex_sh.list
apt-get update
Ign:1 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 InRelease
Get:2 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release [988 B]
...
Get:5 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release.gpg [189 B]
...
Ign:5 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release.gpg
...
Get:10 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Packages [964 B]
Fetched 2,141 B in 5s (389 B/s)
Reading package lists... Done
W: GPG error: http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A41001039EC56A71
W: The repository 'http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release' is not signed.
...
apt-get install -t InRelease gsmartcontrol
... The value 'InRelease' is invalid ...
apt-get install -t Release gsmartcontrol
... E: The value 'Release' is invalid ...
apt-get install -t alex_sh gsmartcontrol
...E: The value 'alex_sh' is invalid...
What else to do to install gsmartcontrol from alex_sh ???
debian apt selection
add a comment |
1
echo 'deb http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0/ /' > /etc/apt/sources.list.d/home:alex_sh.list
apt-get update
Ign:1 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 InRelease
Get:2 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release [988 B]
...
Get:5 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release.gpg [189 B]
...
Ign:5 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release.gpg
...
Get:10 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Packages [964 B]
Fetched 2,141 B in 5s (389 B/s)
Reading package lists... Done
W: GPG error: http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A41001039EC56A71
W: The repository 'http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release' is not signed.
...
apt-get install -t InRelease gsmartcontrol
... The value 'InRelease' is invalid ...
apt-get install -t Release gsmartcontrol
... E: The value 'Release' is invalid ...
apt-get install -t alex_sh gsmartcontrol
...E: The value 'alex_sh' is invalid...
What else to do to install gsmartcontrol from alex_sh ???
debian apt selection
Do you get any warning inapt-get update
like "no public key available for..." ? If so you shouldn't omit this in the question. You can't only add a random repository and get it trusted by default
– A.B
Dec 26 '18 at 21:34
While it's possible, I don't intend to give an answer to use a repository that is protected neither by a gpg key nor an https transport. You should instead check how to add this key (usingapt-key add
).
– A.B
Dec 26 '18 at 22:30
add a comment |
1
1
1
echo 'deb http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0/ /' > /etc/apt/sources.list.d/home:alex_sh.list
apt-get update
Ign:1 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 InRelease
Get:2 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release [988 B]
...
Get:5 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release.gpg [189 B]
...
Ign:5 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release.gpg
...
Get:10 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Packages [964 B]
Fetched 2,141 B in 5s (389 B/s)
Reading package lists... Done
W: GPG error: http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A41001039EC56A71
W: The repository 'http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release' is not signed.
...
apt-get install -t InRelease gsmartcontrol
... The value 'InRelease' is invalid ...
apt-get install -t Release gsmartcontrol
... E: The value 'Release' is invalid ...
apt-get install -t alex_sh gsmartcontrol
...E: The value 'alex_sh' is invalid...
What else to do to install gsmartcontrol from alex_sh ???
debian apt selection
echo 'deb http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0/ /' > /etc/apt/sources.list.d/home:alex_sh.list
apt-get update
Ign:1 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 InRelease
Get:2 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release [988 B]
...
Get:5 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release.gpg [189 B]
...
Ign:5 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release.gpg
...
Get:10 http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Packages [964 B]
Fetched 2,141 B in 5s (389 B/s)
Reading package lists... Done
W: GPG error: http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY A41001039EC56A71
W: The repository 'http://download.opensuse.org/repositories/home:/alex_sh/Debian_9.0 Release' is not signed.
...
apt-get install -t InRelease gsmartcontrol
... The value 'InRelease' is invalid ...
apt-get install -t Release gsmartcontrol
... E: The value 'Release' is invalid ...
apt-get install -t alex_sh gsmartcontrol
...E: The value 'alex_sh' is invalid...
What else to do to install gsmartcontrol from alex_sh ???
debian apt selection
debian apt selection
edited Dec 27 '18 at 17:52
jkl
asked Dec 23 '18 at 17:03
jkljkl
62
62
Do you get any warning inapt-get update
like "no public key available for..." ? If so you shouldn't omit this in the question. You can't only add a random repository and get it trusted by default
– A.B
Dec 26 '18 at 21:34
While it's possible, I don't intend to give an answer to use a repository that is protected neither by a gpg key nor an https transport. You should instead check how to add this key (usingapt-key add
).
– A.B
Dec 26 '18 at 22:30
add a comment |
Do you get any warning inapt-get update
like "no public key available for..." ? If so you shouldn't omit this in the question. You can't only add a random repository and get it trusted by default
– A.B
Dec 26 '18 at 21:34
While it's possible, I don't intend to give an answer to use a repository that is protected neither by a gpg key nor an https transport. You should instead check how to add this key (usingapt-key add
).
– A.B
Dec 26 '18 at 22:30
Do you get any warning in
apt-get update
like "no public key available for..." ? If so you shouldn't omit this in the question. You can't only add a random repository and get it trusted by default– A.B
Dec 26 '18 at 21:34
Do you get any warning in
apt-get update
like "no public key available for..." ? If so you shouldn't omit this in the question. You can't only add a random repository and get it trusted by default– A.B
Dec 26 '18 at 21:34
While it's possible, I don't intend to give an answer to use a repository that is protected neither by a gpg key nor an https transport. You should instead check how to add this key (using
apt-key add
).– A.B
Dec 26 '18 at 22:30
While it's possible, I don't intend to give an answer to use a repository that is protected neither by a gpg key nor an https transport. You should instead check how to add this key (using
apt-key add
).– A.B
Dec 26 '18 at 22:30
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
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
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%2fsuperuser.com%2fquestions%2f1387161%2fdebian-9-stretch-install-new-gsmartcontrol-from-special-repo%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
draft saved
draft discarded
Thanks for contributing an answer to Super User!
- 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
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%2fsuperuser.com%2fquestions%2f1387161%2fdebian-9-stretch-install-new-gsmartcontrol-from-special-repo%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
Do you get any warning in
apt-get update
like "no public key available for..." ? If so you shouldn't omit this in the question. You can't only add a random repository and get it trusted by default– A.B
Dec 26 '18 at 21:34
While it's possible, I don't intend to give an answer to use a repository that is protected neither by a gpg key nor an https transport. You should instead check how to add this key (using
apt-key add
).– A.B
Dec 26 '18 at 22:30