Saturday, November 26, 2016

macOS Sierra: Installing 3Blue1Brown Animation Engine for Explanatory Math Videos

Command:

$ git clone https://github.com/3b1b/manim.git


Result:

Cloning into 'manim'...
remote: Counting objects: 2652, done.
remote: Compressing objects: 100% (71/71), done.
remote: Total 2652 (delta 33), reused 0 (delta 0), pack-reused 2581
Receiving objects: 100% (2652/2652), 1.46 MiB | 736.00 KiB/s, done.
Resolving deltas: 100% (1976/1976), done.


Command:

$ cd manim
$ sudo pip install -r requirements.txt
Password:


Result:

The directory '/Users/USERNAME/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
The directory '/Users/USERNAME/Library/Caches/pip' or its parent directory is not owned by the current user and caching wheels has been disabled. check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Requirement already satisfied (use --upgrade to upgrade): colour==0.1.2 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 1))
Requirement already satisfied (use --upgrade to upgrade): numpy==1.11.0 in /usr/local/lib/python2.7/site-packages (from -r requirements.txt (line 2))
Collecting Pillow==3.4.2 (from -r requirements.txt (line 3))
  Downloading Pillow-3.4.2-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (3.4MB)
    100% |████████████████████████████████| 3.5MB 408kB/s
Collecting progressbar==2.3 (from -r requirements.txt (line 4))
Collecting scipy==0.17.1 (from -r requirements.txt (line 5))
  Downloading scipy-0.17.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (21.1MB)
    100% |████████████████████████████████| 21.1MB 69kB/s
Collecting tqdm==4.7.1 (from -r requirements.txt (line 6))
  Downloading tqdm-4.7.1-py2.py3-none-any.whl
Installing collected packages: Pillow, progressbar, scipy, tqdm
Successfully installed Pillow-3.4.2 progressbar-2.3 scipy-0.17.1 tqdm-4.7.1
You are using pip version 8.1.2, however version 9.0.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.


Command (After installing aggdraw):

$ python extract_scene.py -p example_scenes.py SquareToCircle


Result:

Animation 1: ShowCreationSquare: 100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [00:00<00:00, 240.61it/s]
Animation 2: TransformSquareToCircle: 100%|████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 20/20 [00:00<00:00, 233.58it/s]


Graphical result:

3Blue1Brown Animation engine running in Python


macOS Sierra: Installing aggdraw

Command:

$ git clone https://github.com/scottopell/aggdraw-64bits


Result:

Cloning into 'aggdraw-64bits'...
remote: Counting objects: 219, done.
remote: Total 219 (delta 0), reused 0 (delta 0), pack-reused 219
Receiving objects: 100% (219/219), 309.41 KiB | 387.00 KiB/s, done.
Resolving deltas: 100% (107/107), done.


Command:

$ cd aggdraw-64bits/
$ python setup.py build_ext -i


Result:

=== freetype support disabled
running build_ext
building 'aggdraw' extension
creating build
creating build/temp.macosx-10.12-x86_64-2.7
creating build/temp.macosx-10.12-x86_64-2.7/agg2
creating build/temp.macosx-10.12-x86_64-2.7/agg2/src
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c aggdraw.cxx -o build/temp.macosx-10.12-x86_64-2.7/aggdraw.o
aggdraw.cxx:1122:5: warning: delete called on 'draw_adaptor_base' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor]
    delete self->draw;
    ^
