Skip to content

Instantly share code, notes, and snippets.

@agungf
Created December 16, 2013 09:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agungf/7984338 to your computer and use it in GitHub Desktop.
Save agungf/7984338 to your computer and use it in GitHub Desktop.
unistalling strongloop deb package from rackspace server and installing the new version
1. removing the deb package: apt-get remove strongloop-suite
2. installing the new one:
add-apt-repository ppa:chris-lea/node.js
apt-get update
apt-get install nodejs
npm install -g strong-cli
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment