If you have already downloaded the rpm package, why don't you just install it directly using rpm -i files... ? As far as i know, the main purpose of yum is to handle dependencies and downloads and that's why it does all the package signature verification. So, yum is analogous to apt/apt-secure/aptitude, while rpm is analogous to dpkg.
On 12/4/08, Soh Kam Yung <[EMAIL PROTECTED]> wrote: > On Thu, Dec 4, 2008 at 9:32 AM, Anthony Woods <[EMAIL PROTECTED]> wrote: >> Try >> >> su -c "yum --nogpgcheck localinstall python-crypto-2.0.1-13.1.i386.rpm" >> >> >> Anthony. >> > > This appears to work Will try it with other packages. > > Regards, > Kam Yung > -- > Soh Kam Yung > my Google Reader Shared links: > (http://www.google.com/reader/shared/16851815156817689753) > my Google Reader Shared SFAS links: > (http://www.google.com/reader/shared/user/16851815156817689753/label/sfas) > > _______________________________________________ > Slugnet mailing list > [email protected] > http://wiki.lugs.org.sg/LugsMailingListFaq > http://www.lugs.org.sg/mailman/listinfo/slugnet > -- Sent from my mobile device _______________________________________________ Slugnet mailing list [email protected] http://wiki.lugs.org.sg/LugsMailingListFaq http://www.lugs.org.sg/mailman/listinfo/slugnet
