Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2023
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. :~# apt install --reinstall docker.io=20.10.12-0ubuntu2~18.04.1
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. [...]
  6. Need to get 0 B/31.8 MB of archives.
  7. After this operation, 8,033 kB of additional disk space will be used.
  8. Preconfiguring packages ...
  9. (Reading database ... 165543 files and directories currently installed.)
  10. Preparing to unpack .../docker.io_20.10.12-0ubuntu2~18.04.1_amd64.deb ...
  11. The aufs storage-driver is no longer supported.
  12. Please ensure that none of your containers are
  13. using the aufs storage driver, remove the directory
  14. /var/lib/docker/aufs and try again.
  15. dpkg: error processing archive /var/cache/apt/archives/docker.io_20.10.12-0ubuntu2~18.04.1_amd64.deb (--unpack):
  16. new docker.io package pre-installation script subprocess returned error exit status 1
  17. Errors were encountered while processing:
  18. /var/cache/apt/archives/docker.io_20.10.12-0ubuntu2~18.04.1_amd64.deb
  19. E: Sub-process /usr/bin/dpkg/ returned an error code (1)
  20.  
  21. :~# apt upgrade docker.io
  22. Reading package lists... Done
  23. Building dependency tree
  24. Reading state information... Done
  25. You might want to run 'apt --fix-broken install' to correct these.
  26. The following packages have unmet dependencies:
  27. containerd: Breaks: docker.io (< 19.03.13-0ubuntu4) but 18.09.7-0ubuntu1~16.04.7 is installed
  28. 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