aggdraw.cxx:169:21: warning: unused variable 'FontType' [-Wunused-variable]
static PyTypeObject FontType = {
                    ^
2 warnings generated.
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_arc.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_arc.o
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_bezier_arc.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_bezier_arc.o
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_curves.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_curves.o
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_path_storage.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_path_storage.o
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_rasterizer_scanline_aa.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_rasterizer_scanline_aa.o
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_trans_affine.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_trans_affine.o
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_vcgen_contour.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_vcgen_contour.o
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_vcgen_stroke.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_vcgen_stroke.o
clang++ -bundle -undefined dynamic_lookup -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk build/temp.macosx-10.12-x86_64-2.7/aggdraw.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_arc.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_bezier_arc.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_curves.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_path_storage.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_rasterizer_scanline_aa.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_trans_affine.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_vcgen_contour.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_vcgen_stroke.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -o /Users/USERNAME/aggdraw-64bits/aggdraw.so


Command:

$ python setup.py install


Result:

=== freetype support disabled
running install
running build
running build_ext
building 'aggdraw' extension
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c aggdraw.cxx -o build/temp.macosx-10.12-x86_64-2.7/aggdraw.o
aggdraw.cxx:1122:5: warning: delete called on 'draw_adaptor_base' that is abstract but has non-virtual destructor [-Wdelete-non-virtual-dtor]
    delete self->draw;
    ^
aggdraw.cxx:169:21: warning: unused variable 'FontType' [-Wunused-variable]
static PyTypeObject FontType = {
                    ^
2 warnings generated.
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_arc.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_arc.o
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_bezier_arc.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_bezier_arc.o
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_curves.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_curves.o
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_path_storage.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_path_storage.o
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_rasterizer_scanline_aa.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_rasterizer_scanline_aa.o
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_trans_affine.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_trans_affine.o
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_vcgen_contour.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_vcgen_contour.o
clang -fno-strict-aliasing -fno-common -dynamic -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/System/Library/Frameworks/Tk.framework/Versions/8.5/Headers -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Iagg2/include -I/usr/local/include -I/usr/local/opt/openssl/include -I/usr/local/opt/sqlite/include -I/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c agg2/src/agg_vcgen_stroke.cpp -o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_vcgen_stroke.o
creating build/lib.macosx-10.12-x86_64-2.7
clang++ -bundle -undefined dynamic_lookup -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk build/temp.macosx-10.12-x86_64-2.7/aggdraw.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_arc.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_bezier_arc.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_curves.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_path_storage.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_rasterizer_scanline_aa.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_trans_affine.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_vcgen_contour.o build/temp.macosx-10.12-x86_64-2.7/agg2/src/agg_vcgen_stroke.o -L/usr/local/lib -L/usr/local/opt/openssl/lib -L/usr/local/opt/sqlite/lib -o build/lib.macosx-10.12-x86_64-2.7/aggdraw.so
running install_lib
copying build/lib.macosx-10.12-x86_64-2.7/aggdraw.so -> /usr/local/lib/python2.7/site-packages
running install_egg_info
Writing /usr/local/lib/python2.7/site-packages/aggdraw-1.1_64bits-py2.7.egg-info

Friday, November 25, 2016

Grant Sanderson: 3Blue1Brown: Who cares about topology?: Inscribed Rectangle Problem

Grant Sanderson

Ron Rivest: Numberphile: How to Check Election Results (feat. Pólya's Urn)

Ron Rivest

Ron Rivest (ロナルド・リベスト): Numberphile: Was YOUR vote counted?: Homomorphic encryption (準同型暗号)

Ron Rivest

Gordon Hamilton & Ed Pegg Jr.: Numberphile: Mondrian Puzzle

Gordon Hamilton
Ed Pegg Jr.


  • Piet Mondrian (ピエト・モンドリアン)
  • Ed Pegg Jr.

Simon Pampena: Numberphile: The Legend of Question Six

Simon Pampena





  • International Mathematical Olympiad (国際数学オリンピック)
  • Zvezdelina Stankova
  • Terence Tao (テレンス・タオ)
  • Ngô Bảo Châu (ゴ・バオ・チャウ)
  • Elon Lindenstrauss (エロン・リンデンシュトラウス)
  • Emanouil Atanassov

Clifford Stoll: Numberphile: A Hole in a Hole in a Hole

Clifford Stoll



  • Michael Spivak
  • Comprehensive Introduction to Differential Geometry
  • Hole in a hole in a hole

Wednesday, November 23, 2016

Monday, November 21, 2016

Zen: DeepZenGo Project

Nobuo Kawakami

Hideki Kato
Issei Yamamoto

Yoji Ojima




  • Nobuo Kawakami (川上量生)
  • Hideki Kato (加藤英樹)
  • Yutaka Matsuo (松尾豊)
  • Kazushige Yamamoto (山本一成)
  • Norio Wada (和田紀夫)
  • Yoji Ojima (尾島陽児)
  • Friday, November 18, 2016

    HTML5 & JavaScript: Snake (Alpha Version)

    Command:

    $ cat html5game_snake.html


    Result:

    <canvas id="gc" width="640" height="480"></canvas>
    <script>
    rh=rv=0; //Resolution horizontal and vertical
    sx=sy=1; //Snake position x and y
    gx=gy=1; //Grid x and y
    fps=60; //Frames per second
    a=0.1; //Acceleration
    v=1 //Velocity
    vx=0; //Velocity x
    vy=0; //Velocity y
    dx=0; //Distance x
    dy=0; //Distance y
    gd=10; //Grid dimension
    kc=39; //Key code
    s=0; //Score

    window.onload=function() {
    c=document.getElementById('gc');
    cc=c.getContext('2d');
    setInterval(update,1000/fps); //reflesh screen fps times a second
    window.addEventListener("keydown", function(e){
    console.log(e.keyCode);
    kc=e.keyCode;
    });
    rh=c.width/gd;
    rv=c.height/gd;
    }
    function update(){
    v+=a/fps; //Accelerate

    if(kc==37){ //left
    vx=-v;
    vy=0;
    } else if (kc==38) { //up
    vx=0;
    vy=-v;
    } else if (kc==39) { //right
    vx=v;
    vy=0;
    } else if (kc==40) { //down
    vx=0;
    vy=v;
    }

    dx=vx/fps;
    dy=vy/fps;

    s+=Math.abs(dx);
    s+=Math.abs(dy);

    sx+=dx;
    sy+=dy;

    //Snake boundary condition for x
    while(sx<0 || sx>rh){
    if(sx<0){
    sx+=rh;
    } else if(sx>rh){
    sx-=rh;
    }
    }

    //Snake boundary condition for y
    while(sy<0 || sy>rv){
    if(sy<0){
    sy+=rv;
    } else if(sy>rv){
    sy-=rv;
    }
    }

    gx=Math.round(sx);
    gy=Math.round(sy);

    if (gx < 1){
    gx=rh;
    } else if (gx>rh) {
    gx=1;
    }

    if (gy < 1){
    gy=rv;
    } else if (gy>rv) {
    gy=1;
    }

    //Finally Display
    cc.fillStyle='black';
    cc.fillRect(0,0,c.width,c.height);

    //Food
    cc.fillStyle='white';
    cc.fillRect(gd*Math.round(rh/2),gd*Math.round(rv/2),gd,gd);

    //Snake
    cc.fillStyle='white';
    cc.fillRect(gd*(gx-1),gd*(gy-1),gd,gd);
    cc.fillText(v,100,100);
    cc.fillText("score:" + Math.round(s),c.width-100,100);
    }
    </script>


    Command:

    $ open html5game_snake.html


    Result:

    HTML5 Snake Alpha

    Thursday, November 17, 2016

    Daniel Shiffman: HTML5 & JavaScript Snake Game

    Daniel Shiffman

    macOS Sierra: Opening the File Using Application in Application Folder: TextEdit

    Command:

    $ open -a TextEdit html5game_pong.html


    Graphical result:

    Opening a File with TextEdit from Terminal

    Wednesday, November 16, 2016

    macOS Sierra: HTML5 & JavaScript: Pong

    Command:

    $ cat html5game.html


    Result:

    <canvas id="gc" width="640" height="480"></canvas>
    <script>
    p1y=p2y=40; //Paddle vertical positions
    pt=10; //Paddle thickness
    ph=100; //Paddle height
    bx=by=50; //Ball position
    xv=yv=4; //Velocities
    bd=6; //Ball dimension
    score1=score2=0;
    ais=2; //AI Speed
    window.onload=function() {
    c=document.getElementById('gc');
    cc=c.getContext('2d');
    setInterval(update,1000/30); //30 times a second
    c.addEventListener('mousemove',function(e){
    p1y=e.clientY-ph/2;
    });
    }
    function reset(){
    bx=c.width/2;
    by=c.height/2;
    xv=-xv;
    yv=4;
    }
    function update(){
    bx+=xv;
    by+=yv;
    if(by<0 && yv<0)
    {
    yv=-yv;
    }
    if(by>c.height && yv>0)
    {
    yv=-yv;
    }
    if(bx<0)
    {
    if(by>p1y && by<p1y+ph){
    xv=-xv;
    dy=by-(p1y+ph/2);
    yv= dy*0.3;
    } else {
    score2++;
    reset();
    }
    }
    if(bx>c.width)
    {
    if(by>p2y && by<p2y+ph){
    xv=-xv;
    dy=by-(p2y+ph/2);
    yv= dy*0.3;
    } else {
    score1++;
    reset();
    }
    }

    if(p2y+ph/2<by){
    p2y+=ais;
    } else {
    p2y-=ais;
    }

    cc.fillStyle='black';
    cc.fillRect(0,0,c.width,c.height);
    cc.fillStyle='white';
    cc.fillRect(0,p1y,pt,ph);
    cc.fillRect(c.width-pt,p2y,pt,ph);
    cc.fillRect(bx-bd/2,by-bd/2,bd,bd);
    cc.fillText(score1,100,100);
    cc.fillText(score2,c.width-100,100);

    }
    </script>


    Command:

    $ open html5game.html


    Graphical result:

    HTML5 & JavaScript Pong


    Aigami (藍上): 作業用BGM (怪談風 ホラー系)

    Chris DeLeon: JavaScript & HTML5: Coding Pong in 5 Minutes

    Chris DeLeon

    Monday, November 14, 2016

    Nidhal Abidi: How to Make an Operating System from Scratch

    Nidhal Abidi

    Ubuntu: Dialog: Installation and Hello World

    Command:

    $ sudo apt-get install dialog


    Result:

    [sudo] password for USERNAME:
    Reading package lists... Done
    Building dependency tree      
    Reading state information... Done
    The following NEW packages will be installed:
      dialog
    0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
    Need to get 215 kB of archives.
    After this operation, 1,138 kB of additional disk space will be used.
    Get:1 http://jp.archive.ubuntu.com/ubuntu yakkety/universe amd64 dialog amd64 1.3-20160424-1 [215 kB]
    Fetched 215 kB in 0s (1,258 kB/s)
    Selecting previously unselected package dialog.
    (Reading database ... 88450 files and directories currently installed.)
    Preparing to unpack .../dialog_1.3-20160424-1_amd64.deb ...
    Unpacking dialog (1.3-20160424-1) ...
    Setting up dialog (1.3-20160424-1) ...
    Processing triggers for man-db (2.7.5-1) ...


    Command:

    $ dialog --title "Hello" --msgbox 'Hello World!' 6 20


    Graphical output:

    Bash dialog Hello World!

    Eugene Khutoryansky: Imaginary Numbers & Functions of Complex Variables

    Welch Labs: Imaginary Numbers: Part 1 (Introduction)

    Sunday, November 13, 2016

    Grimes X HANA: The AC!D Reign Chronicles

    Grimes: SCREAM ft. Aristophanes

    Grimes: World Princess Part II

    Grimes: Belly of the Beat

    Aristophanes (貍貓): As You Want

    Grimes: Art Angel (Documentary)

    Grimes: Live from a Mexico City's rooftop: Crystal Ball

    blackpenredpen: Simplification: sqrt(-300)

    Ubuntu: Installation: grub (Boot loader), gcc (Compiler), nasm (Assembler), virtualbox (Hypervisor), qemu (Hypervisor), gedit (Text editor)

    Command (Installation: Boot loader):

    $ sudo apt-get install grub


    Result:

    Reading package lists... Done
    Building dependency tree    
    Reading state information... Done
    The following additional packages will be installed:
      libc6-i386
    Suggested packages:
      grub-legacy-doc
    The following NEW packages will be installed:
      grub libc6-i386
    0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.
    Need to get 0 B/2,609 kB of archives.
    After this operation, 12.3 MB of additional disk space will be used.
    Do you want to continue? [Y/n] Y
    Preconfiguring packages ...
    Selecting previously unselected package libc6-i386.
    (Reading database ... 67977 files and directories currently installed.)
    Preparing to unpack .../0-libc6-i386_2.24-3ubuntu1_amd64.deb ...
    Unpacking libc6-i386 (2.24-3ubuntu1) ...
    Selecting previously unselected package grub.
    Preparing to unpack .../1-grub_0.97-29ubuntu69_amd64.deb ...
    Unpacking grub (0.97-29ubuntu69) ...
    Setting up libc6-i386 (2.24-3ubuntu1) ...
    Processing triggers for libc-bin (2.24-3ubuntu1) ...
    Processing triggers for man-db (2.7.5-1) ...
    Setting up grub (0.97-29ubuntu69) ...


    Command (Installation: Compiler):

    $ sudo apt-get install gcc


    Result:

    Reading package lists... Done
    Building dependency tree    
    Reading state information... Done
    Suggested packages:
      gcc-multilib flex bison gdb gcc-doc
    The following NEW packages will be installed:
      gcc
    0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
    Need to get 0 B/5,170 B of archives.
    After this operation, 45.1 kB of additional disk space will be used.
    Selecting previously unselected package gcc.
    (Reading database ... 68335 files and directories currently installed.)
    Preparing to unpack .../gcc_4%3a6.1.1-1ubuntu2_amd64.deb ...
    Unpacking gcc (4:6.1.1-1ubuntu2) ...
    Setting up gcc (4:6.1.1-1ubuntu2) ...
    Processing triggers for man-db (2.7.5-1) ...


    Command (Installation: Assembler):

    $ sudo apt-get install nasm


    Result:

    Reading package lists... Done
    Building dependency tree    
    Reading state information... Done
    The following NEW packages will be installed:
      nasm
    0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
    Need to get 1,629 kB of archives.
    After this operation, 4,882 kB of additional disk space will be used.
    Get:1 http://jp.archive.ubuntu.com/ubuntu yakkety/universe amd64 nasm amd64 2.12.01-1 [1,629 kB]
    Fetched 1,629 kB in 0s (1,865 kB/s)
    Selecting previously unselected package nasm.
    (Reading database ... 68365 files and directories currently installed.)
    Preparing to unpack .../nasm_2.12.01-1_amd64.deb ...
    Unpacking nasm (2.12.01-1) ...
    Processing triggers for install-info (6.1.0.dfsg.1-8) ...
    Setting up nasm (2.12.01-1) ...
    Processing triggers for man-db (2.7.5-1) ...


    Command (Installation: Hypervisor):

    $ sudo apt-get install virtualbox


    Result:

    Reading package lists... Done
    Building dependency tree    
    Reading state information... Done
    The following additional packages will be installed:
      dkms fontconfig fontconfig-config fonts-dejavu-core libasound2 libasound2-data libasyncns0
      libavahi-client3 libavahi-common-data libavahi-common3 libcaca0 libcups2 libdrm-amdgpu1
      libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libegl1-mesa libevdev2 libflac8 libfontconfig1 libgbm1
      libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgraphite2-3 libgsoap9 libgudev-1.0-0 libharfbuzz0b
      libice6 libinput-bin libinput10 libjpeg-turbo8 libjpeg8 libllvm3.8 libmtdev1 libogg0 libpciaccess0
      libpcre16-3 libproxy1v5 libpulse0 libpython2.7 libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5
      libqt5opengl5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libqt5x11extras5 libsdl1.2debian libsm6
      libsndfile1 libtxc-dxtn-s2tc0 libvncserver1 libvorbis0a libvorbisenc2 libvpx3 libwacom-bin
      libwacom-common libwacom2 libwayland-client0 libwayland-server0 libx11-xcb1 libxcb-dri2-0
      libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-present0 libxcb-randr0
      libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util1
      libxcb-xfixes0 libxcb-xinerama0 libxcb-xkb1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1
      libxkbcommon-x11-0 libxkbcommon0 libxmu6 libxrender1 libxshmfence1 libxt6 libxxf86vm1 mesa-utils
      qttranslations5-l10n virtualbox-dkms virtualbox-qt x11-common
    Suggested packages:
      libasound2-plugins alsa-utils cups-common pulseaudio libthai0 libqt5libqgtk2
      qt5-image-formats-plugins qtwayland5 vde2 virtualbox-guest-additions-iso
    The following NEW packages will be installed:
      dkms fontconfig fontconfig-config fonts-dejavu-core libasound2 libasound2-data libasyncns0
      libavahi-client3 libavahi-common-data libavahi-common3 libcaca0 libcups2 libdrm-amdgpu1
      libdrm-intel1 libdrm-nouveau2 libdrm-radeon1 libegl1-mesa libevdev2 libflac8 libfontconfig1 libgbm1
      libgl1-mesa-dri libgl1-mesa-glx libglapi-mesa libgraphite2-3 libgsoap9 libgudev-1.0-0 libharfbuzz0b
      libice6 libinput-bin libinput10 libjpeg-turbo8 libjpeg8 libllvm3.8 libmtdev1 libogg0 libpciaccess0
      libpcre16-3 libproxy1v5 libpulse0 libpython2.7 libqt5core5a libqt5dbus5 libqt5gui5 libqt5network5
      libqt5opengl5 libqt5printsupport5 libqt5svg5 libqt5widgets5 libqt5x11extras5 libsdl1.2debian libsm6
      libsndfile1 libtxc-dxtn-s2tc0 libvncserver1 libvorbis0a libvorbisenc2 libvpx3 libwacom-bin
      libwacom-common libwacom2 libwayland-client0 libwayland-server0 libx11-xcb1 libxcb-dri2-0
      libxcb-dri3-0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-present0 libxcb-randr0
      libxcb-render-util0 libxcb-render0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-util1
      libxcb-xfixes0 libxcb-xinerama0 libxcb-xkb1 libxcursor1 libxdamage1 libxfixes3 libxi6 libxinerama1
      libxkbcommon-x11-0 libxkbcommon0 libxmu6 libxrender1 libxshmfence1 libxt6 libxxf86vm1 mesa-utils
      qttranslations5-l10n virtualbox virtualbox-dkms virtualbox-qt x11-common
    0 upgraded, 99 newly installed, 0 to remove and 3 not upgraded.
    Need to get 0 B/55.0 MB of archives.
    After this operation, 326 MB of additional disk space will be used.
    Do you want to continue? [Y/n] Y
    Extracting templates from packages: 100%
    Selecting previously unselected package fonts-dejavu-core.
    (Reading database ... 68585 files and directories currently installed.)
    Preparing to unpack .../00-fonts-dejavu-core_2.37-1_all.deb ...
    Unpacking fonts-dejavu-core (2.37-1) ...
    Selecting previously unselected package fontconfig-config.
    Preparing to unpack .../01-fontconfig-config_2.11.94-0ubuntu2_all.deb ...
    Unpacking fontconfig-config (2.11.94-0ubuntu2) ...
    Selecting previously unselected package libfontconfig1:amd64.
    Preparing to unpack .../02-libfontconfig1_2.11.94-0ubuntu2_amd64.deb ...
    Unpacking libfontconfig1:amd64 (2.11.94-0ubuntu2) ...
    Selecting previously unselected package fontconfig.
    Preparing to unpack .../03-fontconfig_2.11.94-0ubuntu2_amd64.deb ...
    Unpacking fontconfig (2.11.94-0ubuntu2) ...
    Selecting previously unselected package x11-common.
    Preparing to unpack .../04-x11-common_1%3a7.7+13ubuntu4_all.deb ...
    Unpacking x11-common (1:7.7+13ubuntu4) ...
    Selecting previously unselected package libice6:amd64.
    Preparing to unpack .../05-libice6_2%3a1.0.9-1_amd64.deb ...
    Unpacking libice6:amd64 (2:1.0.9-1) ...
    Selecting previously unselected package libjpeg-turbo8:amd64.
    Preparing to unpack .../06-libjpeg-turbo8_1.5.0-0ubuntu1_amd64.deb ...
    Unpacking libjpeg-turbo8:amd64 (1.5.0-0ubuntu1) ...
    Selecting previously unselected package libmtdev1:amd64.
    Preparing to unpack .../07-libmtdev1_1.1.5-1ubuntu2_amd64.deb ...
    Unpacking libmtdev1:amd64 (1.1.5-1ubuntu2) ...
    Selecting previously unselected package libogg0:amd64.
    Preparing to unpack .../08-libogg0_1.3.2-1_amd64.deb ...
    Unpacking libogg0:amd64 (1.3.2-1) ...
    Selecting previously unselected package libpcre16-3:amd64.
    Preparing to unpack .../09-libpcre16-3_2%3a8.39-2_amd64.deb ...
    Unpacking libpcre16-3:amd64 (2:8.39-2) ...
    Selecting previously unselected package libqt5core5a:amd64.
    Preparing to unpack .../10-libqt5core5a_5.6.1+dfsg-3ubuntu6~4_amd64.deb ...
    Unpacking libqt5core5a:amd64 (5.6.1+dfsg-3ubuntu6~4) ...
    Selecting previously unselected package libwayland-client0:amd64.
    Preparing to unpack .../11-libwayland-client0_1.11.0-2_amd64.deb ...
    Unpacking libwayland-client0:amd64 (1.11.0-2) ...
    Selecting previously unselected package libwayland-server0:amd64.
    Preparing to unpack .../12-libwayland-server0_1.11.0-2_amd64.deb ...
    Unpacking libwayland-server0:amd64 (1.11.0-2) ...
    Selecting previously unselected package libgbm1:amd64.
    Preparing to unpack .../13-libgbm1_12.0.3-1ubuntu2_amd64.deb ...
    Unpacking libgbm1:amd64 (12.0.3-1ubuntu2) ...
    Selecting previously unselected package libx11-xcb1:amd64.
    Preparing to unpack .../14-libx11-xcb1_2%3a1.6.3-1ubuntu3_amd64.deb ...
    Unpacking libx11-xcb1:amd64 (2:1.6.3-1ubuntu3) ...
    Selecting previously unselected package libxcb-dri2-0:amd64.
    Preparing to unpack .../15-libxcb-dri2-0_1.11.1-1ubuntu1_amd64.deb ...
    Unpacking libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ...
    Selecting previously unselected package libxcb-dri3-0:amd64.
    Preparing to unpack .../16-libxcb-dri3-0_1.11.1-1ubuntu1_amd64.deb ...
    Unpacking libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ...
    Selecting previously unselected package libxcb-present0:amd64.
    Preparing to unpack .../17-libxcb-present0_1.11.1-1ubuntu1_amd64.deb ...
    Unpacking libxcb-present0:amd64 (1.11.1-1ubuntu1) ...
    Selecting previously unselected package libxcb-sync1:amd64.
    Preparing to unpack .../18-libxcb-sync1_1.11.1-1ubuntu1_amd64.deb ...
    Unpacking libxcb-sync1:amd64 (1.11.1-1ubuntu1) ...
    Selecting previously unselected package libxcb-xfixes0:amd64.
    Preparing to unpack .../19-libxcb-xfixes0_1.11.1-1ubuntu1_amd64.deb ...
    Unpacking libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ...
    Selecting previously unselected package libxshmfence1:amd64.
    Preparing to unpack .../20-libxshmfence1_1.2-1_amd64.deb ...
    Unpacking libxshmfence1:amd64 (1.2-1) ...
    Selecting previously unselected package libdrm-amdgpu1:amd64.
    Preparing to unpack .../21-libdrm-amdgpu1_2.4.70-1_amd64.deb ...
    Unpacking libdrm-amdgpu1:amd64 (2.4.70-1) ...
    Selecting previously unselected package libpciaccess0:amd64.
    Preparing to unpack .../22-libpciaccess0_0.13.4-1_amd64.deb ...
    Unpacking libpciaccess0:amd64 (0.13.4-1) ...
    Selecting previously unselected package libdrm-intel1:amd64.
    Preparing to unpack .../23-libdrm-intel1_2.4.70-1_amd64.deb ...
    Unpacking libdrm-intel1:amd64 (2.4.70-1) ...
    Selecting previously unselected package libdrm-nouveau2:amd64.
    Preparing to unpack .../24-libdrm-nouveau2_2.4.70-1_amd64.deb ...
    Unpacking libdrm-nouveau2:amd64 (2.4.70-1) ...
    Selecting previously unselected package libdrm-radeon1:amd64.
    Preparing to unpack .../25-libdrm-radeon1_2.4.70-1_amd64.deb ...
    Unpacking libdrm-radeon1:amd64 (2.4.70-1) ...
    Selecting previously unselected package libllvm3.8:amd64.
    Preparing to unpack .../26-libllvm3.8_1%3a3.8.1-12ubuntu1_amd64.deb ...
    Unpacking libllvm3.8:amd64 (1:3.8.1-12ubuntu1) ...
    Selecting previously unselected package libgl1-mesa-dri:amd64.
    Preparing to unpack .../27-libgl1-mesa-dri_12.0.3-1ubuntu2_amd64.deb ...
    Unpacking libgl1-mesa-dri:amd64 (12.0.3-1ubuntu2) ...
    Selecting previously unselected package libegl1-mesa:amd64.
    Preparing to unpack .../28-libegl1-mesa_12.0.3-1ubuntu2_amd64.deb ...
    Unpacking libegl1-mesa:amd64 (12.0.3-1ubuntu2) ...
    Selecting previously unselected package libglapi-mesa:amd64.
    Preparing to unpack .../29-libglapi-mesa_12.0.3-1ubuntu2_amd64.deb ...
    Unpacking libglapi-mesa:amd64 (12.0.3-1ubuntu2) ...
    Selecting previously unselected package libxcb-glx0:amd64.
    Preparing to unpack .../30-libxcb-glx0_1.11.1-1ubuntu1_amd64.deb ...
    Unpacking libxcb-glx0:amd64 (1.11.1-1ubuntu1) ...
    Selecting previously unselected package libxdamage1:amd64.
    Preparing to unpack .../31-libxdamage1_1%3a1.1.4-2_amd64.deb ...
    Unpacking libxdamage1:amd64 (1:1.1.4-2) ...
    Selecting previously unselected package libxfixes3:amd64.
    Preparing to unpack .../32-libxfixes3_1%3a5.0.2-1_amd64.deb ...
    Unpacking libxfixes3:amd64 (1:5.0.2-1) ...
    Selecting previously unselected package libxxf86vm1:amd64.
    Preparing to unpack .../33-libxxf86vm1_1%3a1.1.4-1_amd64.deb ...
    Unpacking libxxf86vm1:amd64 (1:1.1.4-1) ...
    Selecting previously unselected package libgl1-mesa-glx:amd64.
    Preparing to unpack .../34-libgl1-mesa-glx_12.0.3-1ubuntu2_amd64.deb ...
    Unpacking libgl1-mesa-glx:amd64 (12.0.3-1ubuntu2) ...
    Selecting previously unselected package libgraphite2-3:amd64.
    Preparing to unpack .../35-libgraphite2-3_1.3.8-1ubuntu1_amd64.deb ...
    Unpacking libgraphite2-3:amd64 (1.3.8-1ubuntu1) ...
    Selecting previously unselected package libharfbuzz0b:amd64.
    Preparing to unpack .../36-libharfbuzz0b_1.2.7-1_amd64.deb ...
    Unpacking libharfbuzz0b:amd64 (1.2.7-1) ...
    Selecting previously unselected package libevdev2:amd64.
    Preparing to unpack .../37-libevdev2_1.5.2+dfsg-1_amd64.deb ...
    Unpacking libevdev2:amd64 (1.5.2+dfsg-1) ...
    Selecting previously unselected package libgudev-1.0-0:amd64.
    Preparing to unpack .../38-libgudev-1.0-0_1%3a230-3_amd64.deb ...
    Unpacking libgudev-1.0-0:amd64 (1:230-3) ...
    Selecting previously unselected package libwacom-common.
    Preparing to unpack .../39-libwacom-common_0.22-1_all.deb ...
    Unpacking libwacom-common (0.22-1) ...
    Selecting previously unselected package libwacom2:amd64.
    Preparing to unpack .../40-libwacom2_0.22-1_amd64.deb ...
    Unpacking libwacom2:amd64 (0.22-1) ...
    Selecting previously unselected package libinput-bin.
    Preparing to unpack .../41-libinput-bin_1.4.3-0ubuntu1_amd64.deb ...
    Unpacking libinput-bin (1.4.3-0ubuntu1) ...
    Selecting previously unselected package libinput10:amd64.
    Preparing to unpack .../42-libinput10_1.4.3-0ubuntu1_amd64.deb ...
    Unpacking libinput10:amd64 (1.4.3-0ubuntu1) ...
    Selecting previously unselected package libjpeg8:amd64.
    Preparing to unpack .../43-libjpeg8_8c-2ubuntu8_amd64.deb ...
    Unpacking libjpeg8:amd64 (8c-2ubuntu8) ...
    Selecting previously unselected package libqt5dbus5:amd64.
    Preparing to unpack .../44-libqt5dbus5_5.6.1+dfsg-3ubuntu6~4_amd64.deb ...
    Unpacking libqt5dbus5:amd64 (5.6.1+dfsg-3ubuntu6~4) ...
    Selecting previously unselected package libproxy1v5:amd64.
    Preparing to unpack .../45-libproxy1v5_0.4.11-5ubuntu1_amd64.deb ...
    Unpacking libproxy1v5:amd64 (0.4.11-5ubuntu1) ...
    Selecting previously unselected package libqt5network5:amd64.
    Preparing to unpack .../46-libqt5network5_5.6.1+dfsg-3ubuntu6~4_amd64.deb ...
    Unpacking libqt5network5:amd64 (5.6.1+dfsg-3ubuntu6~4) ...
    Selecting previously unselected package libsm6:amd64.
    Preparing to unpack .../47-libsm6_2%3a1.2.2-1_amd64.deb ...
    Unpacking libsm6:amd64 (2:1.2.2-1) ...
    Selecting previously unselected package libxcb-icccm4:amd64.
    Preparing to unpack .../48-libxcb-icccm4_0.4.1-1ubuntu1_amd64.deb ...
    Unpacking libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ...
    Selecting previously unselected package libxcb-shm0:amd64.
    Preparing to unpack .../49-libxcb-shm0_1.11.1-1ubuntu1_amd64.deb ...
    Unpacking libxcb-shm0:amd64 (1.11.1-1ubuntu1) ...
    Selecting previously unselected package libxcb-util1:amd64.
    Preparing to unpack .../50-libxcb-util1_0.4.0-0ubuntu3_amd64.deb ...
    Unpacking libxcb-util1:amd64 (0.4.0-0ubuntu3) ...
    Selecting previously unselected package libxcb-image0:amd64.
    Preparing to unpack .../51-libxcb-image0_0.4.0-1build1_amd64.deb ...
    Unpacking libxcb-image0:amd64 (0.4.0-1build1) ...
    Selecting previously unselected package libxcb-keysyms1:amd64.
    Preparing to unpack .../52-libxcb-keysyms1_0.4.0-1_amd64.deb ...
    Unpacking libxcb-keysyms1:amd64 (0.4.0-1) ...
    Selecting previously unselected package libxcb-randr0:amd64.
    Preparing to unpack .../53-libxcb-randr0_1.11.1-1ubuntu1_amd64.deb ...
    Unpacking libxcb-randr0:amd64 (1.11.1-1ubuntu1) ...
    Selecting previously unselected package libxcb-render0:amd64.
    Preparing to unpack .../54-libxcb-render0_1.11.1-1ubuntu1_amd64.deb ...
    Unpacking libxcb-render0:amd64 (1.11.1-1ubuntu1) ...
    Selecting previously unselected package libxcb-render-util0:amd64.
    Preparing to unpack .../55-libxcb-render-util0_0.3.9-1_amd64.deb ...
    Unpacking libxcb-render-util0:amd64 (0.3.9-1) ...
    Selecting previously unselected package libxcb-shape0:amd64.
    Preparing to unpack .../56-libxcb-shape0_1.11.1-1ubuntu1_amd64.deb ...
    Unpacking libxcb-shape0:amd64 (1.11.1-1ubuntu1) ...
    Selecting previously unselected package libxcb-xinerama0:amd64.
    Preparing to unpack .../57-libxcb-xinerama0_1.11.1-1ubuntu1_amd64.deb ...
    Unpacking libxcb-xinerama0:amd64 (1.11.1-1ubuntu1) ...
    Selecting previously unselected package libxcb-xkb1:amd64.
    Preparing to unpack .../58-libxcb-xkb1_1.11.1-1ubuntu1_amd64.deb ...
    Unpacking libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ...
    Selecting previously unselected package libxi6:amd64.
    Preparing to unpack .../59-libxi6_2%3a1.7.6-1_amd64.deb ...
    Unpacking libxi6:amd64 (2:1.7.6-1) ...
    Selecting previously unselected package libxkbcommon0:amd64.
    Preparing to unpack .../60-libxkbcommon0_0.5.0-1ubuntu2_amd64.deb ...
    Unpacking libxkbcommon0:amd64 (0.5.0-1ubuntu2) ...
    Selecting previously unselected package libxkbcommon-x11-0:amd64.
    Preparing to unpack .../61-libxkbcommon-x11-0_0.5.0-1ubuntu2_amd64.deb ...
    Unpacking libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ...
    Selecting previously unselected package libxrender1:amd64.
    Preparing to unpack .../62-libxrender1_1%3a0.9.9-2_amd64.deb ...
    Unpacking libxrender1:amd64 (1:0.9.9-2) ...
    Selecting previously unselected package libqt5gui5:amd64.
    Preparing to unpack .../63-libqt5gui5_5.6.1+dfsg-3ubuntu6~4_amd64.deb ...
    Unpacking libqt5gui5:amd64 (5.6.1+dfsg-3ubuntu6~4) ...
    Selecting previously unselected package libqt5widgets5:amd64.
    Preparing to unpack .../64-libqt5widgets5_5.6.1+dfsg-3ubuntu6~4_amd64.deb ...
    Unpacking libqt5widgets5:amd64 (5.6.1+dfsg-3ubuntu6~4) ...
    Selecting previously unselected package libqt5svg5:amd64.
    Preparing to unpack .../65-libqt5svg5_5.6.1-2build1~1_amd64.deb ...
    Unpacking libqt5svg5:amd64 (5.6.1-2build1~1) ...
    Selecting previously unselected package libxcursor1:amd64.
    Preparing to unpack .../66-libxcursor1_1%3a1.1.14-1_amd64.deb ...
    Unpacking libxcursor1:amd64 (1:1.1.14-1) ...
    Selecting previously unselected package libxinerama1:amd64.
    Preparing to unpack .../67-libxinerama1_2%3a1.1.3-1_amd64.deb ...
    Unpacking libxinerama1:amd64 (2:1.1.3-1) ...
    Selecting previously unselected package libtxc-dxtn-s2tc0:amd64.
    Preparing to unpack .../68-libtxc-dxtn-s2tc0_0~git20131104-1.1_amd64.deb ...
    Unpacking libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ...
    Selecting previously unselected package dkms.
    Preparing to unpack .../69-dkms_2.2.0.3-2ubuntu14_all.deb ...
    Unpacking dkms (2.2.0.3-2ubuntu14) ...
    Selecting previously unselected package libasound2-data.
    Preparing to unpack .../70-libasound2-data_1.1.2-1_all.deb ...
    Unpacking libasound2-data (1.1.2-1) ...
    Selecting previously unselected package libasound2:amd64.
    Preparing to unpack .../71-libasound2_1.1.2-1_amd64.deb ...
    Unpacking libasound2:amd64 (1.1.2-1) ...
    Selecting previously unselected package libasyncns0:amd64.
    Preparing to unpack .../72-libasyncns0_0.8-6_amd64.deb ...
    Unpacking libasyncns0:amd64 (0.8-6) ...
    Selecting previously unselected package libavahi-common-data:amd64.
    Preparing to unpack .../73-libavahi-common-data_0.6.32-1ubuntu1_amd64.deb ...
    Unpacking libavahi-common-data:amd64 (0.6.32-1ubuntu1) ...
    Selecting previously unselected package libavahi-common3:amd64.
    Preparing to unpack .../74-libavahi-common3_0.6.32-1ubuntu1_amd64.deb ...
    Unpacking libavahi-common3:amd64 (0.6.32-1ubuntu1) ...
    Selecting previously unselected package libavahi-client3:amd64.
    Preparing to unpack .../75-libavahi-client3_0.6.32-1ubuntu1_amd64.deb ...
    Unpacking libavahi-client3:amd64 (0.6.32-1ubuntu1) ...
    Selecting previously unselected package libcaca0:amd64.
    Preparing to unpack .../76-libcaca0_0.99.beta19-2build2~gcc5.2_amd64.deb ...
    Unpacking libcaca0:amd64 (0.99.beta19-2build2~gcc5.2) ...
    Selecting previously unselected package libcups2:amd64.
    Preparing to unpack .../77-libcups2_2.2.0-2_amd64.deb ...
    Unpacking libcups2:amd64 (2.2.0-2) ...
    Selecting previously unselected package libflac8:amd64.
    Preparing to unpack .../78-libflac8_1.3.1-4_amd64.deb ...
    Unpacking libflac8:amd64 (1.3.1-4) ...
    Selecting previously unselected package libgsoap9:amd64.
    Preparing to unpack .../79-libgsoap9_2.8.30-1_amd64.deb ...
    Unpacking libgsoap9:amd64 (2.8.30-1) ...
    Selecting previously unselected package libvorbis0a:amd64.
    Preparing to unpack .../80-libvorbis0a_1.3.5-3_amd64.deb ...
    Unpacking libvorbis0a:amd64 (1.3.5-3) ...
    Selecting previously unselected package libvorbisenc2:amd64.
    Preparing to unpack .../81-libvorbisenc2_1.3.5-3_amd64.deb ...
    Unpacking libvorbisenc2:amd64 (1.3.5-3) ...
    Selecting previously unselected package libsndfile1:amd64.
    Preparing to unpack .../82-libsndfile1_1.0.25-10_amd64.deb ...
    Unpacking libsndfile1:amd64 (1.0.25-10) ...
    Selecting previously unselected package libpulse0:amd64.
    Preparing to unpack .../83-libpulse0_1%3a9.0-2ubuntu2_amd64.deb ...
    Unpacking libpulse0:amd64 (1:9.0-2ubuntu2) ...
    Selecting previously unselected package libpython2.7:amd64.
    Preparing to unpack .../84-libpython2.7_2.7.12-3build1_amd64.deb ...
    Unpacking libpython2.7:amd64 (2.7.12-3build1) ...
    Selecting previously unselected package libqt5opengl5:amd64.
    Preparing to unpack .../85-libqt5opengl5_5.6.1+dfsg-3ubuntu6~4_amd64.deb ...
    Unpacking libqt5opengl5:amd64 (5.6.1+dfsg-3ubuntu6~4) ...
    Selecting previously unselected package libqt5printsupport5:amd64.
    Preparing to unpack .../86-libqt5printsupport5_5.6.1+dfsg-3ubuntu6~4_amd64.deb ...
    Unpacking libqt5printsupport5:amd64 (5.6.1+dfsg-3ubuntu6~4) ...
    Selecting previously unselected package libqt5x11extras5:amd64.
    Preparing to unpack .../87-libqt5x11extras5_5.6.1-2build1~1_amd64.deb ...
    Unpacking libqt5x11extras5:amd64 (5.6.1-2build1~1) ...
    Selecting previously unselected package libsdl1.2debian:amd64.
    Preparing to unpack .../88-libsdl1.2debian_1.2.15+dfsg1-4_amd64.deb ...
    Unpacking libsdl1.2debian:amd64 (1.2.15+dfsg1-4) ...
    Selecting previously unselected package libvncserver1:amd64.
    Preparing to unpack .../89-libvncserver1_0.9.10+dfsg-3build1_amd64.deb ...
    Unpacking libvncserver1:amd64 (0.9.10+dfsg-3build1) ...
    Selecting previously unselected package libvpx3:amd64.
    Preparing to unpack .../90-libvpx3_1.5.0-4_amd64.deb ...
    Unpacking libvpx3:amd64 (1.5.0-4) ...
    Selecting previously unselected package libwacom-bin.
    Preparing to unpack .../91-libwacom-bin_0.22-1_amd64.deb ...
    Unpacking libwacom-bin (0.22-1) ...
    Selecting previously unselected package libxt6:amd64.
    Preparing to unpack .../92-libxt6_1%3a1.1.5-1_amd64.deb ...
    Unpacking libxt6:amd64 (1:1.1.5-1) ...
    Selecting previously unselected package libxmu6:amd64.
    Preparing to unpack .../93-libxmu6_2%3a1.1.2-2_amd64.deb ...
    Unpacking libxmu6:amd64 (2:1.1.2-2) ...
    Selecting previously unselected package qttranslations5-l10n.
    Preparing to unpack .../94-qttranslations5-l10n_5.6.1-2build1~1_all.deb ...
    Unpacking qttranslations5-l10n (5.6.1-2build1~1) ...
    Selecting previously unselected package virtualbox-dkms.
    Preparing to unpack .../95-virtualbox-dkms_5.1.6-dfsg-2_all.deb ...
    Unpacking virtualbox-dkms (5.1.6-dfsg-2) ...
    Selecting previously unselected package virtualbox.
    Preparing to unpack .../96-virtualbox_5.1.6-dfsg-2_amd64.deb ...
    Unpacking virtualbox (5.1.6-dfsg-2) ...
    Selecting previously unselected package virtualbox-qt.
    Preparing to unpack .../97-virtualbox-qt_5.1.6-dfsg-2_amd64.deb ...
    Unpacking virtualbox-qt (5.1.6-dfsg-2) ...
    Selecting previously unselected package mesa-utils.
    Preparing to unpack .../98-mesa-utils_8.3.0-2_amd64.deb ...
    Unpacking mesa-utils (8.3.0-2) ...
    Setting up libxi6:amd64 (2:1.7.6-1) ...
    Setting up libxcb-xinerama0:amd64 (1.11.1-1ubuntu1) ...
    Setting up libxcb-present0:amd64 (1.11.1-1ubuntu1) ...
    Setting up libllvm3.8:amd64 (1:3.8.1-12ubuntu1) ...
    Setting up libxinerama1:amd64 (2:1.1.3-1) ...
    Setting up libxcb-dri2-0:amd64 (1.11.1-1ubuntu1) ...
    Setting up libxcb-dri3-0:amd64 (1.11.1-1ubuntu1) ...
    Setting up libxcb-glx0:amd64 (1.11.1-1ubuntu1) ...
    Setting up libxcb-randr0:amd64 (1.11.1-1ubuntu1) ...
    Setting up libxcb-xfixes0:amd64 (1.11.1-1ubuntu1) ...
    Setting up libxcb-icccm4:amd64 (0.4.1-1ubuntu1) ...
    Setting up libxcb-render0:amd64 (1.11.1-1ubuntu1) ...
    Setting up libasyncns0:amd64 (0.8-6) ...
    Setting up libwacom-common (0.22-1) ...
    Setting up libxdamage1:amd64 (1:1.1.4-2) ...
    Setting up libxfixes3:amd64 (1:5.0.2-1) ...
    Processing triggers for mime-support (3.60ubuntu1) ...
    Processing triggers for ureadahead (0.100.0-19) ...
    Setting up libdrm-amdgpu1:amd64 (2.4.70-1) ...
    Setting up libevdev2:amd64 (1.5.2+dfsg-1) ...
    Setting up libtxc-dxtn-s2tc0:amd64 (0~git20131104-1.1) ...
    update-alternatives: using /usr/lib/x86_64-linux-gnu/libtxc_dxtn_s2tc.so.0 to provide /usr/lib/x86_64-linux-gnu/libtxc_dxtn.so (libtxc-dxtn-x86_64-linux-gnu) in auto mode
    Setting up fonts-dejavu-core (2.37-1) ...
    Setting up libasound2-data (1.1.2-1) ...
    Setting up libxshmfence1:amd64 (1.2-1) ...
    Setting up libwayland-client0:amd64 (1.11.0-2) ...
    Setting up libproxy1v5:amd64 (0.4.11-5ubuntu1) ...
    Setting up libvpx3:amd64 (1.5.0-4) ...
    Setting up libjpeg-turbo8:amd64 (1.5.0-0ubuntu1) ...
    Setting up libglapi-mesa:amd64 (12.0.3-1ubuntu2) ...
    Setting up libxcb-util1:amd64 (0.4.0-0ubuntu3) ...
    Setting up libinput-bin (1.4.3-0ubuntu1) ...
    Setting up libasound2:amd64 (1.1.2-1) ...
    Setting up libgraphite2-3:amd64 (1.3.8-1ubuntu1) ...
    Setting up libxcb-sync1:amd64 (1.11.1-1ubuntu1) ...
    Setting up libogg0:amd64 (1.3.2-1) ...
    Setting up libx11-xcb1:amd64 (2:1.6.3-1ubuntu3) ...
    Setting up dkms (2.2.0.3-2ubuntu14) ...
    Processing triggers for libc-bin (2.24-3ubuntu1) ...
    Processing triggers for udev (231-9ubuntu1) ...
    Setting up qttranslations5-l10n (5.6.1-2build1~1) ...
    Processing triggers for systemd (231-9ubuntu1) ...
    Setting up libpython2.7:amd64 (2.7.12-3build1) ...
    Setting up libmtdev1:amd64 (1.1.5-1ubuntu2) ...
    Setting up libxcb-shm0:amd64 (1.11.1-1ubuntu1) ...
    Setting up libpciaccess0:amd64 (0.13.4-1) ...
    Setting up libxcb-shape0:amd64 (1.11.1-1ubuntu1) ...
    Setting up libxrender1:amd64 (1:0.9.9-2) ...
    Processing triggers for man-db (2.7.5-1) ...
    Processing triggers for shared-mime-info (1.7-1) ...
    Setting up libxkbcommon0:amd64 (0.5.0-1ubuntu2) ...
    Setting up libgudev-1.0-0:amd64 (1:230-3) ...
    Setting up libxcb-keysyms1:amd64 (0.4.0-1) ...
    Setting up libdrm-radeon1:amd64 (2.4.70-1) ...
    Setting up libpcre16-3:amd64 (2:8.39-2) ...
    Setting up libxxf86vm1:amd64 (1:1.1.4-1) ...
    Setting up libdrm-nouveau2:amd64 (2.4.70-1) ...
    Setting up libcaca0:amd64 (0.99.beta19-2build2~gcc5.2) ...
    Setting up libgsoap9:amd64 (2.8.30-1) ...
    Setting up libvorbis0a:amd64 (1.3.5-3) ...
    Setting up x11-common (1:7.7+13ubuntu4) ...
    update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
    Setting up libavahi-common-data:amd64 (0.6.32-1ubuntu1) ...
    Setting up libwayland-server0:amd64 (1.11.0-2) ...
    Setting up libjpeg8:amd64 (8c-2ubuntu8) ...
    Setting up libxcb-xkb1:amd64 (1.11.1-1ubuntu1) ...
    Setting up libqt5core5a:amd64 (5.6.1+dfsg-3ubuntu6~4) ...
    Setting up libxcb-render-util0:amd64 (0.3.9-1) ...
    Setting up libqt5dbus5:amd64 (5.6.1+dfsg-3ubuntu6~4) ...
    Setting up fontconfig-config (2.11.94-0ubuntu2) ...
    Setting up libqt5network5:amd64 (5.6.1+dfsg-3ubuntu6~4) ...
    Setting up libwacom2:amd64 (0.22-1) ...
    Setting up libxcb-image0:amd64 (0.4.0-1build1) ...
    Setting up libvncserver1:amd64 (0.9.10+dfsg-3build1) ...
    Setting up virtualbox-dkms (5.1.6-dfsg-2) ...
    Loading new virtualbox-5.1.6 DKMS files...
    First Installation: checking all kernels...
    Building only for 4.8.0-22-generic
    Building initial module for 4.8.0-22-generic
    Done.

    vboxdrv:
    Running module version sanity check.
     - Original module
       - No original module exists within this kernel
     - Installation
       - Installing to /lib/modules/4.8.0-22-generic/updates/dkms/

    vboxnetadp.ko:
    Running module version sanity check.
     - Original module
       - No original module exists within this kernel
     - Installation
       - Installing to /lib/modules/4.8.0-22-generic/updates/dkms/

    vboxnetflt.ko:
    Running module version sanity check.
     - Original module
       - No original module exists within this kernel
     - Installation
       - Installing to /lib/modules/4.8.0-22-generic/updates/dkms/

    vboxpci.ko:
    Running module version sanity check.
     - Original module
       - No original module exists within this kernel
     - Installation
       - Installing to /lib/modules/4.8.0-22-generic/updates/dkms/

    depmod......

    DKMS: install completed.
    Setting up libgbm1:amd64 (12.0.3-1ubuntu2) ...
    Setting up libflac8:amd64 (1.3.1-4) ...
    Setting up libinput10:amd64 (1.4.3-0ubuntu1) ...
    Setting up libharfbuzz0b:amd64 (1.2.7-1) ...
    Setting up libxkbcommon-x11-0:amd64 (0.5.0-1ubuntu2) ...
    Setting up libdrm-intel1:amd64 (2.4.70-1) ...
    Setting up libwacom-bin (0.22-1) ...
    Setting up libxcursor1:amd64 (1:1.1.14-1) ...
    Setting up libice6:amd64 (2:1.0.9-1) ...
    Setting up libavahi-common3:amd64 (0.6.32-1ubuntu1) ...
    Setting up libvorbisenc2:amd64 (1.3.5-3) ...
    Setting up libfontconfig1:amd64 (2.11.94-0ubuntu2) ...
    Setting up libsm6:amd64 (2:1.2.2-1) ...
    Setting up libgl1-mesa-dri:amd64 (12.0.3-1ubuntu2) ...
    Setting up libsndfile1:amd64 (1.0.25-10) ...
    Setting up libgl1-mesa-glx:amd64 (12.0.3-1ubuntu2) ...
    update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_GL.conf (x86_64-linux-gnu_gl_conf) in auto mode
    Setting up libxt6:amd64 (1:1.1.5-1) ...
    Setting up libavahi-client3:amd64 (0.6.32-1ubuntu1) ...
    Setting up fontconfig (2.11.94-0ubuntu2) ...
    Regenerating fonts cache... done.
    Setting up libcups2:amd64 (2.2.0-2) ...
    Setting up libegl1-mesa:amd64 (12.0.3-1ubuntu2) ...
    update-alternatives: using /usr/lib/x86_64-linux-gnu/mesa-egl/ld.so.conf to provide /etc/ld.so.conf.d/x86_64-linux-gnu_EGL.conf (x86_64-linux-gnu_egl_conf) in auto mode
    Setting up mesa-utils (8.3.0-2) ...
    Setting up libpulse0:amd64 (1:9.0-2ubuntu2) ...
    Setting up libxmu6:amd64 (2:1.1.2-2) ...
    Setting up libqt5gui5:amd64 (5.6.1+dfsg-3ubuntu6~4) ...
    Setting up libqt5x11extras5:amd64 (5.6.1-2build1~1) ...
    Setting up libqt5widgets5:amd64 (5.6.1+dfsg-3ubuntu6~4) ...
    Setting up libsdl1.2debian:amd64 (1.2.15+dfsg1-4) ...
    Setting up libqt5printsupport5:amd64 (5.6.1+dfsg-3ubuntu6~4) ...
    Setting up virtualbox (5.1.6-dfsg-2) ...
    vboxweb.service is a disabled or a static unit, not starting it.
    Setting up libqt5opengl5:amd64 (5.6.1+dfsg-3ubuntu6~4) ...
    Setting up libqt5svg5:amd64 (5.6.1-2build1~1) ...
    Setting up virtualbox-qt (5.1.6-dfsg-2) ...
    Processing triggers for libc-bin (2.24-3ubuntu1) ...
    Processing triggers for systemd (231-9ubuntu1) ...
    Processing triggers for ureadahead (0.100.0-19) ...


    Command (Installation: Hypervisor):

    $ sudo apt-get install qemu


    Result:

    Reading package lists... Done
    Building dependency tree    
    Reading state information... Done
    The following additional packages will be installed:
      cpu-checker ipxe-qemu libaio1 libbluetooth3 libboost-iostreams1.61.0 libboost-random1.61.0
      libboost-system1.61.0 libboost-thread1.61.0 libbrlapi0.6 libcacard0 libfdt1 libiscsi7 libnspr4
      libnss3 libopus0 libpixman-1-0 librados2 librbd1 libspice-server1 libusbredirparser1 libxen-4.7
      libxenstore3.0 libyajl2 msr-tools qemu-block-extra qemu-slof qemu-system qemu-system-arm
      qemu-system-common qemu-system-mips qemu-system-misc qemu-system-ppc qemu-system-sparc
      qemu-system-x86 qemu-user qemu-user-binfmt qemu-utils seabios sharutils
    Suggested packages:
      opus-tools qemu-user-static samba vde2 openbios-ppc openhackware sgabios ovmf debootstrap bsd-mailx
      | mailx
    The following NEW packages will be installed:
      cpu-checker ipxe-qemu libaio1 libbluetooth3 libboost-iostreams1.61.0 libboost-random1.61.0
      libboost-system1.61.0 libboost-thread1.61.0 libbrlapi0.6 libcacard0 libfdt1 libiscsi7 libnspr4
      libnss3 libopus0 libpixman-1-0 librados2 librbd1 libspice-server1 libusbredirparser1 libxen-4.7
      libxenstore3.0 libyajl2 msr-tools qemu qemu-block-extra qemu-slof qemu-system qemu-system-arm
      qemu-system-common qemu-system-mips qemu-system-misc qemu-system-ppc qemu-system-sparc
      qemu-system-x86 qemu-user qemu-user-binfmt qemu-utils seabios sharutils
    0 upgraded, 40 newly installed, 0 to remove and 3 not upgraded.
    Need to get 0 B/46.4 MB of archives.
    After this operation, 271 MB of additional disk space will be used.
    Do you want to continue? [Y/n] Y
    Extracting templates from packages: 100%
    Selecting previously unselected package libiscsi7:amd64.
    (Reading database ... 70557 files and directories currently installed.)
    Preparing to unpack .../00-libiscsi7_1.17.0-1_amd64.deb ...
    Unpacking libiscsi7:amd64 (1.17.0-1) ...
    Selecting previously unselected package libboost-iostreams1.61.0:amd64.
    Preparing to unpack .../01-libboost-iostreams1.61.0_1.61.0+dfsg-2.1_amd64.deb ...
    Unpacking libboost-iostreams1.61.0:amd64 (1.61.0+dfsg-2.1) ...
    Selecting previously unselected package libboost-system1.61.0:amd64.
    Preparing to unpack .../02-libboost-system1.61.0_1.61.0+dfsg-2.1_amd64.deb ...
    Unpacking libboost-system1.61.0:amd64 (1.61.0+dfsg-2.1) ...
    Selecting previously unselected package libboost-random1.61.0:amd64.
    Preparing to unpack .../03-libboost-random1.61.0_1.61.0+dfsg-2.1_amd64.deb ...
    Unpacking libboost-random1.61.0:amd64 (1.61.0+dfsg-2.1) ...
    Selecting previously unselected package libboost-thread1.61.0:amd64.
    Preparing to unpack .../04-libboost-thread1.61.0_1.61.0+dfsg-2.1_amd64.deb ...
    Unpacking libboost-thread1.61.0:amd64 (1.61.0+dfsg-2.1) ...
    Selecting previously unselected package libnspr4:amd64.
    Preparing to unpack .../05-libnspr4_2%3a4.12-2ubuntu1_amd64.deb ...
    Unpacking libnspr4:amd64 (2:4.12-2ubuntu1) ...
    Selecting previously unselected package libnss3:amd64.
    Preparing to unpack .../06-libnss3_2%3a3.26-1ubuntu1_amd64.deb ...
    Unpacking libnss3:amd64 (2:3.26-1ubuntu1) ...
    Selecting previously unselected package librados2.
    Preparing to unpack .../07-librados2_10.2.3-0ubuntu2_amd64.deb ...
    Unpacking librados2 (10.2.3-0ubuntu2) ...
    Selecting previously unselected package librbd1.
    Preparing to unpack .../08-librbd1_10.2.3-0ubuntu2_amd64.deb ...
    Unpacking librbd1 (10.2.3-0ubuntu2) ...
    Selecting previously unselected package qemu-block-extra:amd64.
    Preparing to unpack .../09-qemu-block-extra_1%3a2.6.1+dfsg-0ubuntu5.1_amd64.deb ...
    Unpacking qemu-block-extra:amd64 (1:2.6.1+dfsg-0ubuntu5.1) ...
    Selecting previously unselected package qemu-system-common.
    Preparing to unpack .../10-qemu-system-common_1%3a2.6.1+dfsg-0ubuntu5.1_amd64.deb ...
    Unpacking qemu-system-common (1:2.6.1+dfsg-0ubuntu5.1) ...
    Selecting previously unselected package libyajl2:amd64.
    Preparing to unpack .../11-libyajl2_2.1.0-2_amd64.deb ...
    Unpacking libyajl2:amd64 (2.1.0-2) ...
    Selecting previously unselected package msr-tools.
    Preparing to unpack .../12-msr-tools_1.3-2_amd64.deb ...
    Unpacking msr-tools (1.3-2) ...
    Selecting previously unselected package cpu-checker.
    Preparing to unpack .../13-cpu-checker_0.7-0ubuntu7_amd64.deb ...
    Unpacking cpu-checker (0.7-0ubuntu7) ...
    Selecting previously unselected package ipxe-qemu.
    Preparing to unpack .../14-ipxe-qemu_1.0.0+git-20150424.a25a16d-1ubuntu2_all.deb ...
    Unpacking ipxe-qemu (1.0.0+git-20150424.a25a16d-1ubuntu2) ...
    Selecting previously unselected package libaio1:amd64.
    Preparing to unpack .../15-libaio1_0.3.110-3_amd64.deb ...
    Unpacking libaio1:amd64 (0.3.110-3) ...
    Selecting previously unselected package libbluetooth3:amd64.
    Preparing to unpack .../16-libbluetooth3_5.41-0ubuntu3_amd64.deb ...
    Unpacking libbluetooth3:amd64 (5.41-0ubuntu3) ...
    Selecting previously unselected package libcacard0:amd64.
    Preparing to unpack .../17-libcacard0_1%3a2.5.0-2_amd64.deb ...
    Unpacking libcacard0:amd64 (1:2.5.0-2) ...
    Selecting previously unselected package libopus0:amd64.
    Preparing to unpack .../18-libopus0_1.1.2-1ubuntu1_amd64.deb ...
    Unpacking libopus0:amd64 (1.1.2-1ubuntu1) ...
    Selecting previously unselected package libpixman-1-0:amd64.
    Preparing to unpack .../19-libpixman-1-0_0.33.6-1_amd64.deb ...
    Unpacking libpixman-1-0:amd64 (0.33.6-1) ...
    Selecting previously unselected package libspice-server1:amd64.
    Preparing to unpack .../20-libspice-server1_0.12.8-1_amd64.deb ...
    Unpacking libspice-server1:amd64 (0.12.8-1) ...
    Selecting previously unselected package libusbredirparser1:amd64.
    Preparing to unpack .../21-libusbredirparser1_0.7.1-1_amd64.deb ...
    Unpacking libusbredirparser1:amd64 (0.7.1-1) ...
    Selecting previously unselected package libxenstore3.0:amd64.
    Preparing to unpack .../22-libxenstore3.0_4.7.0-0ubuntu2_amd64.deb ...
    Unpacking libxenstore3.0:amd64 (4.7.0-0ubuntu2) ...
    Selecting previously unselected package libxen-4.7:amd64.
    Preparing to unpack .../23-libxen-4.7_4.7.0-0ubuntu2_amd64.deb ...
    Unpacking libxen-4.7:amd64 (4.7.0-0ubuntu2) ...
    Selecting previously unselected package libbrlapi0.6:amd64.
    Preparing to unpack .../24-libbrlapi0.6_5.4-0ubuntu4_amd64.deb ...
    Unpacking libbrlapi0.6:amd64 (5.4-0ubuntu4) ...
    Selecting previously unselected package libfdt1:amd64.
    Preparing to unpack .../25-libfdt1_1.4.0+dfsg-2ubuntu1_amd64.deb ...
    Unpacking libfdt1:amd64 (1.4.0+dfsg-2ubuntu1) ...
    Selecting previously unselected package qemu-system-arm.
    Preparing to unpack .../26-qemu-system-arm_1%3a2.6.1+dfsg-0ubuntu5.1_amd64.deb ...
    Unpacking qemu-system-arm (1:2.6.1+dfsg-0ubuntu5.1) ...
    Selecting previously unselected package qemu-system-mips.
    Preparing to unpack .../27-qemu-system-mips_1%3a2.6.1+dfsg-0ubuntu5.1_amd64.deb ...
    Unpacking qemu-system-mips (1:2.6.1+dfsg-0ubuntu5.1) ...
    Selecting previously unselected package qemu-slof.
    Preparing to unpack .../28-qemu-slof_20160223+dfsg-1_all.deb ...
    Unpacking qemu-slof (20160223+dfsg-1) ...
    Selecting previously unselected package qemu-system-ppc.
    Preparing to unpack .../29-qemu-system-ppc_1%3a2.6.1+dfsg-0ubuntu5.1_amd64.deb ...
    Unpacking qemu-system-ppc (1:2.6.1+dfsg-0ubuntu5.1) ...
    Selecting previously unselected package qemu-system-sparc.
    Preparing to unpack .../30-qemu-system-sparc_1%3a2.6.1+dfsg-0ubuntu5.1_amd64.deb ...
    Unpacking qemu-system-sparc (1:2.6.1+dfsg-0ubuntu5.1) ...
    Selecting previously unselected package seabios.
    Preparing to unpack .../31-seabios_1.8.2-1ubuntu2_all.deb ...
    Unpacking seabios (1.8.2-1ubuntu2) ...
    Selecting previously unselected package qemu-system-x86.
    Preparing to unpack .../32-qemu-system-x86_1%3a2.6.1+dfsg-0ubuntu5.1_amd64.deb ...
    Unpacking qemu-system-x86 (1:2.6.1+dfsg-0ubuntu5.1) ...
    Selecting previously unselected package qemu-system-misc.
    Preparing to unpack .../33-qemu-system-misc_1%3a2.6.1+dfsg-0ubuntu5.1_amd64.deb ...
    Unpacking qemu-system-misc (1:2.6.1+dfsg-0ubuntu5.1) ...
    Selecting previously unselected package qemu-system.
    Preparing to unpack .../34-qemu-system_1%3a2.6.1+dfsg-0ubuntu5.1_amd64.deb ...
    Unpacking qemu-system (1:2.6.1+dfsg-0ubuntu5.1) ...
    Selecting previously unselected package qemu-user.
    Preparing to unpack .../35-qemu-user_1%3a2.6.1+dfsg-0ubuntu5.1_amd64.deb ...
    Unpacking qemu-user (1:2.6.1+dfsg-0ubuntu5.1) ...
    Selecting previously unselected package qemu-utils.
    Preparing to unpack .../36-qemu-utils_1%3a2.6.1+dfsg-0ubuntu5.1_amd64.deb ...
    Unpacking qemu-utils (1:2.6.1+dfsg-0ubuntu5.1) ...
    Selecting previously unselected package qemu.
    Preparing to unpack .../37-qemu_1%3a2.6.1+dfsg-0ubuntu5.1_amd64.deb ...
    Unpacking qemu (1:2.6.1+dfsg-0ubuntu5.1) ...
    Selecting previously unselected package qemu-user-binfmt.
    Preparing to unpack .../38-qemu-user-binfmt_1%3a2.6.1+dfsg-0ubuntu5.1_amd64.deb ...
    Unpacking qemu-user-binfmt (1:2.6.1+dfsg-0ubuntu5.1) ...
    Selecting previously unselected package sharutils.
    Preparing to unpack .../39-sharutils_1%3a4.15.2-1_amd64.deb ...
    Unpacking sharutils (1:4.15.2-1) ...
    Setting up seabios (1.8.2-1ubuntu2) ...
    Setting up qemu-user (1:2.6.1+dfsg-0ubuntu5.1) ...
    Setting up libboost-system1.61.0:amd64 (1.61.0+dfsg-2.1) ...
    Setting up libboost-random1.61.0:amd64 (1.61.0+dfsg-2.1) ...
    Processing triggers for ureadahead (0.100.0-19) ...
    Processing triggers for install-info (6.1.0.dfsg.1-8) ...
    Setting up sharutils (1:4.15.2-1) ...
    Setting up libiscsi7:amd64 (1.17.0-1) ...
    Setting up libusbredirparser1:amd64 (0.7.1-1) ...
    Setting up libboost-iostreams1.61.0:amd64 (1.61.0+dfsg-2.1) ...
    Setting up libbluetooth3:amd64 (5.41-0ubuntu3) ...
    Setting up libxenstore3.0:amd64 (4.7.0-0ubuntu2) ...
    Setting up msr-tools (1.3-2) ...
    Setting up qemu-slof (20160223+dfsg-1) ...
    Setting up libnspr4:amd64 (2:4.12-2ubuntu1) ...
    Setting up libopus0:amd64 (1.1.2-1ubuntu1) ...
    Setting up libyajl2:amd64 (2.1.0-2) ...
    Setting up libpixman-1-0:amd64 (0.33.6-1) ...
    Processing triggers for libc-bin (2.24-3ubuntu1) ...
    Setting up libaio1:amd64 (0.3.110-3) ...
    Setting up cpu-checker (0.7-0ubuntu7) ...
    Setting up qemu-user-binfmt (1:2.6.1+dfsg-0ubuntu5.1) ...
    Processing triggers for systemd (231-9ubuntu1) ...
    Processing triggers for man-db (2.7.5-1) ...
    Setting up ipxe-qemu (1.0.0+git-20150424.a25a16d-1ubuntu2) ...
    Setting up libbrlapi0.6:amd64 (5.4-0ubuntu4) ...
    Setting up libfdt1:amd64 (1.4.0+dfsg-2ubuntu1) ...
    Setting up libxen-4.7:amd64 (4.7.0-0ubuntu2) ...
    Setting up libboost-thread1.61.0:amd64 (1.61.0+dfsg-2.1) ...
    Setting up libspice-server1:amd64 (0.12.8-1) ...
    Setting up libnss3:amd64 (2:3.26-1ubuntu1) ...
    Setting up librados2 (10.2.3-0ubuntu2) ...
    Setting up libcacard0:amd64 (1:2.5.0-2) ...
    Setting up librbd1 (10.2.3-0ubuntu2) ...
    Setting up qemu-block-extra:amd64 (1:2.6.1+dfsg-0ubuntu5.1) ...
    Setting up qemu-utils (1:2.6.1+dfsg-0ubuntu5.1) ...
    Setting up qemu-system-common (1:2.6.1+dfsg-0ubuntu5.1) ...
    Setting up qemu-system-arm (1:2.6.1+dfsg-0ubuntu5.1) ...
    Setting up qemu-system-mips (1:2.6.1+dfsg-0ubuntu5.1) ...
    Setting up qemu-system-ppc (1:2.6.1+dfsg-0ubuntu5.1) ...
    Setting up qemu-system-x86 (1:2.6.1+dfsg-0ubuntu5.1) ...
    Setting up qemu-system-sparc (1:2.6.1+dfsg-0ubuntu5.1) ...
    Setting up qemu-system-misc (1:2.6.1+dfsg-0ubuntu5.1) ...
    Setting up qemu-system (1:2.6.1+dfsg-0ubuntu5.1) ...
    Setting up qemu (1:2.6.1+dfsg-0ubuntu5.1) ...
    Processing triggers for libc-bin (2.24-3ubuntu1) ...


    Command (Installation: Text editor):

    $ sudo apt-get install gedit


    Result:

    Reading package lists... Done
    Building dependency tree    
    Reading state information... Done
    The following additional packages will be installed:
      adwaita-icon-theme aspell aspell-en at-spi2-core dconf-gsettings-backend dconf-service
      dictionaries-common emacsen-common enchant gedit-common gir1.2-atk-1.0 gir1.2-freedesktop
      gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-gtksource-3.0 gir1.2-pango-1.0 gir1.2-peas-1.0
      glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas
      gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-x gtk-update-icon-cache
      hicolor-icon-theme humanity-icon-theme hunspell-en-us libaa1 libaspell15 libatk-bridge2.0-0
      libatk1.0-0 libatk1.0-data libatspi2.0-0 libavc1394-0 libboost-filesystem1.61.0 libcairo-gobject2
      libcairo2 libcdparanoia0 libcolord2 libdatrie1 libdconf1 libdv4 libenchant1c2a libepoxy0
      libgail-common libgail18 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgspell-1-1
      libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0 libgstreamer1.0-0 libgtk-3-0
      libgtk-3-bin libgtk-3-common libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgtksourceview-3.0-1
      libgtksourceview-3.0-common libharfbuzz-icu0 libhunspell-1.4-0 libhyphen0 libiec61883-0
      libjack-jackd2-0 libjavascriptcoregtk-4.0-18 libjbig0 libjson-glib-1.0-0 libjson-glib-1.0-common
      liblcms2-2 libmirclient9 libmircommon6 libmirprotobuf3 libnotify4 liborc-0.4-0 libpango-1.0-0
      libpangocairo-1.0-0 libpangoft2-1.0-0 libpangoxft-1.0-0 libpeas-1.0-0 libpeas-common
      libprotobuf-lite10 libraw1394-11 librest-0.7-0 librsvg2-2 librsvg2-common libsamplerate0
      libsecret-1-0 libsecret-common libshout3 libsoup-gnome2.4-1 libsoup2.4-1 libspeex1 libtag1v5
      libtag1v5-vanilla libthai-data libthai0 libtheora0 libtiff5 libv4l-0 libv4lconvert0 libvisual-0.4-0
      libwavpack1 libwayland-cursor0 libwayland-egl1-mesa libwebkit2gtk-4.0-37 libwebkit2gtk-4.0-37-gtk2
      libwebp6 libxcomposite1 libxft2 libxrandr2 libxslt1.1 libxtst6 libxv1 libyelp0 notification-daemon
      python3-cairo python3-gi-cairo ubuntu-mono yelp yelp-xsl zenity zenity-common
    Suggested packages:
      aspell-doc spellutils wordlist gedit-plugins gvfs hunspell openoffice.org-hunspell
      | openoffice.org-core colord libdv-bin oss-compat libenchant-voikko libvisual-0.4-plugins
      gstreamer1.0-tools jackd2 liblcms2-utils libraw1394-doc librsvg2-bin speex gnome-user-guide
    The following NEW packages will be installed:
      adwaita-icon-theme aspell aspell-en at-spi2-core dconf-gsettings-backend dconf-service
      dictionaries-common emacsen-common enchant gedit gedit-common gir1.2-atk-1.0 gir1.2-freedesktop
      gir1.2-gdkpixbuf-2.0 gir1.2-gtk-3.0 gir1.2-gtksource-3.0 gir1.2-pango-1.0 gir1.2-peas-1.0
      glib-networking glib-networking-common glib-networking-services gsettings-desktop-schemas
      gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-x gtk-update-icon-cache
      hicolor-icon-theme humanity-icon-theme hunspell-en-us libaa1 libaspell15 libatk-bridge2.0-0
      libatk1.0-0 libatk1.0-data libatspi2.0-0 libavc1394-0 libboost-filesystem1.61.0 libcairo-gobject2
      libcairo2 libcdparanoia0 libcolord2 libdatrie1 libdconf1 libdv4 libenchant1c2a libepoxy0
      libgail-common libgail18 libgdk-pixbuf2.0-0 libgdk-pixbuf2.0-common libgspell-1-1
      libgstreamer-plugins-base1.0-0 libgstreamer-plugins-good1.0-0 libgstreamer1.0-0 libgtk-3-0
      libgtk-3-bin libgtk-3-common libgtk2.0-0 libgtk2.0-bin libgtk2.0-common libgtksourceview-3.0-1
      libgtksourceview-3.0-common libharfbuzz-icu0 libhunspell-1.4-0 libhyphen0 libiec61883-0
      libjack-jackd2-0 libjavascriptcoregtk-4.0-18 libjbig0 libjson-glib-1.0-0 libjson-glib-1.0-common
      liblcms2-2 libmirclient9 libmircommon6 libmirprotobuf3 libnotify4 liborc-0.4-0 libpango-1.0-0
      libpangocairo-1.0-0 libpangoft2-1.0-0 libpangoxft-1.0-0 libpeas-1.0-0 libpeas-common
      libprotobuf-lite10 libraw1394-11 librest-0.7-0 librsvg2-2 librsvg2-common libsamplerate0
      libsecret-1-0 libsecret-common libshout3 libsoup-gnome2.4-1 libsoup2.4-1 libspeex1 libtag1v5
      libtag1v5-vanilla libthai-data libthai0 libtheora0 libtiff5 libv4l-0 libv4lconvert0 libvisual-0.4-0
      libwavpack1 libwayland-cursor0 libwayland-egl1-mesa libwebkit2gtk-4.0-37 libwebkit2gtk-4.0-37-gtk2
      libwebp6 libxcomposite1 libxft2 libxrandr2 libxslt1.1 libxtst6 libxv1 libyelp0 notification-daemon
      python3-cairo python3-gi-cairo ubuntu-mono yelp yelp-xsl zenity zenity-common
    0 upgraded, 125 newly installed, 0 to remove and 3 not upgraded.
    Need to get 0 B/44.9 MB of archives.
    After this operation, 201 MB of additional disk space will be used.
    Do you want to continue? [Y/n] Y
    Extracting templates from packages: 100%
    Preconfiguring packages ...
    Selecting previously unselected package libcdparanoia0:amd64.
    (Reading database ... 71077 files and directories currently installed.)
    Preparing to unpack .../000-libcdparanoia0_3.10.2+debian-11_amd64.deb ...
    Unpacking libcdparanoia0:amd64 (3.10.2+debian-11) ...
    Selecting previously unselected package libjbig0:amd64.
    Preparing to unpack .../001-libjbig0_2.1-3.1_amd64.deb ...
    Unpacking libjbig0:amd64 (2.1-3.1) ...
    Selecting previously unselected package libtiff5:amd64.
    Preparing to unpack .../002-libtiff5_4.0.6-2_amd64.deb ...
    Unpacking libtiff5:amd64 (4.0.6-2) ...
    Selecting previously unselected package libgdk-pixbuf2.0-common.
    Preparing to unpack .../003-libgdk-pixbuf2.0-common_2.34.0-1ubuntu2_all.deb ...
    Unpacking libgdk-pixbuf2.0-common (2.34.0-1ubuntu2) ...
    Selecting previously unselected package libgdk-pixbuf2.0-0:amd64.
    Preparing to unpack .../004-libgdk-pixbuf2.0-0_2.34.0-1ubuntu2_amd64.deb ...
    Unpacking libgdk-pixbuf2.0-0:amd64 (2.34.0-1ubuntu2) ...
    Selecting previously unselected package libnotify4:amd64.
    Preparing to unpack .../005-libnotify4_0.7.6-2svn1_amd64.deb ...
    Unpacking libnotify4:amd64 (0.7.6-2svn1) ...
    Selecting previously unselected package libsamplerate0:amd64.
    Preparing to unpack .../006-libsamplerate0_0.1.8-8_amd64.deb ...
    Unpacking libsamplerate0:amd64 (0.1.8-8) ...
    Selecting previously unselected package libspeex1:amd64.
    Preparing to unpack .../007-libspeex1_1.2~rc1.2-1ubuntu1_amd64.deb ...
    Unpacking libspeex1:amd64 (1.2~rc1.2-1ubuntu1) ...
    Selecting previously unselected package libcairo2:amd64.
    Preparing to unpack .../008-libcairo2_1.14.6-1build1_amd64.deb ...
    Unpacking libcairo2:amd64 (1.14.6-1build1) ...
    Selecting previously unselected package libtheora0:amd64.
    Preparing to unpack .../009-libtheora0_1.1.1+dfsg.1-14_amd64.deb ...
    Unpacking libtheora0:amd64 (1.1.1+dfsg.1-14) ...
    Selecting previously unselected package libshout3:amd64.
    Preparing to unpack .../010-libshout3_2.3.1-3_amd64.deb ...
    Unpacking libshout3:amd64 (2.3.1-3) ...
    Selecting previously unselected package libxcomposite1:amd64.
    Preparing to unpack .../011-libxcomposite1_1%3a0.4.4-1_amd64.deb ...
    Unpacking libxcomposite1:amd64 (1:0.4.4-1) ...
    Selecting previously unselected package libxft2:amd64.
    Preparing to unpack .../012-libxft2_2.3.2-1_amd64.deb ...
    Unpacking libxft2:amd64 (2.3.2-1) ...
    Selecting previously unselected package libxtst6:amd64.
    Preparing to unpack .../013-libxtst6_2%3a1.2.2-1_amd64.deb ...
    Unpacking libxtst6:amd64 (2:1.2.2-1) ...
    Selecting previously unselected package libxv1:amd64.
    Preparing to unpack .../014-libxv1_2%3a1.0.10-1_amd64.deb ...
    Unpacking libxv1:amd64 (2:1.0.10-1) ...
    Selecting previously unselected package hicolor-icon-theme.
    Preparing to unpack .../015-hicolor-icon-theme_0.15-1_all.deb ...
    Unpacking hicolor-icon-theme (0.15-1) ...
    Selecting previously unselected package gtk-update-icon-cache.
    Preparing to unpack .../016-gtk-update-icon-cache_3.20.9-1ubuntu2_amd64.deb ...
    No diversion 'diversion of /usr/sbin/update-icon-caches to /usr/sbin/update-icon-caches.gtk2 by libgtk-3-bin', none removed.
    No diversion 'diversion of /usr/share/man/man8/update-icon-caches.8.gz to /usr/share/man/man8/update-icon-caches.gtk2.8.gz by libgtk-3-bin', none removed.
    Unpacking gtk-update-icon-cache (3.20.9-1ubuntu2) ...
    Selecting previously unselected package libthai-data.
    Preparing to unpack .../017-libthai-data_0.1.25-1_all.deb ...
    Unpacking libthai-data (0.1.25-1) ...
    Selecting previously unselected package libdatrie1:amd64.
    Preparing to unpack .../018-libdatrie1_0.2.10-2_amd64.deb ...
    Unpacking libdatrie1:amd64 (0.2.10-2) ...
    Selecting previously unselected package libthai0:amd64.
    Preparing to unpack .../019-libthai0_0.1.25-1_amd64.deb ...
    Unpacking libthai0:amd64 (0.1.25-1) ...
    Selecting previously unselected package libpango-1.0-0:amd64.
    Preparing to unpack .../020-libpango-1.0-0_1.40.1-1ubuntu1_amd64.deb ...
    Unpacking libpango-1.0-0:amd64 (1.40.1-1ubuntu1) ...
    Selecting previously unselected package libpangoft2-1.0-0:amd64.
    Preparing to unpack .../021-libpangoft2-1.0-0_1.40.1-1ubuntu1_amd64.deb ...
    Unpacking libpangoft2-1.0-0:amd64 (1.40.1-1ubuntu1) ...
    Selecting previously unselected package libpangocairo-1.0-0:amd64.
    Preparing to unpack .../022-libpangocairo-1.0-0_1.40.1-1ubuntu1_amd64.deb ...
    Unpacking libpangocairo-1.0-0:amd64 (1.40.1-1ubuntu1) ...
    Selecting previously unselected package librsvg2-2:amd64.
    Preparing to unpack .../023-librsvg2-2_2.40.16-1_amd64.deb ...
    Unpacking librsvg2-2:amd64 (2.40.16-1) ...
    Selecting previously unselected package librsvg2-common:amd64.
    Preparing to unpack .../024-librsvg2-common_2.40.16-1_amd64.deb ...
    Unpacking librsvg2-common:amd64 (2.40.16-1) ...
    Selecting previously unselected package humanity-icon-theme.
    Preparing to unpack .../025-humanity-icon-theme_0.6.11_all.deb ...
    Unpacking humanity-icon-theme (0.6.11) ...
    Selecting previously unselected package ubuntu-mono.
    Preparing to unpack .../026-ubuntu-mono_16.10+16.10.20161024-0ubuntu1_all.deb ...
    Unpacking ubuntu-mono (16.10+16.10.20161024-0ubuntu1) ...
    Selecting previously unselected package adwaita-icon-theme.
    Preparing to unpack .../027-adwaita-icon-theme_3.20-3ubuntu2_all.deb ...
    Unpacking adwaita-icon-theme (3.20-3ubuntu2) ...
    Selecting previously unselected package libaspell15:amd64.
    Preparing to unpack .../028-libaspell15_0.60.7~20110707-3build1_amd64.deb ...
    Unpacking libaspell15:amd64 (0.60.7~20110707-3build1) ...
    Selecting previously unselected package emacsen-common.
    Preparing to unpack .../029-emacsen-common_2.0.8_all.deb ...
    Unpacking emacsen-common (2.0.8) ...
    Selecting previously unselected package dictionaries-common.
    Preparing to unpack .../030-dictionaries-common_1.27.1_all.deb ...
    Adding 'diversion of /usr/share/dict/words to /usr/share/dict/words.pre-dictionaries-common by dictionaries-common'
    Unpacking dictionaries-common (1.27.1) ...
    Selecting previously unselected package aspell.
    Preparing to unpack .../031-aspell_0.60.7~20110707-3build1_amd64.deb ...
    Unpacking aspell (0.60.7~20110707-3build1) ...
    Selecting previously unselected package aspell-en.
    Preparing to unpack .../032-aspell-en_2016.06.26-0-0.1_all.deb ...
    Unpacking aspell-en (2016.06.26-0-0.1) ...
    Selecting previously unselected package libatspi2.0-0:amd64.
    Preparing to unpack .../033-libatspi2.0-0_2.20.2-1ubuntu1_amd64.deb ...
    Unpacking libatspi2.0-0:amd64 (2.20.2-1ubuntu1) ...
    Selecting previously unselected package at-spi2-core.
    Preparing to unpack .../034-at-spi2-core_2.20.2-1ubuntu1_amd64.deb ...
    Unpacking at-spi2-core (2.20.2-1ubuntu1) ...
    Selecting previously unselected package libdconf1:amd64.
    Preparing to unpack .../035-libdconf1_0.26.0-2_amd64.deb ...
    Unpacking libdconf1:amd64 (0.26.0-2) ...
    Selecting previously unselected package dconf-service.
    Preparing to unpack .../036-dconf-service_0.26.0-2_amd64.deb ...
    Unpacking dconf-service (0.26.0-2) ...
    Selecting previously unselected package dconf-gsettings-backend:amd64.
    Preparing to unpack .../037-dconf-gsettings-backend_0.26.0-2_amd64.deb ...
    Unpacking dconf-gsettings-backend:amd64 (0.26.0-2) ...
    Selecting previously unselected package hunspell-en-us.
    Preparing to unpack .../038-hunspell-en-us_20070829-6ubuntu3_all.deb ...
    Unpacking hunspell-en-us (20070829-6ubuntu3) ...
    Selecting previously unselected package libhunspell-1.4-0:amd64.
    Preparing to unpack .../039-libhunspell-1.4-0_1.4.1-2build1_amd64.deb ...
    Unpacking libhunspell-1.4-0:amd64 (1.4.1-2build1) ...
    Selecting previously unselected package libenchant1c2a:amd64.
    Preparing to unpack .../040-libenchant1c2a_1.6.0-11build1_amd64.deb ...
    Unpacking libenchant1c2a:amd64 (1.6.0-11build1) ...
    Selecting previously unselected package enchant.
    Preparing to unpack .../041-enchant_1.6.0-11build1_amd64.deb ...
    Unpacking enchant (1.6.0-11build1) ...
    Selecting previously unselected package libatk1.0-data.
    Preparing to unpack .../042-libatk1.0-data_2.20.0-1_all.deb ...
    Unpacking libatk1.0-data (2.20.0-1) ...
    Selecting previously unselected package libatk1.0-0:amd64.
    Preparing to unpack .../043-libatk1.0-0_2.20.0-1_amd64.deb ...
    Unpacking libatk1.0-0:amd64 (2.20.0-1) ...
    Selecting previously unselected package libgtk-3-common.
    Preparing to unpack .../044-libgtk-3-common_3.20.9-1ubuntu2_all.deb ...
    Unpacking libgtk-3-common (3.20.9-1ubuntu2) ...
    Selecting previously unselected package libatk-bridge2.0-0:amd64.
    Preparing to unpack .../045-libatk-bridge2.0-0_2.20.1-2ubuntu1_amd64.deb ...
    Unpacking libatk-bridge2.0-0:amd64 (2.20.1-2ubuntu1) ...
    Selecting previously unselected package libcairo-gobject2:amd64.
    Preparing to unpack .../046-libcairo-gobject2_1.14.6-1build1_amd64.deb ...
    Unpacking libcairo-gobject2:amd64 (1.14.6-1build1) ...
    Selecting previously unselected package liblcms2-2:amd64.
    Preparing to unpack .../047-liblcms2-2_2.7-1ubuntu1_amd64.deb ...
    Unpacking liblcms2-2:amd64 (2.7-1ubuntu1) ...
    Selecting previously unselected package libcolord2:amd64.
    Preparing to unpack .../048-libcolord2_1.3.2-1_amd64.deb ...
    Unpacking libcolord2:amd64 (1.3.2-1) ...
    Selecting previously unselected package libepoxy0:amd64.
    Preparing to unpack .../049-libepoxy0_1.3.1-1_amd64.deb ...
    Unpacking libepoxy0:amd64 (1.3.1-1) ...
    Selecting previously unselected package libjson-glib-1.0-common.
    Preparing to unpack .../050-libjson-glib-1.0-common_1.2.2-1_all.deb ...
    Unpacking libjson-glib-1.0-common (1.2.2-1) ...
    Selecting previously unselected package libjson-glib-1.0-0:amd64.
    Preparing to unpack .../051-libjson-glib-1.0-0_1.2.2-1_amd64.deb ...
    Unpacking libjson-glib-1.0-0:amd64 (1.2.2-1) ...
    Selecting previously unselected package libboost-filesystem1.61.0:amd64.
    Preparing to unpack .../052-libboost-filesystem1.61.0_1.61.0+dfsg-2.1_amd64.deb ...
    Unpacking libboost-filesystem1.61.0:amd64 (1.61.0+dfsg-2.1) ...
    Selecting previously unselected package libmircommon6:amd64.
    Preparing to unpack .../053-libmircommon6_0.24.0+16.10.20160815.3-0ubuntu2_amd64.deb ...
    Unpacking libmircommon6:amd64 (0.24.0+16.10.20160815.3-0ubuntu2) ...
    Selecting previously unselected package libprotobuf-lite10:amd64.
    Preparing to unpack .../054-libprotobuf-lite10_3.0.0-7ubuntu3_amd64.deb ...
    Unpacking libprotobuf-lite10:amd64 (3.0.0-7ubuntu3) ...
    Selecting previously unselected package libmirprotobuf3:amd64.
    Preparing to unpack .../055-libmirprotobuf3_0.24.0+16.10.20160815.3-0ubuntu2_amd64.deb ...
    Unpacking libmirprotobuf3:amd64 (0.24.0+16.10.20160815.3-0ubuntu2) ...
    Selecting previously unselected package libmirclient9:amd64.
    Preparing to unpack .../056-libmirclient9_0.24.0+16.10.20160815.3-0ubuntu2_amd64.deb ...
    Unpacking libmirclient9:amd64 (0.24.0+16.10.20160815.3-0ubuntu2) ...
    Selecting previously unselected package glib-networking-common.
    Preparing to unpack .../057-glib-networking-common_2.50.0-1_all.deb ...
    Unpacking glib-networking-common (2.50.0-1) ...
    Selecting previously unselected package glib-networking-services.
    Preparing to unpack .../058-glib-networking-services_2.50.0-1_amd64.deb ...
    Unpacking glib-networking-services (2.50.0-1) ...
    Selecting previously unselected package gsettings-desktop-schemas.
    Preparing to unpack .../059-gsettings-desktop-schemas_3.20.0-3ubuntu1_all.deb ...
    Unpacking gsettings-desktop-schemas (3.20.0-3ubuntu1) ...
    Selecting previously unselected package glib-networking:amd64.
    Preparing to unpack .../060-glib-networking_2.50.0-1_amd64.deb ...
    Unpacking glib-networking:amd64 (2.50.0-1) ...
    Selecting previously unselected package libsoup2.4-1:amd64.
    Preparing to unpack .../061-libsoup2.4-1_2.54.1-1_amd64.deb ...
    Unpacking libsoup2.4-1:amd64 (2.54.1-1) ...
    Selecting previously unselected package libsoup-gnome2.4-1:amd64.
    Preparing to unpack .../062-libsoup-gnome2.4-1_2.54.1-1_amd64.deb ...
    Unpacking libsoup-gnome2.4-1:amd64 (2.54.1-1) ...
    Selecting previously unselected package librest-0.7-0:amd64.
    Preparing to unpack .../063-librest-0.7-0_0.8.0-1_amd64.deb ...
    Unpacking librest-0.7-0:amd64 (0.8.0-1) ...
    Selecting previously unselected package libwayland-cursor0:amd64.
    Preparing to unpack .../064-libwayland-cursor0_1.11.0-2_amd64.deb ...
    Unpacking libwayland-cursor0:amd64 (1.11.0-2) ...
    Selecting previously unselected package libwayland-egl1-mesa:amd64.
    Preparing to unpack .../065-libwayland-egl1-mesa_12.0.3-1ubuntu2_amd64.deb ...
    Unpacking libwayland-egl1-mesa:amd64 (12.0.3-1ubuntu2) ...
    Selecting previously unselected package libxrandr2:amd64.
    Preparing to unpack .../066-libxrandr2_2%3a1.5.0-1_amd64.deb ...
    Unpacking libxrandr2:amd64 (2:1.5.0-1) ...
    Selecting previously unselected package libgtk-3-0:amd64.
    Preparing to unpack .../067-libgtk-3-0_3.20.9-1ubuntu2_amd64.deb ...
    Unpacking libgtk-3-0:amd64 (3.20.9-1ubuntu2) ...
    Selecting previously unselected package libgspell-1-1:amd64.
    Preparing to unpack .../068-libgspell-1-1_1.0.3-1ubuntu3_amd64.deb ...
    Unpacking libgspell-1-1:amd64 (1.0.3-1ubuntu3) ...
    Selecting previously unselected package libgtksourceview-3.0-common.
    Preparing to unpack .../069-libgtksourceview-3.0-common_3.20.4-1_all.deb ...
    Unpacking libgtksourceview-3.0-common (3.20.4-1) ...
    Selecting previously unselected package libgtksourceview-3.0-1:amd64.
    Preparing to unpack .../070-libgtksourceview-3.0-1_3.20.4-1_amd64.deb ...
    Unpacking libgtksourceview-3.0-1:amd64 (3.20.4-1) ...
    Selecting previously unselected package libpeas-common.
    Preparing to unpack .../071-libpeas-common_1.20.0-1_all.deb ...
    Unpacking libpeas-common (1.20.0-1) ...
    Selecting previously unselected package libpeas-1.0-0:amd64.
    Preparing to unpack .../072-libpeas-1.0-0_1.20.0-1_amd64.deb ...
    Unpacking libpeas-1.0-0:amd64 (1.20.0-1) ...
    Selecting previously unselected package gir1.2-atk-1.0.
    Preparing to unpack .../073-gir1.2-atk-1.0_2.20.0-1_amd64.deb ...
    Unpacking gir1.2-atk-1.0 (2.20.0-1) ...
    Selecting previously unselected package gir1.2-freedesktop:amd64.
    Preparing to unpack .../074-gir1.2-freedesktop_1.50.0-1ubuntu2_amd64.deb ...
    Unpacking gir1.2-freedesktop:amd64 (1.50.0-1ubuntu2) ...
    Selecting previously unselected package gir1.2-gdkpixbuf-2.0:amd64.
    Preparing to unpack .../075-gir1.2-gdkpixbuf-2.0_2.34.0-1ubuntu2_amd64.deb ...
    Unpacking gir1.2-gdkpixbuf-2.0:amd64 (2.34.0-1ubuntu2) ...
    Selecting previously unselected package libpangoxft-1.0-0:amd64.
    Preparing to unpack .../076-libpangoxft-1.0-0_1.40.1-1ubuntu1_amd64.deb ...
    Unpacking libpangoxft-1.0-0:amd64 (1.40.1-1ubuntu1) ...
    Selecting previously unselected package gir1.2-pango-1.0:amd64.
    Preparing to unpack .../077-gir1.2-pango-1.0_1.40.1-1ubuntu1_amd64.deb ...
    Unpacking gir1.2-pango-1.0:amd64 (1.40.1-1ubuntu1) ...
    Selecting previously unselected package gir1.2-gtk-3.0:amd64.
    Preparing to unpack .../078-gir1.2-gtk-3.0_3.20.9-1ubuntu2_amd64.deb ...
    Unpacking gir1.2-gtk-3.0:amd64 (3.20.9-1ubuntu2) ...
    Selecting previously unselected package gir1.2-gtksource-3.0:amd64.
    Preparing to unpack .../079-gir1.2-gtksource-3.0_3.20.4-1_amd64.deb ...
    Unpacking gir1.2-gtksource-3.0:amd64 (3.20.4-1) ...
    Selecting previously unselected package gedit-common.
    Preparing to unpack .../080-gedit-common_3.22.0-1ubuntu1_all.deb ...
    Unpacking gedit-common (3.22.0-1ubuntu1) ...
    Selecting previously unselected package python3-cairo.
    Preparing to unpack .../081-python3-cairo_1.10.0+dfsg-5build1_amd64.deb ...
    Unpacking python3-cairo (1.10.0+dfsg-5build1) ...
    Selecting previously unselected package python3-gi-cairo.
    Preparing to unpack .../082-python3-gi-cairo_3.22.0-1_amd64.deb ...
    Unpacking python3-gi-cairo (3.22.0-1) ...
    Selecting previously unselected package gir1.2-peas-1.0:amd64.
    Preparing to unpack .../083-gir1.2-peas-1.0_1.20.0-1_amd64.deb ...
    Unpacking gir1.2-peas-1.0:amd64 (1.20.0-1) ...
    Selecting previously unselected package gedit.
    Preparing to unpack .../084-gedit_3.22.0-1ubuntu1_amd64.deb ...
    Unpacking gedit (3.22.0-1ubuntu1) ...
    Selecting previously unselected package libgstreamer1.0-0:amd64.
    Preparing to unpack .../085-libgstreamer1.0-0_1.8.3-1_amd64.deb ...
    Unpacking libgstreamer1.0-0:amd64 (1.8.3-1) ...
    Selecting previously unselected package liborc-0.4-0:amd64.
    Preparing to unpack .../086-liborc-0.4-0_1%3a0.4.26-1_amd64.deb ...
    Unpacking liborc-0.4-0:amd64 (1:0.4.26-1) ...
    Selecting previously unselected package libgstreamer-plugins-base1.0-0:amd64.
    Preparing to unpack .../087-libgstreamer-plugins-base1.0-0_1.8.3-1ubuntu1_amd64.deb ...
    Unpacking libgstreamer-plugins-base1.0-0:amd64 (1.8.3-1ubuntu1) ...
    Selecting previously unselected package libvisual-0.4-0:amd64.
    Preparing to unpack .../088-libvisual-0.4-0_0.4.0-8_amd64.deb ...
    Unpacking libvisual-0.4-0:amd64 (0.4.0-8) ...
    Selecting previously unselected package gstreamer1.0-plugins-base:amd64.
    Preparing to unpack .../089-gstreamer1.0-plugins-base_1.8.3-1ubuntu1_amd64.deb ...
    Unpacking gstreamer1.0-plugins-base:amd64 (1.8.3-1ubuntu1) ...
    Selecting previously unselected package libaa1:amd64.
    Preparing to unpack .../090-libaa1_1.4p5-44build1_amd64.deb ...
    Unpacking libaa1:amd64 (1.4p5-44build1) ...
    Selecting previously unselected package libraw1394-11:amd64.
    Preparing to unpack .../091-libraw1394-11_2.1.2-1_amd64.deb ...
    Unpacking libraw1394-11:amd64 (2.1.2-1) ...
    Selecting previously unselected package libavc1394-0:amd64.
    Preparing to unpack .../092-libavc1394-0_0.5.4-4_amd64.deb ...
    Unpacking libavc1394-0:amd64 (0.5.4-4) ...
    Selecting previously unselected package libdv4:amd64.
    Preparing to unpack .../093-libdv4_1.0.0-11_amd64.deb ...
    Unpacking libdv4:amd64 (1.0.0-11) ...
    Selecting previously unselected package libgstreamer-plugins-good1.0-0:amd64.
    Preparing to unpack .../094-libgstreamer-plugins-good1.0-0_1.8.3-1ubuntu1_amd64.deb ...
    Unpacking libgstreamer-plugins-good1.0-0:amd64 (1.8.3-1ubuntu1) ...
    Selecting previously unselected package libiec61883-0:amd64.
    Preparing to unpack .../095-libiec61883-0_1.2.0-2_amd64.deb ...
    Unpacking libiec61883-0:amd64 (1.2.0-2) ...
    Selecting previously unselected package libjack-jackd2-0:amd64.
    Preparing to unpack .../096-libjack-jackd2-0_1.9.10+20150825git1ed50c92~dfsg-2ubuntu2_amd64.deb ...
    Unpacking libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-2ubuntu2) ...
    Selecting previously unselected package libtag1v5-vanilla:amd64.
    Preparing to unpack .../097-libtag1v5-vanilla_1.9.1-2.4ubuntu1_amd64.deb ...
    Unpacking libtag1v5-vanilla:amd64 (1.9.1-2.4ubuntu1) ...
    Selecting previously unselected package libtag1v5:amd64.
    Preparing to unpack .../098-libtag1v5_1.9.1-2.4ubuntu1_amd64.deb ...
    Unpacking libtag1v5:amd64 (1.9.1-2.4ubuntu1) ...
    Selecting previously unselected package libv4lconvert0:amd64.
    Preparing to unpack .../099-libv4lconvert0_1.10.1-1_amd64.deb ...
    Unpacking libv4lconvert0:amd64 (1.10.1-1) ...
    Selecting previously unselected package libv4l-0:amd64.
    Preparing to unpack .../100-libv4l-0_1.10.1-1_amd64.deb ...
    Unpacking libv4l-0:amd64 (1.10.1-1) ...
    Selecting previously unselected package libwavpack1:amd64.
    Preparing to unpack .../101-libwavpack1_4.80.0-1_amd64.deb ...
    Unpacking libwavpack1:amd64 (4.80.0-1) ...
    Selecting previously unselected package gstreamer1.0-plugins-good:amd64.
    Preparing to unpack .../102-gstreamer1.0-plugins-good_1.8.3-1ubuntu1_amd64.deb ...
    Unpacking gstreamer1.0-plugins-good:amd64 (1.8.3-1ubuntu1) ...
    Selecting previously unselected package gstreamer1.0-x:amd64.
    Preparing to unpack .../103-gstreamer1.0-x_1.8.3-1ubuntu1_amd64.deb ...
    Unpacking gstreamer1.0-x:amd64 (1.8.3-1ubuntu1) ...
    Selecting previously unselected package libgtk2.0-common.
    Preparing to unpack .../104-libgtk2.0-common_2.24.30-4ubuntu2_all.deb ...
    Unpacking libgtk2.0-common (2.24.30-4ubuntu2) ...
    Selecting previously unselected package libgtk2.0-0:amd64.
    Preparing to unpack .../105-libgtk2.0-0_2.24.30-4ubuntu2_amd64.deb ...
    Unpacking libgtk2.0-0:amd64 (2.24.30-4ubuntu2) ...
    Selecting previously unselected package libgail18:amd64.
    Preparing to unpack .../106-libgail18_2.24.30-4ubuntu2_amd64.deb ...
    Unpacking libgail18:amd64 (2.24.30-4ubuntu2) ...
    Selecting previously unselected package libgail-common:amd64.
    Preparing to unpack .../107-libgail-common_2.24.30-4ubuntu2_amd64.deb ...
    Unpacking libgail-common:amd64 (2.24.30-4ubuntu2) ...
    Selecting previously unselected package libgtk-3-bin.
    Preparing to unpack .../108-libgtk-3-bin_3.20.9-1ubuntu2_amd64.deb ...
    Unpacking libgtk-3-bin (3.20.9-1ubuntu2) ...
    Selecting previously unselected package libgtk2.0-bin.
    Preparing to unpack .../109-libgtk2.0-bin_2.24.30-4ubuntu2_amd64.deb ...
    Unpacking libgtk2.0-bin (2.24.30-4ubuntu2) ...
    Selecting previously unselected package libharfbuzz-icu0:amd64.
    Preparing to unpack .../110-libharfbuzz-icu0_1.2.7-1_amd64.deb ...
    Unpacking libharfbuzz-icu0:amd64 (1.2.7-1) ...
    Selecting previously unselected package libhyphen0:amd64.
    Preparing to unpack .../111-libhyphen0_2.8.8-4_amd64.deb ...
    Unpacking libhyphen0:amd64 (2.8.8-4) ...
    Selecting previously unselected package libjavascriptcoregtk-4.0-18:amd64.
    Preparing to unpack .../112-libjavascriptcoregtk-4.0-18_2.14.1-0ubuntu1_amd64.deb ...
    Unpacking libjavascriptcoregtk-4.0-18:amd64 (2.14.1-0ubuntu1) ...
    Selecting previously unselected package libsecret-common.
    Preparing to unpack .../113-libsecret-common_0.18.5-2ubuntu2_all.deb ...
    Unpacking libsecret-common (0.18.5-2ubuntu2) ...
    Selecting previously unselected package libsecret-1-0:amd64.
    Preparing to unpack .../114-libsecret-1-0_0.18.5-2ubuntu2_amd64.deb ...
    Unpacking libsecret-1-0:amd64 (0.18.5-2ubuntu2) ...
    Selecting previously unselected package libwebp6:amd64.
    Preparing to unpack .../115-libwebp6_0.5.1-2ubuntu1_amd64.deb ...
    Unpacking libwebp6:amd64 (0.5.1-2ubuntu1) ...
    Selecting previously unselected package libxslt1.1:amd64.
    Preparing to unpack .../116-libxslt1.1_1.1.29-1_amd64.deb ...
    Unpacking libxslt1.1:amd64 (1.1.29-1) ...
    Selecting previously unselected package libwebkit2gtk-4.0-37:amd64.
    Preparing to unpack .../117-libwebkit2gtk-4.0-37_2.14.1-0ubuntu1_amd64.deb ...
    Unpacking libwebkit2gtk-4.0-37:amd64 (2.14.1-0ubuntu1) ...
    Selecting previously unselected package libwebkit2gtk-4.0-37-gtk2:amd64.
    Preparing to unpack .../118-libwebkit2gtk-4.0-37-gtk2_2.14.1-0ubuntu1_amd64.deb ...
    Unpacking libwebkit2gtk-4.0-37-gtk2:amd64 (2.14.1-0ubuntu1) ...
    Selecting previously unselected package libyelp0:amd64.
    Preparing to unpack .../119-libyelp0_3.22.0-1ubuntu1_amd64.deb ...
    Unpacking libyelp0:amd64 (3.22.0-1ubuntu1) ...
    Selecting previously unselected package notification-daemon.
    Preparing to unpack .../120-notification-daemon_3.20.0-1_amd64.deb ...
    Unpacking notification-daemon (3.20.0-1) ...
    Selecting previously unselected package yelp-xsl.
    Preparing to unpack .../121-yelp-xsl_3.20.1-2_all.deb ...
    Unpacking yelp-xsl (3.20.1-2) ...
    Selecting previously unselected package yelp.
    Preparing to unpack .../122-yelp_3.22.0-1ubuntu1_amd64.deb ...
    Unpacking yelp (3.22.0-1ubuntu1) ...
    Selecting previously unselected package zenity-common.
    Preparing to unpack .../123-zenity-common_3.22.0-1_all.deb ...
    Unpacking zenity-common (3.22.0-1) ...
    Selecting previously unselected package zenity.
    Preparing to unpack .../124-zenity_3.22.0-1_amd64.deb ...
    Unpacking zenity (3.22.0-1) ...
    Setting up libcairo2:amd64 (1.14.6-1build1) ...
    Setting up libsecret-common (0.18.5-2ubuntu2) ...
    Setting up libraw1394-11:amd64 (2.1.2-1) ...
    Setting up libjson-glib-1.0-common (1.2.2-1) ...
    Setting up libgtk2.0-common (2.24.30-4ubuntu2) ...
    Setting up glib-networking-common (2.50.0-1) ...
    Setting up libgstreamer1.0-0:amd64 (1.8.3-1) ...
    Setcap worked! gst-ptp-helper is not suid!
    Setting up libharfbuzz-icu0:amd64 (1.2.7-1) ...
    Processing triggers for mime-support (3.60ubuntu1) ...
    Setting up libwavpack1:amd64 (4.80.0-1) ...
    Setting up liblcms2-2:amd64 (2.7-1ubuntu1) ...
    Setting up libjbig0:amd64 (2.1-3.1) ...
    Setting up libaspell15:amd64 (0.60.7~20110707-3build1) ...
    Setting up gir1.2-freedesktop:amd64 (1.50.0-1ubuntu2) ...
    Setting up libv4lconvert0:amd64 (1.10.1-1) ...
    Setting up libatspi2.0-0:amd64 (2.20.2-1ubuntu1) ...
    Processing triggers for libglib2.0-0:amd64 (2.50.0-1) ...
    Setting up emacsen-common (2.0.8) ...
    Setting up libcairo-gobject2:amd64 (1.14.6-1build1) ...
    Setting up libgdk-pixbuf2.0-common (2.34.0-1ubuntu2) ...
    Setting up glib-networking-services (2.50.0-1) ...
    Setting up libdatrie1:amd64 (0.2.10-2) ...
    Setting up libtiff5:amd64 (4.0.6-2) ...
    Setting up libiec61883-0:amd64 (1.2.0-2) ...
    Setting up libgtksourceview-3.0-common (3.20.4-1) ...
    Setting up libspeex1:amd64 (1.2~rc1.2-1ubuntu1) ...
    Setting up libcdparanoia0:amd64 (3.10.2+debian-11) ...
    Setting up libxtst6:amd64 (2:1.2.2-1) ...
    Setting up libjson-glib-1.0-0:amd64 (1.2.2-1) ...
    Setting up libxslt1.1:amd64 (1.1.29-1) ...
    Setting up libatk1.0-data (2.20.0-1) ...
    Setting up libboost-filesystem1.61.0:amd64 (1.61.0+dfsg-2.1) ...
    Setting up libhyphen0:amd64 (2.8.8-4) ...
    Setting up libaa1:amd64 (1.4p5-44build1) ...
    Processing triggers for libc-bin (2.24-3ubuntu1) ...
    Setting up libepoxy0:amd64 (1.3.1-1) ...
    Setting up libatk1.0-0:amd64 (2.20.0-1) ...
    Setting up libwayland-egl1-mesa:amd64 (12.0.3-1ubuntu2) ...
    Setting up libatk-bridge2.0-0:amd64 (2.20.1-2ubuntu1) ...
    Setting up libavc1394-0:amd64 (0.5.4-4) ...
    Setting up zenity-common (3.22.0-1) ...
    Setting up libvisual-0.4-0:amd64 (0.4.0-8) ...
    Setting up libdconf1:amd64 (0.26.0-2) ...
    Setting up libxcomposite1:amd64 (1:0.4.4-1) ...
    Setting up libxv1:amd64 (2:1.0.10-1) ...
    Processing triggers for man-db (2.7.5-1) ...
    Setting up libjavascriptcoregtk-4.0-18:amd64 (2.14.1-0ubuntu1) ...
    Setting up yelp-xsl (3.20.1-2) ...
    Setting up python3-cairo (1.10.0+dfsg-5build1) ...
    Setting up liborc-0.4-0:amd64 (1:0.4.26-1) ...
    Setting up libcolord2:amd64 (1.3.2-1) ...
    Setting up libthai-data (0.1.25-1) ...
    Setting up libxft2:amd64 (2.3.2-1) ...
    Setting up libsamplerate0:amd64 (0.1.8-8) ...
    Setting up libprotobuf-lite10:amd64 (3.0.0-7ubuntu3) ...
    Setting up libtheora0:amd64 (1.1.1+dfsg.1-14) ...
    Setting up hicolor-icon-theme (0.15-1) ...
    Setting up libshout3:amd64 (2.3.1-3) ...
    Setting up libsecret-1-0:amd64 (0.18.5-2ubuntu2) ...
    Setting up libwayland-cursor0:amd64 (1.11.0-2) ...
    Setting up libhunspell-1.4-0:amd64 (1.4.1-2build1) ...
    Setting up libpeas-common (1.20.0-1) ...
    Setting up libxrandr2:amd64 (2:1.5.0-1) ...
    Setting up libdv4:amd64 (1.0.0-11) ...
    Setting up libtag1v5-vanilla:amd64 (1.9.1-2.4ubuntu1) ...
    Setting up libwebp6:amd64 (0.5.1-2ubuntu1) ...
    Setting up libgstreamer-plugins-base1.0-0:amd64 (1.8.3-1ubuntu1) ...
    Setting up gstreamer1.0-plugins-base:amd64 (1.8.3-1ubuntu1) ...
    Setting up libmircommon6:amd64 (0.24.0+16.10.20160815.3-0ubuntu2) ...
    Setting up gir1.2-atk-1.0 (2.20.0-1) ...
    Setting up libtag1v5:amd64 (1.9.1-2.4ubuntu1) ...
    Setting up dconf-service (0.26.0-2) ...
    Setting up libv4l-0:amd64 (1.10.1-1) ...
    Setting up dictionaries-common (1.27.1) ...
    Setting up libmirprotobuf3:amd64 (0.24.0+16.10.20160815.3-0ubuntu2) ...
    Setting up at-spi2-core (2.20.2-1ubuntu1) ...
    Setting up libgdk-pixbuf2.0-0:amd64 (2.34.0-1ubuntu2) ...
    Setting up gir1.2-gdkpixbuf-2.0:amd64 (2.34.0-1ubuntu2) ...
    Setting up libmirclient9:amd64 (0.24.0+16.10.20160815.3-0ubuntu2) ...
    Setting up libthai0:amd64 (0.1.25-1) ...
    Setting up python3-gi-cairo (3.22.0-1) ...
    Setting up gtk-update-icon-cache (3.20.9-1ubuntu2) ...
    Setting up libpango-1.0-0:amd64 (1.40.1-1ubuntu1) ...
    Setting up libjack-jackd2-0:amd64 (1.9.10+20150825git1ed50c92~dfsg-2ubuntu2) ...
    Setting up aspell (0.60.7~20110707-3build1) ...
    Setting up libgstreamer-plugins-good1.0-0:amd64 (1.8.3-1ubuntu1) ...
    Setting up dconf-gsettings-backend:amd64 (0.26.0-2) ...
    Setting up hunspell-en-us (20070829-6ubuntu3) ...
    Setting up libenchant1c2a:amd64 (1.6.0-11build1) ...
    Setting up libnotify4:amd64 (0.7.6-2svn1) ...
    Setting up gsettings-desktop-schemas (3.20.0-3ubuntu1) ...
    Setting up libgtk-3-common (3.20.9-1ubuntu2) ...
    Setting up libpangoft2-1.0-0:amd64 (1.40.1-1ubuntu1) ...
    Setting up glib-networking:amd64 (2.50.0-1) ...
    Setting up aspell-en (2016.06.26-0-0.1) ...
    Setting up gedit-common (3.22.0-1ubuntu1) ...
    Setting up enchant (1.6.0-11build1) ...
    Setting up libpangoxft-1.0-0:amd64 (1.40.1-1ubuntu1) ...
    Setting up libsoup2.4-1:amd64 (2.54.1-1) ...
    Setting up libsoup-gnome2.4-1:amd64 (2.54.1-1) ...
    Setting up libpangocairo-1.0-0:amd64 (1.40.1-1ubuntu1) ...
    Setting up gir1.2-pango-1.0:amd64 (1.40.1-1ubuntu1) ...
    Setting up librest-0.7-0:amd64 (0.8.0-1) ...
    Setting up gstreamer1.0-plugins-good:amd64 (1.8.3-1ubuntu1) ...
    Setting up gstreamer1.0-x:amd64 (1.8.3-1ubuntu1) ...
    Setting up librsvg2-2:amd64 (2.40.16-1) ...
    Setting up librsvg2-common:amd64 (2.40.16-1) ...
    Setting up adwaita-icon-theme (3.20-3ubuntu2) ...
    update-alternatives: using /usr/share/icons/Adwaita/cursor.theme to provide /usr/share/icons/default/index.theme (x-cursor-theme) in auto mode
    Setting up libgtk2.0-0:amd64 (2.24.30-4ubuntu2) ...
    Setting up libgail18:amd64 (2.24.30-4ubuntu2) ...
    Setting up libgail-common:amd64 (2.24.30-4ubuntu2) ...
    Setting up humanity-icon-theme (0.6.11) ...
    Setting up libgtk-3-0:amd64 (3.20.9-1ubuntu2) ...
    Setting up libpeas-1.0-0:amd64 (1.20.0-1) ...
    Setting up libgtk-3-bin (3.20.9-1ubuntu2) ...
    Setting up notification-daemon (3.20.0-1) ...
    Setting up libgtk2.0-bin (2.24.30-4ubuntu2) ...
    Setting up libgtksourceview-3.0-1:amd64 (3.20.4-1) ...
    Setting up gir1.2-gtk-3.0:amd64 (3.20.9-1ubuntu2) ...
    Setting up ubuntu-mono (16.10+16.10.20161024-0ubuntu1) ...
    Setting up libwebkit2gtk-4.0-37:amd64 (2.14.1-0ubuntu1) ...
    Setting up gir1.2-peas-1.0:amd64 (1.20.0-1) ...
    Setting up libgspell-1-1:amd64 (1.0.3-1ubuntu3) ...
    Setting up libwebkit2gtk-4.0-37-gtk2:amd64 (2.14.1-0ubuntu1) ...
    Setting up libyelp0:amd64 (3.22.0-1ubuntu1) ...
    Setting up yelp (3.22.0-1ubuntu1) ...
    Setting up gir1.2-gtksource-3.0:amd64 (3.20.4-1) ...
    Setting up zenity (3.22.0-1) ...
    Setting up gedit (3.22.0-1ubuntu1) ...
    update-alternatives: using /usr/bin/gedit to provide /usr/bin/gnome-text-editor (gnome-text-editor) in auto mode
    Processing triggers for libc-bin (2.24-3ubuntu1) ...
    Processing triggers for dictionaries-common (1.27.1) ...
    aspell-autobuildhash: processing: en [en-common].
    aspell-autobuildhash: processing: en [en-variant_0].
    aspell-autobuildhash: processing: en [en-variant_1].
    aspell-autobuildhash: processing: en [en-variant_2].
    aspell-autobuildhash: processing: en [en-w_accents-only].
    aspell-autobuildhash: processing: en [en-wo_accents-only].
    aspell-autobuildhash: processing: en [en_CA-variant_0].
    aspell-autobuildhash: processing: en [en_CA-variant_1].
    aspell-autobuildhash: processing: en [en_CA-w_accents-only].
    aspell-autobuildhash: processing: en [en_CA-wo_accents-only].
    aspell-autobuildhash: processing: en [en_GB-ise-w_accents-only].
    aspell-autobuildhash: processing: en [en_GB-ise-wo_accents-only].
    aspell-autobuildhash: processing: en [en_GB-ize-w_accents-only].
    aspell-autobuildhash: processing: en [en_GB-ize-wo_accents-only].
    aspell-autobuildhash: processing: en [en_GB-variant_0].
    aspell-autobuildhash: processing: en [en_GB-variant_1].
    aspell-autobuildhash: processing: en [en_US-w_accents-only].
    aspell-autobuildhash: processing: en [en_US-wo_accents-only].
    Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.34.0-1ubuntu2) ...