-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package libssl1.0.0 is not installed. #48
Comments
Having the same problem with libssl1.0.0 library, ubuntu has dropped package since 18.04 missing library reference $ sudo dpkg -i lmc_1.2.37_x86_64_min.deb
Seleccionando el paquete lmc previamente no seleccionado.
(Leyendo la base de datos ... 367375 ficheros o directorios instalados actualmente.)
Preparando para desempaquetar lmc_1.2.37_x86_64_min.deb ...
Desempaquetando lmc (1.2.37) ...
dpkg: problemas de dependencias impiden la configuración de lmc:
lmc depende de libssl1.0.0; sin embargo:
El paquete `libssl1.0.0:amd64' no está instalado.
dpkg: error al procesar el paquete lmc (--install):
problemas de dependencias - se deja sin configurar
Procesando disparadores para bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu2) ...
Rebuilding /usr/share/applications/bamf-2.index...
Procesando disparadores para gnome-menus (3.36.0-1ubuntu1) ...
Procesando disparadores para desktop-file-utils (0.24-1ubuntu3) ...
Procesando disparadores para mime-support (3.64ubuntu1) ...
Procesando disparadores para hicolor-icon-theme (0.17-2) ...
Se encontraron errores al procesar:
lmc
$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 20.04.1 LTS
Release: 20.04
Codename: focal |
Dependency problem on pop os as well :/
Looks like only libssl1.1 is available, could it be possible to make it depend on 1.1 instead?
### After a lot of digging i found a solution that works on ubuntu 20.04 and dists built on the same version like pop os. Add this repo: deb http://security.ubuntu.com/ubuntu bionic-security main
Add the key for the repo Then update and cache policy With a little luck now you should be able to instal libssl1.0 If every thing when fine you can now install lmc_1.2.37_x86_64_min.deb with your package manager or |
This solution worked thanks! However completely agree that this should be upgraded to libssl1.1 -- libssl1.0 gave me a lot of warning about being deprecated. |
`sudo dpkg -i lmc_1.2.37_x86_64_min.deb
Selecting previously unselected package lmc.
(Reading database ... 305150 files and directories currently installed.)
Preparing to unpack lmc_1.2.37_x86_64_min.deb ...
Unpacking lmc (1.2.37) ...
dpkg: dependency problems prevent configuration of lmc:
lmc depends on libssl1.0.0; however:
Package libssl1.0.0 is not installed.
dpkg: error processing package lmc (--install):
dependency problems - leaving unconfigured
Processing triggers for desktop-file-utils (0.24-1ubuntu3) ...
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for menu (2.1.47ubuntu4) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
lmc
`
cat /etc/os-release
NAME="Windowsfx"
VERSION="10 LTS (helloa)"
ID=windowsfx
ID_LIKE=debian
PRETTY_NAME="Windowsfx 10"
VERSION_ID="10"
HOME_URL="https://www.windowsfx.org/"
SUPPORT_URL="https://www.windowsfx.org/"
BUG_REPORT_URL="https://www.windowsfx.org"
PRIVACY_POLICY_URL="https://www.windowsfx.org/"
VERSION_CODENAME=focal
UBUNTU_CODENAME=focal
The text was updated successfully, but these errors were encountered: