25 NİSAN 2013, PERŞEMBE
Nasıl ruby 2.0.0 doğru Ubuntu 12.04 üzerine kurarım?
Başarıyla aşağıdaki komutları çalıştırdığımda rvm
ama yüklü
sudo apt-get update
Ya da:
rvm install 2.0.0
Aşağıdaki hatalar var:
W: Failed to fetch http://ppa.launchpad.net/cheleb/blender-svn/ubuntu/dists/precise/main/source/Sources 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/cheleb/blender-svn/ubuntu/dists/precise/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/cheleb/blender-svn/ubuntu/dists/precise/main/binary-i386/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/ferramroberto/oneiric/ubuntu/dists/precise/main/source/Sources 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/ferramroberto/oneiric/ubuntu/dists/precise/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/ferramroberto/oneiric/ubuntu/dists/precise/main/binary-i386/Packages 404 Not Found
Nasıl bu hatalar tamir edebilir miyim?
CEVAP
25 NİSAN 2013, PERŞEMBE
adımları takip edin
sudo apt-get -y update
sudo apt-get -y install build-essential zlib1g-dev libssl-dev libreadline6-dev libyaml-dev
cd /tmp
wget http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p481.tar.gz
tar -xvzf ruby-2.0.0-p481.tar.gz
cd ruby-2.0.0-p481/
./configure --prefix=/usr/local
make
sudo make install
Bunu Paylaş:
Nasıl Ubuntu üzerinde OpenSSL C kütüph...
Nasıl Ubuntu üzerinde Ruby 1.9 varsayı...
Nasıl doğru Varlık Çerçevesi 4 Entityd...
Nasıl doğru dulwich hg-git Windows üze...
Nasıl doğru ARMUT PHPUnit kurarım?...