I tried to install docker update following docker documentation on my machine but the installation didn't workout so I tried to uninstall it completely from apt. after suffering I broke dpkg and apt packages using different command lines removing the repostorins with rm
. and now when I try $ sudo apt-get update & sudo apt-get dist-upgrade
my terminal stucks with this snippet below. I tried every online solutions as possible as I can but nothing worked. I tried to reconfigure dpkg with sudo dpkg --configure -a
but after this lineSetting up docker-ce (5:19.03.8~3-0~ubuntu-eoan) ...
the terminal
doesn't responses even Crtl+ C
is not killing the process.
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libblkid1:i386 libcom-err2:i386 libdb5.3:i386 libgcrypt20:i386
libgpg-error0:i386 liblz4-1:i386 libmount1:i386 libncurses6:i386
libpcre2-8-0:i386 libpcre3:i386 libselinux1:i386 libsystemd0:i386
libtinfo6:i386 libudev1:i386 libuuid1:i386 libzstd1:i386
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 1670 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up docker-ce (5:19.03.8~3-0~ubuntu-eoan) ...