Created
June 18, 2009 09:22
-
-
Save benaskins/131815 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~ $ sudo gem uninstall passenger | |
Password: | |
Remove executables: | |
passenger-spawn-server, passenger-install-apache2-module, passenger-install-nginx-module, passenger-config, passenger-memory-stats, passenger-make-enterprisey, passenger-status, passenger-stress-test | |
in addition to the gem? [Yn] Y | |
Removing passenger-spawn-server | |
Removing passenger-install-apache2-module | |
Removing passenger-install-nginx-module | |
Removing passenger-config | |
Removing passenger-memory-stats | |
Removing passenger-make-enterprisey | |
Removing passenger-status | |
Removing passenger-stress-test | |
Successfully uninstalled passenger-2.2.3 | |
~ $ gem list passenger | |
*** LOCAL GEMS *** | |
passenger (2.2.3) | |
~ $ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment