| 996 | |
| 997 | {{{ |
| 998 | #!console |
| 999 | Do you want to continue? [Y/n] Y |
| 1000 | Get:1 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 nginx-full amd64 1.10.3-0ubuntu0.16.04.4 [454 kB] |
| 1001 | Fetched 454 kB in 0s (2,130 kB/s) |
| 1002 | dpkg: nginx-core: dependency problems, but removing anyway as you requested: |
| 1003 | nginx depends on nginx-core (>= 1.10.3-0ubuntu0.16.04.4) | nginx-full (>= 1.10.3-0ubuntu0.16.04.4) | nginx-light (>= 1.10.3-0ubuntu0.16.04.4) | nginx-extras (>= 1.10.3-0ubuntu0.16.04.4); however: |
| 1004 | Package nginx-core is to be removed. |
| 1005 | Package nginx-full is not installed. |
| 1006 | Package nginx-light is not installed. |
| 1007 | Package nginx-extras is not installed. |
| 1008 | nginx depends on nginx-core (<< 1.10.3-0ubuntu0.16.04.4.1~) | nginx-full (<< 1.10.3-0ubuntu0.16.04.4.1~) | nginx-light (<< 1.10.3-0ubuntu0.16.04.4.1~) | nginx-extras (<< 1.10.3-0ubuntu0.16.04.4.1~); however: |
| 1009 | Package nginx-core is to be removed. |
| 1010 | Package nginx-full is not installed. |
| 1011 | Package nginx-light is not installed. |
| 1012 | Package nginx-extras is not installed. |
| 1013 | nginx depends on nginx-core (>= 1.10.3-0ubuntu0.16.04.4) | nginx-full (>= 1.10.3-0ubuntu0.16.04.4) | nginx-light (>= 1.10.3-0ubuntu0.16.04.4) | nginx-extras (>= 1.10.3-0ubuntu0.16.04.4); however: |
| 1014 | Package nginx-core is to be r |
| 1015 | (Reading database ... 230375 files and directories currently installed.) |
| 1016 | Removing nginx-core (1.10.3-0ubuntu0.16.04.4) ... |
| 1017 | Selecting previously unselected package nginx-full. |
| 1018 | (Reading database ... 230373 files and directories currently installed.) |
| 1019 | Preparing to unpack .../nginx-full_1.10.3-0ubuntu0.16.04.4_amd64.deb ... |
| 1020 | Unpacking nginx-full (1.10.3-0ubuntu0.16.04.4) ... |
| 1021 | Processing triggers for man-db (2.7.5-1) ... |
| 1022 | Setting up nginx-full (1.10.3-0ubuntu0.16.04.4) ... |
| 1023 | # nginx -V |
| 1024 | nginx version: nginx/1.10.3 (Ubuntu) |
| 1025 | built with OpenSSL 1.0.2g 1 Mar 2016 |
| 1026 | TLS SNI support enabled |
| 1027 | configure arguments: --with-cc-opt='-g -O2 -fPIE -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-Bsymbolic-functions -fPIE -pie -Wl,-z,relro -Wl,-z,now' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=/var/log/nginx/error.log --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-debug --with-pcre-jit --with-ipv6 --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_addition_module --with-http_dav_module --with-http_geoip_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_image_filter_module --with-http_v2_module --with-http_sub_module --with-http_xslt_module --with-stream --with-stream_ssl_module --with-mail --with-mail_ssl_module --with-threads --add-module=/build/nginx-U6uhdy/nginx-1.10.3/debian/modules/nginx-auth-pam --add-module=/build/nginx-U6uhdy/nginx-1.10.3/debian/modules/nginx-dav-ext-module --add-module=/build/nginx-U6uhdy/nginx-1.10.3/debian/modules/nginx-echo --add-module=/build/nginx-U6uhdy/nginx-1.10.3/debian/modules/nginx-upstream-fair --add-module=/build/nginx-U6uhdy/nginx-1.10.3/debian/modules/ngx_http_substitutions_filter_module |
| 1028 | # |
| 1029 | }}} |
| 1030 | |
| 1031 | ちゃんと `nginx-dav-ext-module` も入ってます。素晴らしい…。 |