V
V
vetsinen2018-04-13 19:16:52
ubuntu
vetsinen, 2018-04-13 19:16:52

How to fix installer freeze in ubuntu?

Good afternoon, I tried to install sendmail in linux mint, the installation somehow slowed down in one place and now the installation of another software seems to be blocked. I tried to put myself icedtea - the message
"dpkg was interrupted, you must manually run 'sudo dpkg --configure -a' to correct the problem" was displayed and after running this command everything again hung on the sendmail installation
5ad0d7d8ba33c822547293.png
is there any way to fix this problem ?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
D
Dim Boy, 2018-04-13
@twix007

my set from the notepad helps me in such situations.
Remove package cache: sudo apt-get clean
Remove orphaned packages: sudo apt-get autoremove
Update package list: sudo apt-get update
Fix dependencies: sudo apt-get -f
install install --reinstall packagename
Try 'apt-get -f install' without a package name (or find another solution).

S
Spheniscus, 2018-04-13
@Spheniscus

And how long did you try to wait until completion?
Judging by the screenshot, an ssl certificate is being generated for sendmail, and as an option, entropy (garbage in the system for randomization) may not be enough.
Alternatively, you can try to run the command cat /dev/urandom in a nearby console and see what people write on request "sendmail installation hangs on ssl generation"

P
pfg21, 2018-04-13
@pfg21

alternatively, the key generator collects entropy from the user.
but usually a message like "please press arbitrary keys" is displayed and the data accumulation indicator runs.
Another option is to go inside the deb package and look at the installation scripts...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question