Thanks Marcelo. That certainly helped.<br><br>Although, now I keep seeing this message:<br><br><i>[root@mpvmpc19 paramiko]# yum install Crypto.Util.randpool<br>Loading "fastestmirror" plugin<br>Loading "priorities" plugin<br>
Setting up Install Process<br>Setting up repositories<br>not using ftp, http[s], or file for repos, skipping - ~<br>Loading mirror speeds from cached hostfile<br>Reading repository metadata in from local files<br>336 packages excluded due to repository priority protections<br>
Parsing package install arguments<br></i><br><br>In the yum configuration file, there are may mirrors listed in a few files: What should the priorities be? (I wnt to make sure no packages are excluded. 336 is a very large number)<br>
<br>Second: I was able to install python-paramiko. It seems to work with Python2.3 (Python2.3 comes as default with CentOS). I have installed Python 2.4.6 and need the same to work with that. Any tips?<br>--<br>Raghu Narasimhan<br>
<br><a href="mailto:raghu.united@gmail.com">raghu.united@gmail.com</a><br>
<br><br><div class="gmail_quote">On Wed, Feb 25, 2009 at 3:08 PM, Marcelo M. Garcia <span dir="ltr"><<a href="mailto:marcelo.maia.garcia@googlemail.com">marcelo.maia.garcia@googlemail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">Raghu Narasimhan wrote:<br>
> Hi folks,<br>
><br>
> I have some doubts with regards a Python module called paramiko (used to<br>
> automate ssh related stuff)<br>
><br>
> 1. Does Paramiko 1.7.2 and 1.6.4 work with CentOS 4<br>
><br>
> 2. If yes, what is the exact 'yum' command to install paramiko on CentOS 4?<br>
> I have tried all possible ones without success.<br>
><br>
>         yum install paramiko<br>
>         yum install python-paramiko(with and without version numbers)<br>
>         python-paramiko.noarch<br>
><br>
> /[rUSER@HOST]# yum search paramiko<br>
> Loading "fastestmirror" plugin<br>
> Loading "priorities" plugin<br>
> Searching Packages:<br>
> Setting up repositories<br>
> extras                    100% |=========================| 1.1 kB    00:00<br>
> update                    100% |=========================|  951 B    00:00<br>
> base                      100% |=========================| 1.1 kB    00:00<br>
> addons                    100% |=========================|  951 B    00:00<br>
> Loading mirror speeds from cached hostfile<br>
> Reading repository metadata in from local files<br>
> 0 packages excluded due to repository priority protections<br>
> No Matches found<br>
> /<br>
><br>
> Installing it without yum throws dependency problems which are never<br>
> ending : starting with python-crypto and python(abi) - which I am unable<br>
> to find; which will no doubt lead to other dependencies.<br>
><br>
> Is there any change that has to be made to the yum repository to point<br>
> it to look in a different place?<br>
><br>
> 3. Alternatively, I also have apt-get on the CentOS box - can you tell<br>
> me some repos that I can add for apt-get as well?<br>
><br>
><br>
> Thanks,<br>
><br>
><br>
> --<br>
> Raghu Narasimhan<br>
><br>
</div></div>Hi<br>
<br>
Maybe you need to add the "rpmforge" repository.<br>
<a href="https://rpmrepo.org/RPMforge/Using" target="_blank">https://rpmrepo.org/RPMforge/Using</a><br>
<br>
Regards<br>
<br>
Marcelo<br>
<br>
_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
</blockquote></div><br>