Advertisement
roydash

Untitled

Jan 27th, 2015
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.09 KB | None | 0 0
  1. daria@samsung-laptop:~$ rvm install ruby-2.1.5
  2. Searching for binary rubies, this might take some time.
  3. Found remote file https://rvm_io.global.ssl.fastly.net/binaries/ubuntu/14.04/x86_64/ruby-2.1.5.tar.bz2
  4. Checking requirements for ubuntu.
  5. Installing requirements for ubuntu.
  6. Updating system...................
  7. Error running 'requirements_debian_update_system ruby-2.1.5',
  8. showing last 15 lines of /home/daria/.rvm/log/1422379934_ruby-2.1.5/update_system.log
  9. ++ case "${TERM:-dumb}" in
  10. ++ case "$1" in
  11. ++ [[ -t 2 ]]
  12. ++ return 1
  13. ++ printf %b 'There has been error while updating '\''apt-get'\'', please give it some time and try again later.
  14. 404 errors should be fixed for rvm to proceed. Check your sources configured in:
  15.    /etc/apt/sources.list
  16.    /etc/apt/sources.list.d/*.list
  17. \n'
  18. There has been error while updating 'apt-get', please give it some time and try again later.
  19. 404 errors should be fixed for rvm to proceed. Check your sources configured in:
  20.     /etc/apt/sources.list
  21.     /etc/apt/sources.list.d/*.list
  22.  
  23. ++ return 100
  24. Requirements installation failed with status: 100.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement