On Sun, Jan 21, 2007 at 02:14:28PM -0800, Bernard Li wrote: >Hi Erich: > >So with the current implementation, if I have blah.i386 installed >prior to OSCAR and then I install blah.x86_64 and then run start_over, >both RPMs will not be removed, right? > >Perhaps we should also put the arch in the list... however, this does >not solve the corner case where multiple versions have been >installed...
rpm -e --allmatches <package> will catch all versions and arches, as long as <package> is the base name (no versions or arch designation). Greg ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Oscar-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oscar-devel
