How to install libssl on Debian 8?2019 Community Moderator ElectionHow to sort updates based on release date on debian testing?How do I install libgnomeprint in Debian testing?How to find out which package of libc6 I need?How to setup ATI/Intel dual graphics-card driver in DebianHow to get Debian codename without lsb-releaseHow to install Realtek RTL8723BE wireless driver on debian?status_of_proc does not find the processDebian: “update-command-not-found” IOError: Not a gzipped fileDebian Stretch - how to install hamachi (unsatisfied dependency lsb-core)Debian Disk Manager Problem
Sort with assumptions
Exposing a company lying about themselves in a tightly knit industry (videogames) : Is my career at risk on the long run?
What's the meaning of "what it means for something to be something"?
Strange behavior in TikZ draw command
How can a new country break out from a developed country without war?
Why would five hundred and five same as one?
Offset in split text content
Put the phone down / Put down the phone
Did I make a mistake by ccing email to boss to others?
When is the exact date for EOL of Ubuntu 14.04 LTS?
Why does the frost depth increase when the surface temperature warms up?
Friend wants my recommendation but I don't want to give it to him
Make a Bowl of Alphabet Soup
Could a welfare state co-exist with mega corporations?
Why is "la Gestapo" feminine?
Taking the numerator and the denominator
How would a solely written language work mechanically
Is there any common country to visit for persons holding UK and Schengen visas?
Do native speakers use "ultima" and "proxima" frequently in spoken English?
Travelling in US for more than 90 days
How to test the sharpness of a knife?
How do you justify more code being written by following clean code practices?
Derivative of an interpolated function
Is there a distance limit for minecart tracks?
How to install libssl on Debian 8?
2019 Community Moderator ElectionHow to sort updates based on release date on debian testing?How do I install libgnomeprint in Debian testing?How to find out which package of libc6 I need?How to setup ATI/Intel dual graphics-card driver in DebianHow to get Debian codename without lsb-releaseHow to install Realtek RTL8723BE wireless driver on debian?status_of_proc does not find the processDebian: “update-command-not-found” IOError: Not a gzipped fileDebian Stretch - how to install hamachi (unsatisfied dependency lsb-core)Debian Disk Manager Problem
# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 8.5 (jessie)
Release: 8.5
Codename: jessie
I am installing a software which requires libssl1.1.
How / Where can I find this package for debian jessie 8.5?
debian
add a comment |
# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 8.5 (jessie)
Release: 8.5
Codename: jessie
I am installing a software which requires libssl1.1.
How / Where can I find this package for debian jessie 8.5?
debian
add a comment |
# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 8.5 (jessie)
Release: 8.5
Codename: jessie
I am installing a software which requires libssl1.1.
How / Where can I find this package for debian jessie 8.5?
debian
# lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 8.5 (jessie)
Release: 8.5
Codename: jessie
I am installing a software which requires libssl1.1.
How / Where can I find this package for debian jessie 8.5?
debian
debian
edited 1 hour ago
Paradox
161111
161111
asked 14 hours ago
realteborealtebo
1286
1286
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
On Debian 8, you can install the Debian 9 libssl1.1 package:
wget http://deb.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.0j-1~deb9u1_amd64.deb
sudo dpkg -i libssl1.1_1.1.0j-1~deb9u1_amd64.deb
Note that you will have to keep an eye on eventual security updates manually, or configure repositories with pinning to automatically pull libssl1.1 from Debian 9 while avoiding a full-blown upgrade to Debian 9.
New contributor
PrograMed IP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Sostretchis debian 9 ? So he can just download the.debfile from the links down there.
– PrograMed IP
13 hours ago
Yeah, I edited my answer so it won't cause any problem for him.
– PrograMed IP
13 hours ago
1
Since you’d come up with the gist of it, I took the liberty of re-writing your answer rather than adding my own, I hope you don’t mind (feel free to revert if you do).
– Stephen Kitt
13 hours ago
Ok no problem @StephenKitt
– PrograMed IP
13 hours ago
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
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: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
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
);
);
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%2funix.stackexchange.com%2fquestions%2f507129%2fhow-to-install-libssl-on-debian-8%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
On Debian 8, you can install the Debian 9 libssl1.1 package:
wget http://deb.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.0j-1~deb9u1_amd64.deb
sudo dpkg -i libssl1.1_1.1.0j-1~deb9u1_amd64.deb
Note that you will have to keep an eye on eventual security updates manually, or configure repositories with pinning to automatically pull libssl1.1 from Debian 9 while avoiding a full-blown upgrade to Debian 9.
New contributor
PrograMed IP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Sostretchis debian 9 ? So he can just download the.debfile from the links down there.
– PrograMed IP
13 hours ago
Yeah, I edited my answer so it won't cause any problem for him.
– PrograMed IP
13 hours ago
1
Since you’d come up with the gist of it, I took the liberty of re-writing your answer rather than adding my own, I hope you don’t mind (feel free to revert if you do).
– Stephen Kitt
13 hours ago
Ok no problem @StephenKitt
– PrograMed IP
13 hours ago
add a comment |
On Debian 8, you can install the Debian 9 libssl1.1 package:
wget http://deb.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.0j-1~deb9u1_amd64.deb
sudo dpkg -i libssl1.1_1.1.0j-1~deb9u1_amd64.deb
Note that you will have to keep an eye on eventual security updates manually, or configure repositories with pinning to automatically pull libssl1.1 from Debian 9 while avoiding a full-blown upgrade to Debian 9.
New contributor
PrograMed IP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Sostretchis debian 9 ? So he can just download the.debfile from the links down there.
– PrograMed IP
13 hours ago
Yeah, I edited my answer so it won't cause any problem for him.
– PrograMed IP
13 hours ago
1
Since you’d come up with the gist of it, I took the liberty of re-writing your answer rather than adding my own, I hope you don’t mind (feel free to revert if you do).
– Stephen Kitt
13 hours ago
Ok no problem @StephenKitt
– PrograMed IP
13 hours ago
add a comment |
On Debian 8, you can install the Debian 9 libssl1.1 package:
wget http://deb.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.0j-1~deb9u1_amd64.deb
sudo dpkg -i libssl1.1_1.1.0j-1~deb9u1_amd64.deb
Note that you will have to keep an eye on eventual security updates manually, or configure repositories with pinning to automatically pull libssl1.1 from Debian 9 while avoiding a full-blown upgrade to Debian 9.
New contributor
PrograMed IP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
On Debian 8, you can install the Debian 9 libssl1.1 package:
wget http://deb.debian.org/debian/pool/main/o/openssl/libssl1.1_1.1.0j-1~deb9u1_amd64.deb
sudo dpkg -i libssl1.1_1.1.0j-1~deb9u1_amd64.deb
Note that you will have to keep an eye on eventual security updates manually, or configure repositories with pinning to automatically pull libssl1.1 from Debian 9 while avoiding a full-blown upgrade to Debian 9.
New contributor
PrograMed IP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 13 hours ago
Stephen Kitt
176k24402479
176k24402479
New contributor
PrograMed IP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 14 hours ago
PrograMed IPPrograMed IP
212
212
New contributor
PrograMed IP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
PrograMed IP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
PrograMed IP is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Sostretchis debian 9 ? So he can just download the.debfile from the links down there.
– PrograMed IP
13 hours ago
Yeah, I edited my answer so it won't cause any problem for him.
– PrograMed IP
13 hours ago
1
Since you’d come up with the gist of it, I took the liberty of re-writing your answer rather than adding my own, I hope you don’t mind (feel free to revert if you do).
– Stephen Kitt
13 hours ago
Ok no problem @StephenKitt
– PrograMed IP
13 hours ago
add a comment |
Sostretchis debian 9 ? So he can just download the.debfile from the links down there.
– PrograMed IP
13 hours ago
Yeah, I edited my answer so it won't cause any problem for him.
– PrograMed IP
13 hours ago
1
Since you’d come up with the gist of it, I took the liberty of re-writing your answer rather than adding my own, I hope you don’t mind (feel free to revert if you do).
– Stephen Kitt
13 hours ago
Ok no problem @StephenKitt
– PrograMed IP
13 hours ago
So
stretch is debian 9 ? So he can just download the .deb file from the links down there.– PrograMed IP
13 hours ago
So
stretch is debian 9 ? So he can just download the .deb file from the links down there.– PrograMed IP
13 hours ago
Yeah, I edited my answer so it won't cause any problem for him.
– PrograMed IP
13 hours ago
Yeah, I edited my answer so it won't cause any problem for him.
– PrograMed IP
13 hours ago
1
1
Since you’d come up with the gist of it, I took the liberty of re-writing your answer rather than adding my own, I hope you don’t mind (feel free to revert if you do).
– Stephen Kitt
13 hours ago
Since you’d come up with the gist of it, I took the liberty of re-writing your answer rather than adding my own, I hope you don’t mind (feel free to revert if you do).
– Stephen Kitt
13 hours ago
Ok no problem @StephenKitt
– PrograMed IP
13 hours ago
Ok no problem @StephenKitt
– PrograMed IP
13 hours ago
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- 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%2funix.stackexchange.com%2fquestions%2f507129%2fhow-to-install-libssl-on-debian-8%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