Advertisement
ffredrikk

Untitled

Sep 18th, 2016
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. root@6cac7b78b6f1:/# export DEBIAN_FRONTEND=noninteractive
  2.  
  3.  
  4. root@6cac7b78b6f1:/# apt-get install pyside2-tools
  5. Reading package lists... Done
  6. Building dependency tree
  7. Reading state information... Done
  8. The following NEW packages will be installed:
  9. pyside2-tools
  10. 0 upgraded, 1 newly installed, 0 to remove and 4 not upgraded.
  11. Need to get 122 kB of archives.
  12. After this operation, 548 kB of additional disk space will be used.
  13. Get:1 http://ppa.launchpad.net/thopiekar/pyside-git/ubuntu xenial/main amd64 pyside2-tools amd64 0.0.0-0~201605121616~rev98~pkg4~ubuntu16.04.1 [122 kB]
  14. Fetched 122 kB in 0s (382 kB/s)
  15. Selecting previously unselected package pyside2-tools.
  16. (Reading database ... 16765 files and directories currently installed.)
  17. Preparing to unpack .../pyside2-tools_0.0.0-0~201605121616~rev98~pkg4~ubuntu16.04.1_amd64.deb ...
  18. Unpacking pyside2-tools (0.0.0-0~201605121616~rev98~pkg4~ubuntu16.04.1) ...
  19. Setting up pyside2-tools (0.0.0-0~201605121616~rev98~pkg4~ubuntu16.04.1) ...
  20.  
  21.  
  22. root@6cac7b78b6f1:/# ls -alh /usr/lib/python2.7/dist-packages
  23. total 40K
  24. drwxr-xr-x 3 root root 4.0K Sep 18 10:18 .
  25. drwxr-xr-x 28 root root 20K Sep 18 10:16 ..
  26. drwxr-xr-x 2 root root 4.0K Sep 18 10:18 PySide2
  27. -rw-r--r-- 1 root root 119 Jul 2 19:02 README
  28. -rw-r--r-- 1 root root 5.9K Nov 10 2015 debconf.py
  29. lrwxrwxrwx 1 root root 38 Jul 6 16:29 lsb_release.py -> ../../../share/pyshared/lsb_release.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement