Answer the question
In order to leave comments, you need to log in
Unable to install Ruby on Ubuntu 15.04. What could be the problem?
Hello!
I ran into the following problem when trying to install Ruby via RVM on Ubuntu: pastebin.com/VikBZmwR Errors
when I type sudo apt-get update: pastebin.com/yusnQrv3
Err http://ppa.launchpad.net vivid/main amd64 Packages
404 Not Found
Answer the question
In order to leave comments, you need to log in
Broken repos. To fix.
rvm is used by the user, he cannot install ruby due to the lack of the necessary packages. Tries to deliver them, but can't (no rights). See the requirements for documentation, which packages need to be delivered from the missing ones, install them. Then install ruby via rvm.
The problems are not with Ruby, but with the repositories in apt.
I have a suspicion that was done before Ubuntu 15.04 from an earlier version without taking the event to disable the PPA repositories.
So if you disable all PPAs except for
deb http://ppa.launchpad.net/brightbox/ruby-ng/ubuntu vivid main
, then apt-get update should work without error. Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question