Eu preciso instalar o git em um sistema de 64 bits do CentOS 5.6, mas eu não tenho uma conexão com a internet, então não posso simplesmente fazer o download através do yum. Além disso, eu não tenho o gcc instalado, então não posso compilá-lo a partir do código-fonte, a menos que o gcc possa ser instalado sem uma conexão também.
Eu procurei por um RPM que eu possa baixar e transferir via flash drive, mas não consegui encontrar um. Se alguém tiver alguma sugestão, seria muito apreciado.
EDITAR
De acordo com as instruções do qweet, eu fiz o download do rpms e tentei instalá-los, mas recebi os erros abaixo:
$ sudo rpm -i perl-5.8.8-32.el5_6.3.x86_64.rpm
warning: perl-5.8.8-32.el5_6.3.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID e8562897
file /usr/bin/a2p from install of perl-5.8.8-32.el5_6.3.x86_64 conflicts with file from package perl-5.8.8-32.el5_5.2.x86_64
file /usr/bin/perl from install of perl-5.8.8-32.el5_6.3.x86_64 conflicts with file from package perl-5.8.8-32.el5_5.2.x86_64
file /usr/bin/perl5.8.8 from install of perl-5.8.8-32.el5_6.3.x86_64 conflicts with file from package perl-5.8.8-32.el5_5.2.x86_64
file /usr/lib/perl5/5.8.8/CGI.pm from install of perl-5.8.8-32.el5_6.3.x86_64 conflicts with file from package perl-5.8.8-32.el5_5.2.x86_64
file /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/config.h from install of perl-5.8.8-32.el5_6.3.x86_64 conflicts with file from package perl-5.8.8-32.el5_5.2.x86_64
file /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/libperl.so from install of perl-5.8.8-32.el5_6.3.x86_64 conflicts with file from package perl-5.8.8-32.el5_5.2.x86_64
file /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE/sperl.o from install of perl-5.8.8-32.el5_6.3.x86_64 conflicts with file from package perl-5.8.8-32.el5_5.2.x86_64
file /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/Config_heavy.pl from install of perl-5.8.8-32.el5_6.3.x86_64 conflicts with file from package perl-5.8.8-32.el5_5.2.x86_64
#...
#There are a bunch more files, but a 30k character limit on these posts. All the files say the same thing.
$ sudo rpm -i perl-Git-1.7.4.1-1.el5.x86_64.rpm
warning: perl-Git-1.7.4.1-1.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 217521f6
error: Failed dependencies:
git = 1.7.4.1-1.el5 is needed by perl-Git-1.7.4.1-1.el5.x86_64
perl(Error) is needed by perl-Git-1.7.4.1-1.el5.x86_64
$ sudo rpm -i git-1.7.4.1-1.el5.x86_64.rpm
warning: git-1.7.4.1-1.el5.x86_64.rpm: Header V3 DSA signature: NOKEY, key ID 217521f6
error: Failed dependencies:
perl(Error) is needed by git-1.7.4.1-1.el5.x86_64
perl(Git) is needed by git-1.7.4.1-1.el5.x86_64
perl-Git = 1.7.4.1-1.el5 is needed by git-1.7.4.1-1.el5.x86_64