Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :~# apt update
- [...]
- :~# apt upgrade
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- You might want to run 'apt --fix-broken install' to correct these.
- The following packages have unmet dependencies:
- containerd : Breaks: docker.io (< 19.03.13-0ubuntu4) but 18.09.7-0ubuntu16.04.7 is installed
- E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
- :~# apt --fix-broken install
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- Correcting dependencies... Done
- The following packages were automatically installed and are no longer required:
- [...]
- Use 'apt autoremove' to remove them.
- The following additional packages will be installed:
- docker.io
- Sugested packages:
- aufs-tools debootstrap docker-doc rinse zfs-fuse | zfutils
- The following packages will be upgraded:
- docker.io
- 1 upgraded, 0 newly installed, 0 to remove and 3 not upgraded
- 1 not fully installed or removed.
- Need to get 0 B/31.8 MB of archives
- After this operation, 8,033 kB of additional disk space will be used.
- Do you want to continue? [Y/n]
- Preconfiguring packages...
- (Reading database ... 165543 files and directories currently installed.)
- Preparing to unpack .../docker.io_20.10.12-0ubuntu2~18.04.1_amd64.deb ...
- The aufs storage-driver is no longer supported.
- Please ensure that none of your containers are
- using the aufs storage driver, remove the directory
- /var/lib/docker/aufs and try again.
- dpkg: error processing archive /var/cache/apt/archives/docker.io_20.10.12-0ubuntu2~18.04.1_amd64.deb (--unpack):
- Error were encountered while processing:
- /var/cache/apt/archives/docker.io_20.10.12-0ubuntu2~18.04.1_amd64.deb
- E: Sub-process /usr/bin/dpkg/ returned an error code (1)
- :~# apt autoremove
- Reading package lists... Done
- Building dependency tree
- Reading state information... Done
- You might want to run 'apt --fix-broken install' to correct these.
- The following packages have unmet dependencies:
- containerd : Breaks: docker.io (< 19.03.13-0ubuntu4) but 18.09.7-0ubuntu16.04.7 is installed
- E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement