Changes between Version 9 and Version 10 of HowTo/SakuraVpsSetup3b


Ignore:
Timestamp:
Nov 3, 2019, 8:28:34 AM (5 years ago)
Author:
村山 俊之
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/SakuraVpsSetup3b

    v9 v10  
    967967{{{
    968968#!console
    969 root@ik1-314-17353:~# apt remove nginx-core
     969# apt remove nginx-core
    970970Reading package lists... Done
    971971Building dependency tree       
     
    991991}}}
    992992
    993 なんと、驚くべきことに、ここで nginx-core だけを消そうとすると、 nginx の依存性解決のために、代わりに nginx-full をインストールするというメッセージが表示されます。まさにやろうとしていたことがこれだけで解決されるようです。素晴らしい… (想像もしていなかった挙動 !^_!^;)。
     993なんと、驚くべきことに、ここで nginx-core だけを消そうとすると、 nginx の依存性解決のために、代わりに nginx-full をインストールするというメッセージが表示されます。まさにやろうとしていたことがこれだけで解決されるようです (想像もしていなかった挙動 !^_!^;)。
    994994
    995995やってしまいましょう。
     996
     997{{{
     998#!console
     999Do you want to continue? [Y/n] Y
     1000Get:1 http://jp.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 nginx-full amd64 1.10.3-0ubuntu0.16.04.4 [454 kB]
     1001Fetched 454 kB in 0s (2,130 kB/s) 
     1002dpkg: 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.)
     1016Removing nginx-core (1.10.3-0ubuntu0.16.04.4) ...
     1017Selecting previously unselected package nginx-full.
     1018(Reading database ... 230373 files and directories currently installed.)
     1019Preparing to unpack .../nginx-full_1.10.3-0ubuntu0.16.04.4_amd64.deb ...
     1020Unpacking nginx-full (1.10.3-0ubuntu0.16.04.4) ...
     1021Processing triggers for man-db (2.7.5-1) ...
     1022Setting up nginx-full (1.10.3-0ubuntu0.16.04.4) ...
     1023# nginx -V
     1024nginx version: nginx/1.10.3 (Ubuntu)
     1025built with OpenSSL 1.0.2g  1 Mar 2016
     1026TLS SNI support enabled
     1027configure 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` も入ってます。素晴らしい…。