Kubuntu cannot find libssl1.0.0

Asked by Vincenzo Vitagliano

Hi!
I'm a newbie.
I have a quadcore 64 bit PC and I upgraded to Kubuntu 12.04 about one week ago via Internet.
It took about 3 hours to complete the installation, but no problem! I went to sleep in the meantime!

The problem is that now there are several upgrades to perform (56), but when the app starts it stops and says:

E: Internal Error, No file name for libssl1.0.0

And it's impossible to me to go on in the upgrading..

However the system works very well and until now I don't have noticed if there's some application failing.

I tried also to delete the libraries with this name, to renew them, but the system doesn't let me to make it.

Can somebody help me?

Thank you very much!

Enzo

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu apt Edit question
Assignee:
No assignee Edit question
Solved by:
pitre
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

If you run:

sudo apt-get update; sudo apt-get upgrade; sudo apt-get dist-upgrade

Thanks

Revision history for this message
Best pitre (pitrew) said :
#2

libssl1.0.0 is missing try to install:

wget http://launchpadlibrarian.net/102991621/libssl1.0.0_1.0.0e-2ubuntu4.5_i386.deb
sudo dpkg -i libssl1.0.0_1.0.0e-2ubuntu4.5_i386.deb

and then run:

sudo apt-get update; sudo apt-get -f upgrade

Thanks

Revision history for this message
Vincenzo Vitagliano (progpromoter59) said :
#3

Thanks pitre, that solved my question.