Piece of cake. ;-) rpm -e <the name of the package>
You might run into some dependency issues, and if you get stuck into a loop, just use the --nodeps switch to remove a package that's causing the loop. As long as you're just removing the openssh-* packages, you'll be all set to use the one compiled from source. Let me know if you need anything else. --Armen On Mon, Feb 23, 2004 at 03:03:36PM -0700, Anna G. Zapata wrote: : Armen, : : How do I go about removing the rpm version? : : Thanks for all your help. : : Anna : : -----Original Message----- : From: Armen Kaleshian [mailto:[EMAIL PROTECTED] : Sent: Monday, February 23, 2004 2:31 PM : To: Anna G. Zapata : Cc: [EMAIL PROTECTED] : Subject: Re: upgrading open ssh : : : Anna.. : : Since you were using an rpm version of SSH before, and now you've converted to a : source package, it might be a little more difficult to stay consistant. : : On my system, I removed the rpm version and replace it with the source version, : by compiling and installing it the way you did. : : I suggest removing the rpm package of SSH that you have, and then simply just : run make install on the SSH source directory you have, and that way, you're : guaranteed to run the version you're expecting. : : Good Luck! : : --Armen : : : On Mon, Feb 23, 2004 at 02:12:15PM -0700, Anna G. Zapata wrote: : : Hi all, : : : : I downloaded and installed the latest version of open ssh. I was running openssh-3.6.1p2-19 on a Fedora box. : However, : : how do I know that the new install took and that the old open ssh has been done away with? I did the ./configure, : make, : : and make install, but I think I'm missing some steps. : : : : Thank you as always. : : : : Anna Zapata : : UTS - Network Security : : 303.871.2009 : : : : : : - : : To unsubscribe from this list: send the line "unsubscribe linux-newbie" in : : the body of a message to [EMAIL PROTECTED] : : More majordomo info at http://vger.kernel.org/majordomo-info.html : : Please read the FAQ at http://www.linux-learn.org/faqs - To unsubscribe from this list: send the line "unsubscribe linux-newbie" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.linux-learn.org/faqs
