Advertisement
Guest User

Untitled

a guest
Nov 15th, 2024
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. root@testbox:~# time dnf4 install ./libreoffice-writer-24.8.3.1-2.fc41.x86_64.rpm -y
  2. Last metadata expiration check: 0:09:25 ago on Fri 15 Nov 2024 11:59:04 AM EST.
  3. Dependencies resolved.
  4. ==============================================================================================================
  5. Package Architecture Version Repository Size
  6. ==============================================================================================================
  7. Installing:
  8. libreoffice-writer x86_64 1:24.8.3.1-2.fc41 @commandline 3.9 M
  9.  
  10. Transaction Summary
  11. ==============================================================================================================
  12. Install 1 Package
  13.  
  14. Total size: 3.9 M
  15. Installed size: 12 M
  16. Downloading Packages:
  17. Running transaction check
  18. Transaction check succeeded.
  19. Running transaction test
  20. Transaction test succeeded.
  21. Running transaction
  22. Preparing : 1/1
  23. Installing : libreoffice-writer-1:24.8.3.1-2.fc41.x86_64 1/1
  24. Running scriptlet: libreoffice-writer-1:24.8.3.1-2.fc41.x86_64 1/1
  25. warning: posix.fork(): .fork(), .exec(), .wait() and .redirect2null() are deprecated, use rpm.spawn() or rpm.execute() instead
  26. warning: posix.wait(): .fork(), .exec(), .wait() and .redirect2null() are deprecated, use rpm.spawn() or rpm.execute() instead
  27. warning: posix.exec(): .fork(), .exec(), .wait() and .redirect2null() are deprecated, use rpm.spawn() or rpm.execute() instead
  28.  
  29. Installed:
  30. libreoffice-writer-1:24.8.3.1-2.fc41.x86_64
  31.  
  32. Complete!
  33.  
  34. real 0m3.143s
  35. user 0m1.704s
  36. sys 0m0.443s
  37.  
  38.  
  39.  
  40.  
  41. --------
  42.  
  43.  
  44.  
  45.  
  46. root@testbox:~# time dnf install ./libreoffice-writer-24.8.3.1-2.fc41.x86_64.rpm -y
  47. Updating and loading repositories:
  48. Repositories loaded.
  49. Package Arch Version Repository Size
  50. Installing:
  51. libreoffice-writer x86_64 1:24.8.3.1-2.fc41 @commandline 12.1 MiB
  52.  
  53. Transaction Summary:
  54. Installing: 1 package
  55.  
  56. Total size of inbound packages is 4 MiB. Need to download 0 B.
  57. After this operation, 12 MiB extra will be used (install 12 MiB, remove 0 B).
  58.  
  59. Running transaction
  60. [1/3] Verify package files 100% | 76.0 B/s | 1.0 B | 00m00s
  61. [2/3] Prepare transaction 100% | 2.0 B/s | 1.0 B | 00m00s
  62. [3/3] Installing libreoffice-writer-1:24.8.3.1-2 100% [==================] | 180.5 MiB/s | 12.1 MiB | -00m00s
  63. >>> Running trigger-install scriptlet: glibc-common-0:2.40-3.fc41.x86_64warning: posix.fork(): .fork(), .exec(), .wait() and .redirect2null() are deprecated, use rpm.spawn() or rpm.execute() instead
  64. warning: posix.wait(): .fork(), .exec(), .wait() and .redirect2null() are deprecated, use rpm.spawn() or rpm.execute() instead
  65. warning: posix.exec(): .fork(), .exec(), .wait() and .redirect2null() are deprecated, use rpm.spawn() or rpm.e[3/3] Installing libreoffice-writer-1:24.8.3.1-2.fc41.x86_64 100% | 28.2 MiB/s | 12.1 MiB | 00m00s
  66. Warning: skipped PGP checks for 1 package from repository: @commandline
  67. Complete!
  68.  
  69. real 0m2.985s
  70. user 0m1.618s
  71. sys 0m0.446s
  72.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement