git tar gz download

Hi, Searching install git from git.tar.gz file.?.. You can do it by following steps.   wget http://www.codemonkey.org.uk/projects/git-snapshots/git/git-latest.tar.gz autoconf ./configure --with-curl=/usr/local make make install That’s it you have installed git in your system. Tahnk you for viewing helpinlinux.com

RVM ree install linux

Hi,   The following are the steps to install RVM(Ruby version manager) and ree in your Linux box.   The following commands will install both the softwares in it.   #cd /usr/local/src/ #wget https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer #chmod 755 rvm-installer #./rvm-installer The above...