Làm cách nào để gỡ cài đặt nginx được cài đặt như là một phần của cài đặt hành khách trên Ubuntu 11.04?Gỡ cài đặt nginx được cài đặt bởi Hành khách
Tôi chỉ nên gem uninstall passenger
? Điều đó sẽ loại bỏ nginx là tốt?
Đây là những gì tôi thấy khi chạy 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.
Theo thông báo lỗi này, bạn chưa cài đặt nginx - ít nhất là thông qua aptitude. Điều gì làm cho bạn nghĩ rằng bạn làm gì? – Veraticus
'sudo apt-get thanh lọc nginx- *', 'sudo apt-get autoremove'. –
Tôi không chắc chắn về cơ chế mà hành khách sử dụng để biên dịch và cài đặt nginx nhưng nó tồn tại. tôi có thể thấy nó chạy khi tôi nhìn vào trạng thái nginx dịch vụ hoặc trạng thái /etc/init.d/nginx – thanikkal