Advertisement
Guest User

Untitled

a guest
Sep 24th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.17 KB | None | 0 0
  1. azat@pc:~/.rvm$ rvm install ruby 2.2.3
  2.  
  3. Searching for binary rubies, this might take some time.
  4. No binary rubies available for: ubuntu/15.04/x86_64/ruby-2.2.3.
  5.  
  6. Continuing with compilation. Please read 'rvm help mount' to get more information on binary rubies.
  7. Checking requirements for ubuntu.
  8.  
  9. Installing requirements for ubuntu.
  10. Updating system.....................................
  11.  
  12. Error running 'requirements_debian_update_system ruby-2.2.3',
  13. showing last 15 lines of /home/azat/.rvm/log/1443102720_ruby-2.2.3/update_system.log
  14. ++ case "${TERM:-dumb}" in
  15. ++ case "$1" in
  16. ++ [[ -t 2 ]]
  17. ++ return 1
  18. ++ printf %b 'There has been error while updating '\''apt-get'\'', please give it some time and try again later.
  19.  
  20. 404 errors should be fixed for rvm to proceed. Check your sources configured in:
  21.    /etc/apt/sources.list
  22.    /etc/apt/sources.list.d/*.list
  23. \n'
  24. There has been error while updating 'apt-get', please give it some time and try again later.
  25.  
  26. 404 errors should be fixed for rvm to proceed. Check your sources configured in:
  27.     /etc/apt/sources.list
  28.     /etc/apt/sources.list.d/*.list
  29.  
  30. ++ return 100
  31. Requirements installation failed with status: 100.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement