Showing posts with label Package manager. Show all posts
Showing posts with label Package manager. Show all posts

Saturday, September 17, 2016

FreeBSD: Installing cURL

Command:

# pkg install curl


Result:

Updating FreeBSD repository catalogue...
Fetching meta.txz: 100%    940 B   0.9kB/s    00:01  
Fetching packagesite.txz: 100%    6 MiB 524.9kB/s    00:11  
Processing entries: 100%
FreeBSD repository update completed. 25376 packages processed.
Updating database digests format: 100%
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
curl: 7.50.1
ca_root_nss: 3.26

Number of packages to be installed: 2

The process will require 6 MiB more space.
2 MiB to be downloaded.

Proceed with this action? [y/N]: y

Fetching curl-7.50.1.txz: 100%    2 MiB 377.3kB/s    00:06  
Fetching ca_root_nss-3.26.txz: 100%  336 KiB 344.5kB/s    00:01  
Checking integrity... done (0 conflicting)
[1/2] Installing ca_root_nss-3.26...
[1/2] Extracting ca_root_nss-3.26: 100%
[2/2] Installing curl-7.50.1...
[2/2] Extracting curl-7.50.1: 100%
Message from ca_root_nss-3.26:
********************************* WARNING *********************************

FreeBSD does not, and can not warrant that the certification authorities
whose certificates are included in this package have in any way been
audited for trustworthiness or RFC 3647 compliance.

Assessment and verification of trust is the complete responsibility of the
system administrator.

*********************************** NOTE **********************************

This package installs symlinks to support root certificates discovery by
default for software that uses OpenSSL.

This enables SSL Certificate Verification by client software without manual
intervention.

If you prefer to do this manually, replace the following symlinks with
either an empty file or your site-local certificate bundle.

  * /etc/ssl/cert.pem
  * /usr/local/etc/ssl/cert.pem
  * /usr/local/openssl/cert.pem

***************************************************************************


Command:

# pkg info


Result:

ca_root_nss-3.26               Root certificate bundle from the Mozilla Project
curl-7.50.1                    Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
pkg-1.8.7_1                    Package manager


Command:

 # pkg info curl


Result:

curl-7.50.1
Name           : curl
Version        : 7.50.1
Installed on   : Sat Sep 17 15:37:33 2016 JST
Origin         : ftp/curl
Architecture   : freebsd:10:x86:64
Prefix         : /usr/local
Categories     : ipv6 ftp www
Licenses       : MIT
Maintainer     : sunpoet@FreeBSD.org
WWW            : http://curl.haxx.se/
Comment        : Non-interactive tool to get files from FTP, GOPHER, HTTP(S) servers
Options        :
CARES          : off
CA_BUNDLE      : on
COOKIES        : on
CURL_DEBUG     : off
DEBUG          : off
DOCS           : on
EXAMPLES       : on
GNUTLS         : off
GSSAPI_BASE    : on
GSSAPI_HEIMDAL : off
GSSAPI_MIT     : off
GSSAPI_NONE    : off
HTTP2          : off
IDN            : off
IPV6           : on
LDAP           : off
LDAPS          : off
LIBSSH2        : off
METALINK       : off
NSS            : off
OPENSSL        : on
POLARSSL       : off
PROXY          : on
PSL            : off
RTMP           : off
THREADED_RESOLVER: on
TLS_SRP        : on
WOLFSSL        : off
Shared Libs provided:
libcurl.so.4
Annotations    :
cpe            : cpe:2.3:a:haxx:curl:7.50.1:::::freebsd10:x64
repo_type      : binary
repository     : FreeBSD
Flat size      : 4.99MiB
Description    :
curl is a client to get documents/files from servers, using any of the
supported protocols. The command is designed to work without user
interaction or any kind of interactivity.

curl offers a busload of useful tricks like proxy support, user
authentication, ftp upload, HTTP post, SSL (https:) connections, file
transfer resume and more.

WWW: http://curl.haxx.se/


Command:

# pkg info ca_root_nss


Result:

ca_root_nss-3.26
Name           : ca_root_nss
Version        : 3.26
Installed on   : Sat Sep 17 15:37:33 2016 JST
Origin         : security/ca_root_nss
Architecture   : freebsd:10:*
Prefix         : /usr/local
Categories     : security
Licenses       : MPL
Maintainer     : ports-secteam@FreeBSD.org
WWW            : UNKNOWN
Comment        : Root certificate bundle from the Mozilla Project
Options        :
ETCSYMLINK     : on
Annotations    :
repo_type      : binary
repository     : FreeBSD
Flat size      : 936KiB
Description    :
Root certificates from certificate authorities included in the Mozilla
NSS library and thus in Firefox and Thunderbird.

This port directly tracks the version of NSS in the security/nss port.



FreeBSD: pkg: Obtaining Informations about Installed Packages

Command:

$ pkg info


Result:

pkg-1.8.7_1                    Package manager


Command:

$ pkg info pkg


Result:

pkg-1.8.7_1
Name           : pkg
Version        : 1.8.7_1
Installed on   : Sat Sep 17 15:14:30 2016 JST
Origin         : ports-mgmt/pkg
Architecture   : freebsd:10:x86:64
Prefix         : /usr/local
Categories     : ports-mgmt
Licenses       : BSD2CLAUSE
Maintainer     : pkg@FreeBSD.org
WWW            : http://wiki.freebsd.org/pkgng
Comment        : Package manager
Shared Libs provided:
libpkg.so.3
Annotations    :
Flat size      : 10.2MiB
Description    :
Package management tool

WWW: http://wiki.freebsd.org/pkgng

Sunday, September 11, 2016

macOS Sierra: Apache Cordova: Installation

Command:

$ npm install -g cordova


Result:

npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher to avoid a RegExp DoS issue
/usr/local/bin/cordova -> /usr/local/lib/node_modules/cordova/bin/cordova
cordova@6.3.1 /usr/local/lib/node_modules/cordova
├── underscore@1.7.0
├── q@1.0.1
├── nopt@3.0.1 (abbrev@1.0.9)
├── update-notifier@0.5.0 (is-npm@1.0.0, semver-diff@2.1.0, string-length@1.0.1, chalk@1.1.3, repeating@1.1.3, configstore@1.4.0, latest-version@1.0.1)
├── cordova-common@1.4.1 (cordova-registry-mapper@1.1.15, unorm@1.4.1, underscore@1.8.3, q@1.4.1, semver@5.3.0, ansi@0.3.1, osenv@0.1.3, shelljs@0.5.3, bplist-parser@0.1.1, glob@5.0.15, minimatch@3.0.3, elementtree@0.1.6, plist@1.2.0)
├── insight@0.8.3 (object-assign@4.1.0, async@1.5.2, tough-cookie@2.3.1, node-uuid@1.4.7, lodash.debounce@3.1.1, chalk@1.1.3, configstore@1.4.0, os-name@1.0.3, inquirer@0.10.1, request@2.74.0)
└── cordova-lib@6.3.1 (valid-identifier@0.0.1, opener@1.4.1, cordova-registry-mapper@1.1.15, unorm@1.3.3, properties-parser@0.2.3, nopt@3.0.6, semver@4.3.6, dep-graph@1.1.0, shelljs@0.3.0, glob@5.0.15, elementtree@0.1.6, request@2.47.0, cordova-serve@1.0.0, cordova-app-hello-world@3.10.0, aliasify@1.9.0, xcode@0.8.9, tar@1.0.2, init-package-json@1.9.4, cordova-fetch@1.0.1, plist@1.2.0, cordova-js@4.1.4, npm@2.15.11)


Command:

$ cordova --version


Result:

? May Cordova anonymously report usage statistics to improve the tool over time? Yes

Thanks for opting into telemetry to help us improve cordova.
6.3.1

Saturday, July 16, 2016

Ubuntu:Advanced Packaging Tool:Upgrade

Command:

# apt-get upgrade

Result:

Reading package lists... Done
Building dependency tree      
Reading state information... Done
Calculating upgrade... Done
The following packages were automatically installed and are no longer required:
  linux-headers-4.4.0-21 linux-headers-4.4.0-21-generic
  linux-image-4.4.0-21-generic linux-image-extra-4.4.0-21-generic
Use 'sudo apt autoremove' to remove them.
The following packages have been kept back:
  vim vim-common vim-runtime vim-tiny
The following packages will be upgraded:
  accountsservice apport apt apt-transport-https apt-utils base-files bash
  bash-completion bsdutils command-not-found command-not-found-data dh-python
  dmidecode gcc-5-base grep grub-common grub-legacy-ec2 grub-pc grub-pc-bin
  grub2-common init init-system-helpers initramfs-tools initramfs-tools-bin
  initramfs-tools-core language-pack-en language-pack-en-base language-pack-ja
  language-pack-ja-base language-selector-common libaccountsservice0
  libapt-inst2.0 libapt-pkg5.0 libblkid1 libdrm2 libfdisk1 libglib2.0-0
  libglib2.0-data libgnutls-openssl27 libgnutls30 libldap-2.4-2 liblxc1 libmount1
  libpam-systemd libsmartcols1 libstdc++6 libsystemd0 libudev1 libuuid1
  linux-firmware lsb-base lsb-release lshw lxc-common lxcfs lxd lxd-client mdadm
  mount mtr-tiny python3-apport python3-commandnotfound python3-problem-report
  python3-software-properties python3-urllib3 shared-mime-info snapd
  software-properties-common systemd systemd-sysv udev util-linux uuid-runtime
73 upgraded, 0 newly installed, 0 to remove and 4 not upgraded.
Need to get 63.4 MB of archives.
After this operation, 7381 kB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 base-files amd64 9.4ubuntu4.1 [68.4 kB]
Get:2 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 bash amd64 4.3-14ubuntu1.1 [583 kB]
Get:3 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 bsdutils amd64 1:2.27.1-6ubuntu3.1 [51.8 kB]
Get:4 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grep amd64 2.25-1~16.04.1 [153 kB]
Get:5 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 init-system-helpers all 1.29ubuntu2 [32.2 kB]
Get:6 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 init amd64 1.29ubuntu2 [4520 B]
Get:7 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libpam-systemd amd64 229-4ubuntu6 [115 kB]
Get:8 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libudev1 amd64 229-4ubuntu6 [57.9 kB]
Get:9 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-pc-bin amd64 2.02~beta2-36ubuntu3.1 [884 kB]
Get:10 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-pc amd64 2.02~beta2-36ubuntu3.1 [197 kB]
Get:11 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub2-common amd64 2.02~beta2-36ubuntu3.1 [512 kB]
Get:12 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-common amd64 2.02~beta2-36ubuntu3.1 [1706 kB]
Get:13 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mdadm amd64 3.3-2ubuntu7.1 [394 kB]
Get:14 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 udev amd64 229-4ubuntu6 [990 kB]
Get:15 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsystemd0 amd64 229-4ubuntu6 [208 kB]
Get:16 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 systemd amd64 229-4ubuntu6 [3642 kB]
Get:17 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libuuid1 amd64 2.27.1-6ubuntu3.1 [15.6 kB]
Get:18 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libblkid1 amd64 2.27.1-6ubuntu3.1 [107 kB]
Get:19 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 initramfs-tools all 0.122ubuntu8.1 [8602 B]
Get:20 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 initramfs-tools-core all 0.122ubuntu8.1 [42.2 kB]
Get:21 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 initramfs-tools-bin amd64 0.122ubuntu8.1 [10.8 kB]
Get:22 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 systemd-sysv amd64 229-4ubuntu6 [15.2 kB]
Get:23 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libmount1 amd64 2.27.1-6ubuntu3.1 [114 kB]
Get:24 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 lsb-base all 9.20160110ubuntu0.2 [13.7 kB]
Get:25 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 util-linux amd64 2.27.1-6ubuntu3.1 [848 kB]
Get:26 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mount amd64 2.27.1-6ubuntu3.1 [121 kB]
Get:27 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 gcc-5-base amd64 5.4.0-6ubuntu1~16.04.1 [16.6 kB]
Get:28 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libstdc++6 amd64 5.4.0-6ubuntu1~16.04.1 [393 kB]
Get:29 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-pkg5.0 amd64 1.2.12~ubuntu16.04.1 [696 kB]
Get:30 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-inst2.0 amd64 1.2.12~ubuntu16.04.1 [55.4 kB]
Get:31 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apt amd64 1.2.12~ubuntu16.04.1 [1038 kB]
Get:32 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apt-utils amd64 1.2.12~ubuntu16.04.1 [196 kB]                        
Get:33 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 bash-completion all 1:2.1-4.2ubuntu1.1 [152 kB]                        
Get:34 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-0 amd64 2.48.1-1~ubuntu16.04.1 [1118 kB]                    
Get:35 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 accountsservice amd64 0.6.40-2ubuntu11.1 [56.2 kB]                          
Get:36 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libaccountsservice0 amd64 0.6.40-2ubuntu11.1 [67.0 kB]                      
Get:37 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 language-selector-common all 0.165.3 [214 kB]                              
Get:38 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 uuid-runtime amd64 2.27.1-6ubuntu3.1 [26.4 kB]                              
Get:39 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 language-pack-en all 1:16.04+20160627 [1826 B]                              
Get:40 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 language-pack-en-base all 1:16.04+20160627 [451 kB]                        
Get:41 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 language-pack-ja all 1:16.04+20160627 [1832 B]                              
Get:42 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 language-pack-ja-base all 1:16.04+20160627 [2016 kB]                        
Get:43 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 liblxc1 amd64 2.0.3-0ubuntu1~ubuntu16.04.1 [200 kB]                        
Get:44 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 lxc-common amd64 2.0.3-0ubuntu1~ubuntu16.04.1 [27.7 kB]                    
Get:45 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 lxcfs amd64 2.0.2-0ubuntu1~ubuntu16.04.1 [34.4 kB]                          
Get:46 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 lxd amd64 2.0.3-0ubuntu1~ubuntu16.04.2 [3664 kB]                            
Get:47 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libfdisk1 amd64 2.27.1-6ubuntu3.1 [138 kB]                                                                                                            
Get:48 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libsmartcols1 amd64 2.27.1-6ubuntu3.1 [63.3 kB]                                                                                                      
Get:49 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dh-python all 2.20151103ubuntu1.1 [74.1 kB]                                                                                                          
Get:50 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls-openssl27 amd64 3.4.10-4ubuntu1.1 [21.9 kB]                                                                                                
Get:51 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libgnutls30 amd64 3.4.10-4ubuntu1.1 [547 kB]                                                                                                          
Get:52 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 lsb-release all 9.20160110ubuntu0.2 [11.8 kB]                                                                                                        
Get:53 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apt-transport-https amd64 1.2.12~ubuntu16.04.1 [25.7 kB]                                                                                              
Get:54 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 command-not-found-data amd64 0.3ubuntu16.04.2 [879 kB]                                                                                                
Get:55 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-commandnotfound all 0.3ubuntu16.04.2 [5766 B]                                                                                                
Get:56 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 command-not-found all 0.3ubuntu16.04.2 [3696 B]                                                                                                      
Get:57 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 dmidecode amd64 3.0-2ubuntu0.1 [48.6 kB]                                                                                                              
Get:58 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libdrm2 amd64 2.4.67-1ubuntu0.16.04.1 [28.1 kB]                                                                                                      
Get:59 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libglib2.0-data all 2.48.1-1~ubuntu16.04.1 [132 kB]                                                                                                  
Get:60 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 libldap-2.4-2 amd64 2.4.42+dfsg-2ubuntu3.1 [161 kB]                                                                                                  
Get:61 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 lshw amd64 02.17-1.1ubuntu3.2 [215 kB]                                                                                                                
Get:62 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 mtr-tiny amd64 0.86-1ubuntu0.1 [38.2 kB]                                                                                                              
Get:63 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 shared-mime-info amd64 1.5-2ubuntu0.1 [405 kB]                                                                                                        
Get:64 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-problem-report all 2.20.1-0ubuntu2.1 [9862 B]                                                                                                
Get:65 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-apport all 2.20.1-0ubuntu2.1 [79.3 kB]                                                                                                        
Get:66 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 apport all 2.20.1-0ubuntu2.1 [119 kB]                                                                                                                
Get:67 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 linux-firmware all 1.157.2 [32.6 MB]                                                                                                                  
Get:68 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 lxd-client amd64 2.0.3-0ubuntu1~ubuntu16.04.2 [1833 kB]                                                                                              
Get:69 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 software-properties-common all 0.96.20.2 [9420 B]                                                                                                    
Get:70 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-software-properties all 0.96.20.2 [19.6 kB]                                                                                                  
Get:71 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-urllib3 all 1.13.1-2ubuntu0.16.04.1 [57.3 kB]                                                                                                
Get:72 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 snapd amd64 2.0.10 [4530 kB]                                                                                                                          
Get:73 http://jp.archive.ubuntu.com/ubuntu xenial-updates/main amd64 grub-legacy-ec2 all 0.7.7~bzr1246-0ubuntu1~16.04.1 [22.4 kB]                                                                                          
Fetched 63.4 MB in 29s (2181 kB/s)                                                                                                                                                                                        
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "ja_JP.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("ja_JP.UTF-8").
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: LC_ALL??????????????????: ??????????????????????
パッケージからテンプレートを展開しています: 100%
パッケージを事前設定しています ...
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = (unset),
LC_ALL = (unset),
LC_CTYPE = "UTF-8",
LANG = "ja_JP.UTF-8"
    are supported and installed on your system.
perl: warning: Falling back to a fallback locale ("ja_JP.UTF-8").
(Reading database ... 123905 files and directories currently installed.)
Preparing to unpack .../base-files_9.4ubuntu4.1_amd64.deb ...
Unpacking base-files (9.4ubuntu4.1) over (9.4ubuntu4) ...
Processing triggers for plymouth-theme-ubuntu-text (0.9.2-3ubuntu13.1) ...
update-initramfs: deferring update (trigger activated)
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for initramfs-tools (0.122ubuntu8) ...
update-initramfs: Generating /boot/initrd.img-4.4.0-31-generic
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
Setting up base-files (9.4ubuntu4.1) ...
Installing new version of config file /etc/update-motd.d/10-help-text ...
(Reading database ... 123905 files and directories currently installed.)
Preparing to unpack .../bash_4.3-14ubuntu1.1_amd64.deb ...
Unpacking bash (4.3-14ubuntu1.1) over (4.3-14ubuntu1) ...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up bash (4.3-14ubuntu1.1) ...
Installing new version of config file /etc/skel/.profile ...
update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode
(Reading database ... 123905 files and directories currently installed.)
Preparing to unpack .../bsdutils_1%3a2.27.1-6ubuntu3.1_amd64.deb ...
Unpacking bsdutils (1:2.27.1-6ubuntu3.1) over (1:2.27.1-6ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up bsdutils (1:2.27.1-6ubuntu3.1) ...
(Reading database ... 123905 files and directories currently installed.)
Preparing to unpack .../grep_2.25-1~16.04.1_amd64.deb ...
Unpacking grep (2.25-1~16.04.1) over (2.24-1) ...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up grep (2.25-1~16.04.1) ...
(Reading database ... 123905 files and directories currently installed.)
Preparing to unpack .../init-system-helpers_1.29ubuntu2_all.deb ...
Unpacking init-system-helpers (1.29ubuntu2) over (1.29ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up init-system-helpers (1.29ubuntu2) ...
(Reading database ... 123905 files and directories currently installed.)
Preparing to unpack .../init_1.29ubuntu2_amd64.deb ...
Unpacking init (1.29ubuntu2) over (1.29ubuntu1) ...
Setting up init (1.29ubuntu2) ...
(Reading database ... 123905 files and directories currently installed.)
Preparing to unpack .../libpam-systemd_229-4ubuntu6_amd64.deb ...
Unpacking libpam-systemd:amd64 (229-4ubuntu6) over (229-4ubuntu5) ...
Preparing to unpack .../libudev1_229-4ubuntu6_amd64.deb ...
Unpacking libudev1:amd64 (229-4ubuntu6) over (229-4ubuntu5) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Setting up libudev1:amd64 (229-4ubuntu6) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
(Reading database ... 123905 files and directories currently installed.)
Preparing to unpack .../grub-pc-bin_2.02~beta2-36ubuntu3.1_amd64.deb ...
Unpacking grub-pc-bin (2.02~beta2-36ubuntu3.1) over (2.02~beta2-36ubuntu3) ...
Preparing to unpack .../grub-pc_2.02~beta2-36ubuntu3.1_amd64.deb ...
Unpacking grub-pc (2.02~beta2-36ubuntu3.1) over (2.02~beta2-36ubuntu3) ...
Preparing to unpack .../grub2-common_2.02~beta2-36ubuntu3.1_amd64.deb ...
Unpacking grub2-common (2.02~beta2-36ubuntu3.1) over (2.02~beta2-36ubuntu3) ...
Preparing to unpack .../grub-common_2.02~beta2-36ubuntu3.1_amd64.deb ...
Unpacking grub-common (2.02~beta2-36ubuntu3.1) over (2.02~beta2-36ubuntu3) ...
Preparing to unpack .../mdadm_3.3-2ubuntu7.1_amd64.deb ...
Unpacking mdadm (3.3-2ubuntu7.1) over (3.3-2ubuntu7) ...
Preparing to unpack .../udev_229-4ubuntu6_amd64.deb ...
Unpacking udev (229-4ubuntu6) over (229-4ubuntu5) ...
Preparing to unpack .../libsystemd0_229-4ubuntu6_amd64.deb ...
Unpacking libsystemd0:amd64 (229-4ubuntu6) over (229-4ubuntu5) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for install-info (6.1.0.dfsg.1-5) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Setting up libsystemd0:amd64 (229-4ubuntu6) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
(Reading database ... 123905 files and directories currently installed.)
Preparing to unpack .../systemd_229-4ubuntu6_amd64.deb ...
Unpacking systemd (229-4ubuntu6) over (229-4ubuntu5) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for dbus (1.10.6-1ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up systemd (229-4ubuntu6) ...
Installing new version of config file /etc/systemd/system.conf ...
addgroup: グループ `systemd-journal' はシステムグループとしてすでに存在しています。終了します。
(Reading database ... 123906 files and directories currently installed.)
Preparing to unpack .../libuuid1_2.27.1-6ubuntu3.1_amd64.deb ...
Unpacking libuuid1:amd64 (2.27.1-6ubuntu3.1) over (2.27.1-6ubuntu3) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Setting up libuuid1:amd64 (2.27.1-6ubuntu3.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
(Reading database ... 123906 files and directories currently installed.)
Preparing to unpack .../libblkid1_2.27.1-6ubuntu3.1_amd64.deb ...
Unpacking libblkid1:amd64 (2.27.1-6ubuntu3.1) over (2.27.1-6ubuntu3) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Setting up libblkid1:amd64 (2.27.1-6ubuntu3.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
(Reading database ... 123906 files and directories currently installed.)
Preparing to unpack .../initramfs-tools_0.122ubuntu8.1_all.deb ...
Unpacking initramfs-tools (0.122ubuntu8.1) over (0.122ubuntu8) ...
Preparing to unpack .../initramfs-tools-core_0.122ubuntu8.1_all.deb ...
Unpacking initramfs-tools-core (0.122ubuntu8.1) over (0.122ubuntu8) ...
Preparing to unpack .../initramfs-tools-bin_0.122ubuntu8.1_amd64.deb ...
Unpacking initramfs-tools-bin (0.122ubuntu8.1) over (0.122ubuntu8) ...
Preparing to unpack .../systemd-sysv_229-4ubuntu6_amd64.deb ...
Unpacking systemd-sysv (229-4ubuntu6) over (229-4ubuntu5) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up systemd-sysv (229-4ubuntu6) ...
(Reading database ... 123906 files and directories currently installed.)
Preparing to unpack .../libmount1_2.27.1-6ubuntu3.1_amd64.deb ...
Unpacking libmount1:amd64 (2.27.1-6ubuntu3.1) over (2.27.1-6ubuntu3) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Setting up libmount1:amd64 (2.27.1-6ubuntu3.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
(Reading database ... 123906 files and directories currently installed.)
Preparing to unpack .../lsb-base_9.20160110ubuntu0.2_all.deb ...
Unpacking lsb-base (9.20160110ubuntu0.2) over (9.20160110) ...
Setting up lsb-base (9.20160110ubuntu0.2) ...
(Reading database ... 123906 files and directories currently installed.)
Preparing to unpack .../util-linux_2.27.1-6ubuntu3.1_amd64.deb ...
Unpacking util-linux (2.27.1-6ubuntu3.1) over (2.27.1-6ubuntu3) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up util-linux (2.27.1-6ubuntu3.1) ...
Processing triggers for systemd (229-4ubuntu6) ...
(Reading database ... 123906 files and directories currently installed.)
Preparing to unpack .../mount_2.27.1-6ubuntu3.1_amd64.deb ...
Unpacking mount (2.27.1-6ubuntu3.1) over (2.27.1-6ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up mount (2.27.1-6ubuntu3.1) ...
(Reading database ... 123906 files and directories currently installed.)
Preparing to unpack .../gcc-5-base_5.4.0-6ubuntu1~16.04.1_amd64.deb ...
Unpacking gcc-5-base:amd64 (5.4.0-6ubuntu1~16.04.1) over (5.3.1-14ubuntu2.1) ...
Setting up gcc-5-base:amd64 (5.4.0-6ubuntu1~16.04.1) ...
(Reading database ... 123906 files and directories currently installed.)
Preparing to unpack .../libstdc++6_5.4.0-6ubuntu1~16.04.1_amd64.deb ...
Unpacking libstdc++6:amd64 (5.4.0-6ubuntu1~16.04.1) over (5.3.1-14ubuntu2.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Setting up libstdc++6:amd64 (5.4.0-6ubuntu1~16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
(Reading database ... 123906 files and directories currently installed.)
Preparing to unpack .../libapt-pkg5.0_1.2.12~ubuntu16.04.1_amd64.deb ...
Unpacking libapt-pkg5.0:amd64 (1.2.12~ubuntu16.04.1) over (1.2.10ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Setting up libapt-pkg5.0:amd64 (1.2.12~ubuntu16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
(Reading database ... 123906 files and directories currently installed.)
Preparing to unpack .../libapt-inst2.0_1.2.12~ubuntu16.04.1_amd64.deb ...
Unpacking libapt-inst2.0:amd64 (1.2.12~ubuntu16.04.1) over (1.2.10ubuntu1) ...
Preparing to unpack .../apt_1.2.12~ubuntu16.04.1_amd64.deb ...
Unpacking apt (1.2.12~ubuntu16.04.1) over (1.2.10ubuntu1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up apt (1.2.12~ubuntu16.04.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
(Reading database ... 123906 files and directories currently installed.)
Preparing to unpack .../apt-utils_1.2.12~ubuntu16.04.1_amd64.deb ...
Unpacking apt-utils (1.2.12~ubuntu16.04.1) over (1.2.10ubuntu1) ...
Preparing to unpack .../bash-completion_1%3a2.1-4.2ubuntu1.1_all.deb ...
Unpacking bash-completion (1:2.1-4.2ubuntu1.1) over (1:2.1-4.2ubuntu1) ...
Replaced by files in installed package apt (1.2.12~ubuntu16.04.1) ...
Preparing to unpack .../libglib2.0-0_2.48.1-1~ubuntu16.04.1_amd64.deb ...
Unpacking libglib2.0-0:amd64 (2.48.1-1~ubuntu16.04.1) over (2.48.0-1ubuntu4) ...
Preparing to unpack .../accountsservice_0.6.40-2ubuntu11.1_amd64.deb ...
Unpacking accountsservice (0.6.40-2ubuntu11.1) over (0.6.40-2ubuntu11) ...
Preparing to unpack .../libaccountsservice0_0.6.40-2ubuntu11.1_amd64.deb ...
Unpacking libaccountsservice0:amd64 (0.6.40-2ubuntu11.1) over (0.6.40-2ubuntu11) ...
Preparing to unpack .../language-selector-common_0.165.3_all.deb ...
Unpacking language-selector-common (0.165.3) over (0.165.1) ...
Preparing to unpack .../uuid-runtime_2.27.1-6ubuntu3.1_amd64.deb ...
Unpacking uuid-runtime (2.27.1-6ubuntu3.1) over (2.27.1-6ubuntu3) ...
Preparing to unpack .../language-pack-en_1%3a16.04+20160627_all.deb ...
Unpacking language-pack-en (1:16.04+20160627) over (1:16.04+20160415) ...
Preparing to unpack .../language-pack-en-base_1%3a16.04+20160627_all.deb ...
Unpacking language-pack-en-base (1:16.04+20160627) over (1:16.04+20160415) ...
Preparing to unpack .../language-pack-ja_1%3a16.04+20160627_all.deb ...
Unpacking language-pack-ja (1:16.04+20160627) over (1:16.04+20160415) ...
Preparing to unpack .../language-pack-ja-base_1%3a16.04+20160627_all.deb ...
Unpacking language-pack-ja-base (1:16.04+20160627) over (1:16.04+20160415) ...
Preparing to unpack .../liblxc1_2.0.3-0ubuntu1~ubuntu16.04.1_amd64.deb ...
Unpacking liblxc1 (2.0.3-0ubuntu1~ubuntu16.04.1) over (2.0.0-0ubuntu2) ...
Preparing to unpack .../lxc-common_2.0.3-0ubuntu1~ubuntu16.04.1_amd64.deb ...
Unpacking lxc-common (2.0.3-0ubuntu1~ubuntu16.04.1) over (2.0.0-0ubuntu2) ...
Preparing to unpack .../lxcfs_2.0.2-0ubuntu1~ubuntu16.04.1_amd64.deb ...
Unpacking lxcfs (2.0.2-0ubuntu1~ubuntu16.04.1) over (2.0.0-0ubuntu2.1) ...
Preparing to unpack .../lxd_2.0.3-0ubuntu1~ubuntu16.04.2_amd64.deb ...
Warning: Stopping lxd.service, but it can still be activated by:
  lxd.socket
Unpacking lxd (2.0.3-0ubuntu1~ubuntu16.04.2) over (2.0.2-0ubuntu1~16.04.1) ...
Warning: Stopping lxd.service, but it can still be activated by:
  lxd.socket
Preparing to unpack .../libfdisk1_2.27.1-6ubuntu3.1_amd64.deb ...
Unpacking libfdisk1:amd64 (2.27.1-6ubuntu3.1) over (2.27.1-6ubuntu3) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for dbus (1.10.6-1ubuntu3) ...
Processing triggers for systemd (229-4ubuntu6) ...
Processing triggers for ureadahead (0.100.0-19) ...
Setting up libfdisk1:amd64 (2.27.1-6ubuntu3.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
(Reading database ... 124028 files and directories currently installed.)
Preparing to unpack .../libsmartcols1_2.27.1-6ubuntu3.1_amd64.deb ...
Unpacking libsmartcols1:amd64 (2.27.1-6ubuntu3.1) over (2.27.1-6ubuntu3) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Setting up libsmartcols1:amd64 (2.27.1-6ubuntu3.1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
(Reading database ... 124028 files and directories currently installed.)
Preparing to unpack .../dh-python_2.20151103ubuntu1.1_all.deb ...
Unpacking dh-python (2.20151103ubuntu1.1) over (2.20151103ubuntu1) ...
Preparing to unpack .../libgnutls-openssl27_3.4.10-4ubuntu1.1_amd64.deb ...
Unpacking libgnutls-openssl27:amd64 (3.4.10-4ubuntu1.1) over (3.4.10-4ubuntu1) ...
Preparing to unpack .../libgnutls30_3.4.10-4ubuntu1.1_amd64.deb ...
Unpacking libgnutls30:amd64 (3.4.10-4ubuntu1.1) over (3.4.10-4ubuntu1) ...
Preparing to unpack .../lsb-release_9.20160110ubuntu0.2_all.deb ...
Unpacking lsb-release (9.20160110ubuntu0.2) over (9.20160110) ...
Preparing to unpack .../apt-transport-https_1.2.12~ubuntu16.04.1_amd64.deb ...
Unpacking apt-transport-https (1.2.12~ubuntu16.04.1) over (1.2.10ubuntu1) ...
Preparing to unpack .../command-not-found-data_0.3ubuntu16.04.2_amd64.deb ...
Unpacking command-not-found-data (0.3ubuntu16.04.2) over (0.3ubuntu16.04) ...
Preparing to unpack .../python3-commandnotfound_0.3ubuntu16.04.2_all.deb ...
Unpacking python3-commandnotfound (0.3ubuntu16.04.2) over (0.3ubuntu16.04) ...
Preparing to unpack .../command-not-found_0.3ubuntu16.04.2_all.deb ...
Unpacking command-not-found (0.3ubuntu16.04.2) over (0.3ubuntu16.04) ...
Preparing to unpack .../dmidecode_3.0-2ubuntu0.1_amd64.deb ...
Unpacking dmidecode (3.0-2ubuntu0.1) over (3.0-2) ...
Preparing to unpack .../libdrm2_2.4.67-1ubuntu0.16.04.1_amd64.deb ...
Unpacking libdrm2:amd64 (2.4.67-1ubuntu0.16.04.1) over (2.4.67-1) ...
Preparing to unpack .../libglib2.0-data_2.48.1-1~ubuntu16.04.1_all.deb ...
Unpacking libglib2.0-data (2.48.1-1~ubuntu16.04.1) over (2.48.0-1ubuntu4) ...
Preparing to unpack .../libldap-2.4-2_2.4.42+dfsg-2ubuntu3.1_amd64.deb ...
Unpacking libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.1) over (2.4.42+dfsg-2ubuntu3) ...
Preparing to unpack .../lshw_02.17-1.1ubuntu3.2_amd64.deb ...
Unpacking lshw (02.17-1.1ubuntu3.2) over (02.17-1.1ubuntu3) ...
Preparing to unpack .../mtr-tiny_0.86-1ubuntu0.1_amd64.deb ...
Unpacking mtr-tiny (0.86-1ubuntu0.1) over (0.86-1) ...
Preparing to unpack .../shared-mime-info_1.5-2ubuntu0.1_amd64.deb ...
Unpacking shared-mime-info (1.5-2ubuntu0.1) over (1.5-2) ...
Preparing to unpack .../python3-problem-report_2.20.1-0ubuntu2.1_all.deb ...
Unpacking python3-problem-report (2.20.1-0ubuntu2.1) over (2.20.1-0ubuntu2) ...
Preparing to unpack .../python3-apport_2.20.1-0ubuntu2.1_all.deb ...
Unpacking python3-apport (2.20.1-0ubuntu2.1) over (2.20.1-0ubuntu2) ...
Preparing to unpack .../apport_2.20.1-0ubuntu2.1_all.deb ...
Unpacking apport (2.20.1-0ubuntu2.1) over (2.20.1-0ubuntu2) ...
Preparing to unpack .../linux-firmware_1.157.2_all.deb ...
Unpacking linux-firmware (1.157.2) over (1.157) ...
Preparing to unpack .../lxd-client_2.0.3-0ubuntu1~ubuntu16.04.2_amd64.deb ...
Unpacking lxd-client (2.0.3-0ubuntu1~ubuntu16.04.2) over (2.0.2-0ubuntu1~16.04.1) ...
Preparing to unpack .../software-properties-common_0.96.20.2_all.deb ...
Unpacking software-properties-common (0.96.20.2) over (0.96.20) ...
Preparing to unpack .../python3-software-properties_0.96.20.2_all.deb ...
Unpacking python3-software-properties (0.96.20.2) over (0.96.20) ...
Preparing to unpack .../python3-urllib3_1.13.1-2ubuntu0.16.04.1_all.deb ...
Unpacking python3-urllib3 (1.13.1-2ubuntu0.16.04.1) over (1.13.1-2) ...
Preparing to unpack .../snapd_2.0.10_amd64.deb ...
Unpacking snapd (2.0.10) over (2.0.3) ...
Preparing to unpack .../grub-legacy-ec2_0.7.7~bzr1246-0ubuntu1~16.04.1_all.deb ...
Leaving 'diversion of /usr/sbin/grub-set-default to /usr/sbin/grub-set-default.real by grub-legacy-ec2'
Unpacking grub-legacy-ec2 (0.7.7~bzr1246-0ubuntu1~16.04.1) over (0.7.7~bzr1212-0ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Processing triggers for libc-bin (2.23-0ubuntu3) ...
Processing triggers for systemd (229-4ubuntu6) ...
Processing triggers for ureadahead (0.100.0-19) ...
Processing triggers for dbus (1.10.6-1ubuntu3) ...
Setting up libpam-systemd:amd64 (229-4ubuntu6) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: LC_ALL??????????????????: ??????????????????????
Setting up grub-common (2.02~beta2-36ubuntu3.1) ...
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up grub-pc-bin (2.02~beta2-36ubuntu3.1) ...
Setting up grub2-common (2.02~beta2-36ubuntu3.1) ...
Setting up grub-pc (2.02~beta2-36ubuntu3.1) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: LC_ALL??????????????????: ??????????????????????
Installing for i386-pc platform.
Installation finished. No error reported.
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-31-generic
Found initrd image: /boot/initrd.img-4.4.0-31-generic
Found linux image: /boot/vmlinuz-4.4.0-22-generic
Found initrd image: /boot/initrd.img-4.4.0-22-generic
Found linux image: /boot/vmlinuz-4.4.0-21-generic
Found initrd image: /boot/initrd.img-4.4.0-21-generic
done
Setting up udev (229-4ubuntu6) ...
addgroup: グループ `input' はシステムグループとしてすでに存在しています。終了します。
update-initramfs: deferring update (trigger activated)
Setting up initramfs-tools-bin (0.122ubuntu8.1) ...
Setting up initramfs-tools-core (0.122ubuntu8.1) ...
Setting up initramfs-tools (0.122ubuntu8.1) ...
update-initramfs: deferring update (trigger activated)
Setting up mdadm (3.3-2ubuntu7.1) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: LC_ALL??????????????????: ??????????????????????
update-initramfs: deferring update (trigger activated)
Generating grub configuration file ...
Found linux image: /boot/vmlinuz-4.4.0-31-generic
Found initrd image: /boot/initrd.img-4.4.0-31-generic
Found linux image: /boot/vmlinuz-4.4.0-22-generic
Found initrd image: /boot/initrd.img-4.4.0-22-generic
Found linux image: /boot/vmlinuz-4.4.0-21-generic
Found initrd image: /boot/initrd.img-4.4.0-21-generic
File descriptor 3 (pipe:[36415]) leaked on lvs invocation. Parent PID 19556: /bin/sh
done
update-rc.d: warning: start and stop actions are no longer supported; falling back to defaults
Setting up libapt-inst2.0:amd64 (1.2.12~ubuntu16.04.1) ...
Setting up apt-utils (1.2.12~ubuntu16.04.1) ...
Setting up bash-completion (1:2.1-4.2ubuntu1.1) ...
Setting up libglib2.0-0:amd64 (2.48.1-1~ubuntu16.04.1) ...
No schema files found: doing nothing.
Setting up libaccountsservice0:amd64 (0.6.40-2ubuntu11.1) ...
Setting up accountsservice (0.6.40-2ubuntu11.1) ...
Setting up language-selector-common (0.165.3) ...
Setting up uuid-runtime (2.27.1-6ubuntu3.1) ...
Setting up lxcfs (2.0.2-0ubuntu1~ubuntu16.04.1) ...
Setting up dh-python (2.20151103ubuntu1.1) ...
Setting up libgnutls30:amd64 (3.4.10-4ubuntu1.1) ...
Setting up libgnutls-openssl27:amd64 (3.4.10-4ubuntu1.1) ...
Setting up lsb-release (9.20160110ubuntu0.2) ...
Setting up apt-transport-https (1.2.12~ubuntu16.04.1) ...
Setting up command-not-found-data (0.3ubuntu16.04.2) ...
Setting up python3-commandnotfound (0.3ubuntu16.04.2) ...
Setting up command-not-found (0.3ubuntu16.04.2) ...
Setting up dmidecode (3.0-2ubuntu0.1) ...
Setting up libdrm2:amd64 (2.4.67-1ubuntu0.16.04.1) ...
Setting up libglib2.0-data (2.48.1-1~ubuntu16.04.1) ...
Setting up libldap-2.4-2:amd64 (2.4.42+dfsg-2ubuntu3.1) ...
Setting up lshw (02.17-1.1ubuntu3.2) ...
Setting up mtr-tiny (0.86-1ubuntu0.1) ...
Setting up shared-mime-info (1.5-2ubuntu0.1) ...
Setting up python3-problem-report (2.20.1-0ubuntu2.1) ...
Setting up python3-apport (2.20.1-0ubuntu2.1) ...
Setting up apport (2.20.1-0ubuntu2.1) ...
Setting up linux-firmware (1.157.2) ...
Setting up lxd-client (2.0.3-0ubuntu1~ubuntu16.04.2) ...
Setting up python3-software-properties (0.96.20.2) ...
Setting up software-properties-common (0.96.20.2) ...
Setting up python3-urllib3 (1.13.1-2ubuntu0.16.04.1) ...
Setting up snapd (2.0.10) ...
Installing new version of config file /etc/X11/Xsession.d/65snappy ...
Removing obsolete conffile /etc/ld.so.conf.d/snappy.conf ...
Setting up grub-legacy-ec2 (0.7.7~bzr1246-0ubuntu1~16.04.1) ...
locale: Cannot set LC_CTYPE to default locale: No such file or directory
locale: LC_ALL??????????????????: ??????????????????????
Searching for GRUB installation directory ... found: /boot/grub
Searching for default file ... found: /boot/grub/default
Testing for an existing GRUB menu.lst file ... found: /boot/grub/menu.lst
Searching for splash image ... none found, skipping ...
Found kernel: /boot/vmlinuz-4.4.0-21-generic
Found kernel: /boot/vmlinuz-4.4.0-31-generic
Found kernel: /boot/vmlinuz-4.4.0-22-generic
Found kernel: /boot/vmlinuz-4.4.0-21-generic
Replacing config file /run/grub/menu.lst with new version
Updating /boot/grub/menu.lst ... done

Setting up language-pack-ja (1:16.04+20160627) ...
Setting up language-pack-ja-base (1:16.04+20160627) ...
Generating locales (this might take a while)...
Generation complete.
Setting up liblxc1 (2.0.3-0ubuntu1~ubuntu16.04.1) ...
Setting up lxc-common (2.0.3-0ubuntu1~ubuntu16.04.1) ...
Installing new version of config file /etc/apparmor.d/abstractions/lxc/container-base ...
Installing new version of config file /etc/apparmor.d/abstractions/lxc/start-container ...
Setting up lxd (2.0.3-0ubuntu1~ubuntu16.04.2) ...
Job for lxd-containers.service failed because the control process exited with error code. See "systemctl status lxd-containers.service" and "journalctl -xe" for details.
lxd-containers.service couldn't start.
Job for lxd-containers.service failed because the control process exited with error code. See "systemctl status lxd-containers.service" and "journalctl -xe" for details.
lxd-containers.service couldn't restart.
Setting up language-pack-en (1:16.04+20160627) ...
Setting up language-pack-en-base (1:16.04+20160627) ...
Generating locales (this might take a while)...
Generation complete.
Processing triggers for initramfs-tools (0.122ubuntu8.1) ...
update-initramfs: Generating /boot/initrd.img-4.4.0-31-generic
W: mdadm: /etc/mdadm/mdadm.conf defines no arrays.
Processing triggers for libc-bin (2.23-0ubuntu3) ...

Monday, May 16, 2016

CentOS: Installing net-tools

List of programs in net-tools package:
  1. arp
  2. hostname
  3. ifconfig
  4. ipmaddr
  5. iptunnel
  6. mii-tool
  7. nameif
  8. netstat
  9. plipconfig
  10. rarp
  11. route
  12. slattach

Command to install:

$ sudo yum install net-tools

Wednesday, March 23, 2016

npm: Using npm Package Manager for Node.js to Install Node Module Lodash

Installation command:
$ npm install lodash

index.js:

var lodash = require('lodash');
var output = lodash.without([1, 2, 3], 1);
console.log(output);

Executing index.js:

[ 2, 3 ]

Alcatraz: Installing Package Manager for XCode

$ curl -fsSL https://raw.githubusercontent.com/supermarin/Alcatraz/deploy/Scripts/install.sh | sh

  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   590    0   590    0     0    241      0 --:--:--  0:00:02 --:--:--   241
  0     0    0     0    0     0      0      0 --:--:--  0:00:04 --:--:--     0x ./._Alcatraz.xcplugin
x Alcatraz.xcplugin/
x Alcatraz.xcplugin/._Contents
x Alcatraz.xcplugin/Contents/
x Alcatraz.xcplugin/Contents/._Info.plist
x Alcatraz.xcplugin/Contents/Info.plist
x Alcatraz.xcplugin/Contents/._MacOS
x Alcatraz.xcplugin/Contents/MacOS/
x Alcatraz.xcplugin/Contents/._Resources
x Alcatraz.xcplugin/Contents/Resources/
x Alcatraz.xcplugin/Contents/Resources/._ATZPackageListTableCellView.nib
x Alcatraz.xcplugin/Contents/Resources/ATZPackageListTableCellView.nib
x Alcatraz.xcplugin/Contents/Resources/._ATZPluginWindowController.nib
x Alcatraz.xcplugin/Contents/Resources/ATZPluginWindowController.nib
x Alcatraz.xcplugin/Contents/Resources/._bitbucket_grayscale.tiff
x Alcatraz.xcplugin/Contents/Resources/bitbucket_grayscale.tiff
x Alcatraz.xcplugin/Contents/Resources/._en.lproj
x Alcatraz.xcplugin/Contents/Resources/en.lproj/
x Alcatraz.xcplugin/Contents/Resources/._eye_icon.tiff
x Alcatraz.xcplugin/Contents/Resources/eye_icon.tiff
x Alcatraz.xcplugin/Contents/Resources/._git_grayscale.tiff
x Alcatraz.xcplugin/Contents/Resources/git_grayscale.tiff
x Alcatraz.xcplugin/Contents/Resources/._github_grayscale.tiff
x Alcatraz.xcplugin/Contents/Resources/github_grayscale.tiff
x Alcatraz.xcplugin/Contents/Resources/._link_icon.tiff
x Alcatraz.xcplugin/Contents/Resources/link_icon.tiff
x Alcatraz.xcplugin/Contents/Resources/en.lproj/._InfoPlist.strings
x Alcatraz.xcplugin/Contents/Resources/en.lproj/InfoPlist.strings
x Alcatraz.xcplugin/Contents/Resources/en.lproj/._Localizable.strings
x Alcatraz.xcplugin/Contents/Resources/en.lproj/Localizable.strings
x Alcatraz.xcplugin/Contents/MacOS/._Alcatraz
100  111k  100  111k    0     0  21189      0  0:00:05  0:00:05 --:--:-- 56028


Alcatraz successfully installed!!1!🍻  Please restart your Xcode (7.2.1).

Monday, March 21, 2016

pip: Installing pip (Package Manager for Python) on OS X Using easy_install

Command:

$ sudo easy_install pip

Result:

Password:
Searching for pip
Reading https://pypi.python.org/simple/pip/
Best match: pip 8.1.1
Downloading https://pypi.python.org/packages/source/p/pip/pip-8.1.1.tar.gz#md5=6b86f11841e89c8241d689956ba99ed7
Processing pip-8.1.1.tar.gz
Writing /tmp/easy_install-1rbqCh/pip-8.1.1/setup.cfg
Running pip-8.1.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-1rbqCh/pip-8.1.1/egg-dist-tmp-OTECPf
warning: no previously-included files found matching '.coveragerc'
warning: no previously-included files found matching '.mailmap'
warning: no previously-included files found matching '.travis.yml'
warning: no previously-included files found matching '.landscape.yml'
warning: no previously-included files found matching 'pip/_vendor/Makefile'
warning: no previously-included files found matching 'tox.ini'
warning: no previously-included files found matching 'dev-requirements.txt'
warning: no previously-included files found matching 'appveyor.yml'
no previously-included directories found matching '.github'
no previously-included directories found matching '.travis'
no previously-included directories found matching 'docs/_build'
no previously-included directories found matching 'contrib'
no previously-included directories found matching 'tasks'
no previously-included directories found matching 'tests'
Adding pip 8.1.1 to easy-install.pth file
Installing pip script to /usr/local/bin
Installing pip2.7 script to /usr/local/bin
Installing pip2 script to /usr/local/bin

Installed /Library/Python/2.7/site-packages/pip-8.1.1-py2.7.egg
Processing dependencies for pip

Finished processing dependencies for pip

Tuesday, February 9, 2016

Homebrew: Installing Homebrew Package Manager on OS X 10.11.3

Installing a package manager Homebrew on Mac OS X 10.11.3:

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"