Advertisement
Juc1

install ruby debian 2

Sep 29th, 2012
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. $ sudo ls -a
  2.  
  3. We trust you have received the usual lecture from the local System
  4. Administrator. It usually boils down to these three things:
  5.  
  6. #1) Respect the privacy of others.
  7. #2) Think before you type.
  8. #3) With great power comes great responsibility.
  9.  
  10. [sudo] password for johndoe:
  11. . .. .bash_logout .bashrc .profile
  12. $ ruby -v
  13. ruby 1.8.7 (2010-08-16 patchlevel 302) [x86_64-linux]
  14. $ sudo apt-get install build-essential
  15. Reading package lists... Done
  16. Building dependency tree
  17. Reading state information... Done
  18. build-essential is already the newest version.
  19. 0 upgraded, 0 newly installed, 0 to remove and 36 not upgraded.
  20. $ sudo apt-get install curl
  21. Reading package lists... Done
  22. Building dependency tree
  23. Reading state information... Done
  24. curl is already the newest version.
  25. 0 upgraded, 0 newly installed, 0 to remove and 36 not upgraded.
  26. $ sudo apt-get install libssl-dev
  27. Reading package lists... Done
  28. Building dependency tree
  29. Reading state information... Done
  30. libssl-dev is already the newest version.
  31. 0 upgraded, 0 newly installed, 0 to remove and 36 not upgraded.
  32. $ curl -L get.rvm.io | bash -s stable
  33. % Total % Received % Xferd Average Speed Time Time Time Current
  34. Dload Upload Total Spent Left Speed
  35. 100 10009 100 10009 0 0 17711 0 --:--:-- --:--:-- --:--:-- 0
  36. bash: line 387: /usr/local/rvm/RELEASE: Permission denied
  37. $ source $HOME/.rvm/scripts/rvm
  38. -bash: /home/johndoe/.rvm/scripts/rvm: No such file or directory
  39. $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement