Changes between Version 8 and Version 9 of HowTo/SakuraVpsSetup3b


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

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/SakuraVpsSetup3b

    v8 v9  
    963963そんなわけで、 nginx-core を捨てて、 nginx-extras か nginx-full に入れ替える必要があります。 extras にあって full にない機能については、 Perl スクリプトを埋め込む機能や、 MP4 や flv をストリーミングする機能などがあるようですが、すぐには使わないかなと思ったので、 nginx-full を採用することにしました。
    964964
     965まずは nginx-core をアンインストールします…
     966
     967{{{
     968#!console
     969root@ik1-314-17353:~# apt remove nginx-core
     970Reading package lists... Done
     971Building dependency tree       
     972Reading state information... Done
     973The following packages were automatically installed and are no longer required:
     974  apache2-data apache2-utils linux-headers-4.4.0-138 linux-headers-4.4.0-138-generic linux-headers-4.4.0-62
     975  linux-headers-4.4.0-62-generic linux-headers-4.4.0-78 linux-headers-4.4.0-78-generic linux-image-4.4.0-138-generic
     976  linux-image-4.4.0-62-generic linux-image-4.4.0-78-generic linux-image-extra-4.4.0-138-generic
     977  linux-image-extra-4.4.0-62-generic linux-image-extra-4.4.0-78-generic
     978Use 'apt autoremove' to remove them.
     979The following additional packages will be installed:
     980  nginx-full
     981Suggested packages:
     982  nginx-doc
     983The following packages will be REMOVED:
     984  nginx-core
     985The following NEW packages will be installed:
     986  nginx-full
     9870 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
     988Need to get 454 kB of archives.
     989After this operation, 71.7 kB of additional disk space will be used.
     990Do you want to continue? [Y/n]
     991}}}
     992
     993なんと、驚くべきことに、ここで nginx-core だけを消そうとすると、 nginx の依存性解決のために、代わりに nginx-full をインストールするというメッセージが表示されます。まさにやろうとしていたことがこれだけで解決されるようです。素晴らしい… (想像もしていなかった挙動 !^_!^;)。
     994
     995やってしまいましょう。