9

Ubuntu 11.04 のパッセンジャー インストールの一部としてインストールされた nginx をアンインストールするにはどうすればよいですか?

私はただすべきgem uninstall passengerですか?それはnginxも削除しますか?

これは私が実行したときに私が見るものですapt-get remove:

sudo apt-get remove nginx-common nginx-full
Reading package lists... Done
Building dependency tree       
Reading state information... Done
**Package nginx-common is not installed, so not removed
Package nginx-full is not installed, so not removed**
The following packages were automatically installed and are no longer required:
  nspluginwrapper linux-headers-2.6.38-13-generic libmysqlclient-dev libaprutil1-ldap libaprutil1-dev libmysqlclient16 libdb4.8-dev libaprutil1-dbd-sqlite3
  apache2.2-bin linux-headers-2.6.38-14-generic linux-headers-2.6.38-12 linux-headers-2.6.38-13 linux-headers-2.6.38-14 mysql-common linux-headers-2.6.38-12-generic
Use 'apt-get autoremove' to remove them.
4

3 に答える 3

3

あなたはおそらくpassenger-install-nginx-moduleそれをインストールしていました。実行gem uninstall passengerすると、依存モジュールも削除されます。

于 2013-03-12T19:25:37.083 に答える
2

アンインストールについては、公式マニュアル「Phusion Passenger ユーザーガイド Nginx版」に記載されています。

于 2013-03-13T08:19:09.447 に答える