Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. root@test-deploy:~# dpkg -i /tmp/packagename-6.5.deb
  2. Selecting previously unselected package packagename.
  3. (Reading database ... 41282 files and directories currently installed.)
  4. Preparing to unpack /tmp/packagename-6.5.deb ...
  5. Unpacking packagename (6.5-1) ...
  6. Setting up packagename (6.5-1) ...
  7.  
  8. root@test-deploy:~# apt install /tmp/packagename-6.5.deb
  9. Reading package lists... Done
  10. Building dependency tree
  11. Reading state information... Done
  12. Note, selecting 'packagename' instead of '/tmp/packagename-6.5.deb'
  13. The following NEW packages will be installed:
  14. packagename
  15. 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  16. Need to get 0 B/381 MB of archives.
  17. After this operation, 0 B of additional disk space will be used.
  18. Get:1 /tmp/packagename-6.5.deb packagename amd64 6.5-1 [381 MB]
  19. Preconfiguring packages ...
  20. Selecting previously unselected package packagename.
  21. (Reading database ... 41282 files and directories currently installed.)
  22. Preparing to unpack /tmp/packagename-6.5.deb ...
  23. Unpacking packagename (6.5-1) ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement