Advertisement
teknoraver

dpkg cow

Oct 21st, 2024 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. ---------------------------------[Stock]---------------------------------
  2. root@matteo-cow:~# dpkg -l dpkg
  3. Desired=Unknown/Install/Remove/Purge/Hold
  4. | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  5. |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  6. ||/ Name Version Architecture Description
  7. +++-==============-===============-============-=================================
  8. ii dpkg 1.22.6ubuntu6.1 amd64 Debian package management system
  9.  
  10. root@matteo-cow:~# time apt -y install 0ad-data
  11. Reading package lists... Done
  12. Building dependency tree... Done
  13. Reading state information... Done
  14. Suggested packages:
  15. 0ad
  16. The following NEW packages will be installed:
  17. 0ad-data
  18. 0 upgraded, 1 newly installed, 0 to remove and 1470 not upgraded.
  19. Need to get 0 B/1.377 MB of archives.
  20. After this operation, 3.296 MB of additional disk space will be used.
  21. Selecting previously unselected package 0ad-data.
  22. (Reading database ... 219695 files and directories currently installed.)
  23. Preparing to unpack .../0ad-data_0.0.26-1_all.deb ...
  24. Unpacking 0ad-data (0.0.26-1) ...
  25. Setting up 0ad-data (0.0.26-1) ...
  26.  
  27. real 1m7,102s
  28. user 1m19,637s
  29. sys 0m5,657s
  30.  
  31. ---------------------------------[CoW]---------------------------------
  32. root@matteo-cow:~# dpkg -l dpkg
  33. Desired=Unknown/Install/Remove/Purge/Hold
  34. | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
  35. |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
  36. ||/ Name Version Architecture Description
  37. +++-==============-=============-============-=================================
  38. ii dpkg 1.22.6cow amd64 Debian package management system
  39.  
  40. root@matteo-cow:~# time apt -y install 0ad-data
  41. Reading package lists... Done
  42. Building dependency tree... Done
  43. Reading state information... Done
  44. Suggested packages:
  45. 0ad
  46. The following NEW packages will be installed:
  47. 0ad-data
  48. 0 upgraded, 1 newly installed, 0 to remove and 1470 not upgraded.
  49. Need to get 0 B/3.296 MB of archives.
  50. After this operation, 3.296 MB of additional disk space will be used.
  51. Selecting previously unselected package 0ad-data.
  52. (Reading database ... 219735 files and directories currently installed.)
  53. Preparing to unpack .../0ad-data_0.0.26-1_all.deb ...
  54. Unpacking 0ad-data (0.0.26-1) ...
  55. Setting up 0ad-data (0.0.26-1) ...
  56.  
  57. real 0m11,924s
  58. user 0m3,065s
  59. sys 0m1,005s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement