Created
June 18, 2009 09:29
-
-
Save benaskins/131818 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| ~ $ gem sources -c | |
| *** Removed specs cache *** | |
| *** Removed user source cache *** | |
| *** Removed latest user source cache *** | |
| *** Removed system source cache *** | |
| *** Removed latest system source cache *** | |
| ~ $ gem list passenger | |
| *** LOCAL GEMS *** | |
| passenger (2.2.3) | |
| ~ $ sudo gem uninstall passenger | |
| 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