Advertisement
nick0

apt install -f

May 31st, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. root@omvper210:~# apt install -f
  2. Reading package lists... Done
  3. Building dependency tree... Done
  4. Reading state information... Done
  5. The following additional packages will be installed:
  6. docker-ce-cli
  7. Recommended packages:
  8. docker-buildx-plugin docker-compose-plugin
  9. The following packages will be upgraded:
  10. docker-ce-cli
  11. 1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
  12. 1 not fully installed or removed.
  13. Need to get 13.3 MB of archives.
  14. After this operation, 36.5 MB of additional disk space will be used.
  15. Do you want to continue? [Y/n]
  16. Get:1 https://download.docker.com/linux/debian bullseye/stable amd64 docker-ce-cli amd64 5:24.0.2-1~debian.11~bullseye [13.3 MB]
  17. Fetched 13.3 MB in 12s (1,140 kB/s)
  18. (Reading database ... 41548 files and directories currently installed.)
  19. Preparing to unpack .../docker-ce-cli_5%3a24.0.2-1~debian.11~bullseye_amd64.deb
  20. ...
  21. Unpacking docker-ce-cli (5:24.0.2-1~debian.11~bullseye) over (5:24.0.2-1~debian.
  22. 11~bullseye) ...
  23. Setting up docker-ce-cli (5:24.0.2-1~debian.11~bullseye) ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement