DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Introduction to Linux - A Hands on Guide
This guide was created as an overview of the Linux Operating System, geared toward new users as an exploration tour and getting started guide, with exercises at the end of each chapter.
For more advanced trainees it can be a desktop reference, and a collection of the base knowledge needed to proceed with system and network administration. This book contains many real life examples derived from the author's experience as a Linux system and network administrator, trainer and consultant. They hope these examples will help you to get a better understanding of the Linux system and that you feel encouraged to try out things on your own.
Click Here to receive this Complete Guide absolutely free.
Hello.
I use Debian 8.6 amd64 and I like to install "libssl0.9.8" but this package not found!!!
Code:
$ sudo apt-get install libssl0.9.8
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libssl0.9.8 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'libssl0.9.8' has no installation candidate
su -
apt-get update
apt-get upgrade
apt-get install libssl
Thank you a lot and result is:
Code:
$ sudo apt-get install libssl
[sudo] password for jason:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libssl
My sources.list is:
Code:
# deb cdrom:[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25]/ jessie contrib main
# deb cdrom:[Debian GNU/Linux 8.6.0 _Jessie_ - Official amd64 DVD Binary-1 20160917-14:25]/ jessie main contrib
deb http://security.debian.org/ jessie/updates main contrib
deb-src http://security.debian.org/ jessie/updates main contrib
# jessie-updates, previously known as 'volatile'
# A network mirror was not selected during install. The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
deb http://ftp.debian.org/debian/ jessie-updates contrib main
deb-src http://ftp.debian.org/debian/ jessie-updates contrib main
##############################
# deb http://httpredir.debian.org/debian/ jessie main
# deb-src http://httpredir.debian.org/debian/ jessie main
# deb http://httpredir.debian.org/debian/ jessie-updates main
# deb-src http://httpredir.debian.org/debian/ jessie-updates main
################################
deb http://httpredir.debian.org/debian/ jessie main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie main contrib non-free
deb http://httpredir.debian.org/debian/ jessie-updates main contrib non-free
deb-src http://httpredir.debian.org/debian/ jessie-updates main contrib non-free
##################################
deb http://ftp.debian.org/debian jessie-backports main
$ apt search libssl
Sorting... Done
Full Text Search... Done
cl-plus-ssl/stable 20140826-1 all
Common Lisp interface to OpenSSL
dcmtk/stable 3.6.0-15+b1 amd64
OFFIS DICOM toolkit command line utilities
dlang-openssl/stable 1.0.0e-1 all
D version of the C headers for openssl
libdcmtk2/stable 3.6.0-15+b1 amd64
OFFIS DICOM toolkit runtime libraries
libdcmtk2-dev/stable 3.6.0-15+b1 amd64
OFFIS DICOM toolkit development libraries and headers
libssl-dev/stable 1.0.1t-1+deb8u5 amd64
Secure Sockets Layer toolkit - development files
libssl-doc/stable 1.0.1t-1+deb8u5 all
Secure Sockets Layer toolkit - development documentation
libssl-ocaml/stable 0.4.7-1 amd64
OCaml bindings for OpenSSL (runtime)
libssl-ocaml-dev/stable 0.4.7-1 amd64
OCaml bindings for OpenSSL
libssl1.0.0/stable,now 1.0.1t-1+deb8u5 amd64 [installed]
Secure Sockets Layer toolkit - shared libraries
libssl1.0.0-dbg/stable 1.0.1t-1+deb8u5 amd64
Secure Sockets Layer toolkit - debug information
r-cran-openssl/jessie-backports 0.9.2-1~bpo8+1 amd64
GNU R toolkit for encryption, signatures and certificates based on OpenSSL
As you see, It is installed but I like to install "Comodo Antivirus" and it show me an error.
I realize this post is about 6 months old but I was wondering did anyone ever find a fix for this? I am having the exact issue. When trying to install Comodo Anitvirus it specifically requires libssl0.9.8 which seems to be impossible to install.
Anyone who has any help to offer or suggestions it would be greatly appreciated.
I realize this post is about 6 months old but I was wondering did anyone ever find a fix for this? I am having the exact issue. When trying to install Comodo Anitvirus it specifically requires libssl0.9.8 which seems to be impossible to install.
Anyone who has any help to offer or suggestions it would be greatly appreciated.
This thread is actually three YEARS old. You don't say what version/distro of Linux you're using, what version of Comodo, where you got it, or how you're doing the install, but for openSUSE it doesn't ask for that package. The SSL libraries have been updated a good bit in three years.
I wanted to share so now this thread can be closed for good.
This is a **HORRIBLY BAD** idea...the package you installed is very old, and you have actually DOWNGRADED the security on your system a very good bit, ironically trying to install an anti-virus program to keep you more secure.
If you installed the latest version of Comodo, it would use the latest libraries.
This thread is actually three YEARS old. You don't say what version/distro of Linux you're using, what version of Comodo, where you got it, or how you're doing the install, but for openSUSE it doesn't ask for that package. The SSL libraries have been updated a good bit in three years.
------------
1) You correct and I apologize, I was working with 5 different forums at the time trying to find the answer and had thought I included that information. LINUX Mint Tina, 64bit Intel system
2) Three years old: again, I was just trying to post to too many forums at once, that was supposed to read over 6 months old. It has always been my experience that any forum posts over 6 months old are normally considered dead, complete, finished...thus my remark. Was obviously trying to do too much at once. =)
However, I did find an answer for the issue that worked great for me, so I shared what I found right away for others.
------------
1) You correct and I apologize, I was working with 5 different forums at the time trying to find the answer and had thought I included that information. LINUX Mint Tina, 64bit Intel system
2) Three years old: again, I was just trying to post to too many forums at once, that was supposed to read over 6 months old. It has always been my experience that any forum posts over 6 months old are normally considered dead, complete, finished...thus my remark. Was obviously trying to do too much at once. =)
However, I did find an answer for the issue that worked great for me, so I shared what I found right away for others.
Understand and that's great...but your solution has made your system *MORE* insecure. Asked what version of Comodo you were installing and where you got it too, since a new version of that package won't ask for a VERY old SSL implementation.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.