









|
[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[NMLUG] RPM's
On Tue, Oct 26, 2004 at 11:05:32AM -0600, Will Pearson
carved this out of pure phosphors:
> Hello,
>
> Python but other packages require it and I don't feel confident removing
> it and then installing it again because it may corrupt something else.
> How can I go about reinstalling the Python RPM package without
> corrupting anything?
get the specific RPM that owns the file in question, then rpm --nodeps --force
-vhU the rpm. (--force means --replacepkgs, --replacefiles, and --oldpackage)
should work.
--
panic("aha1740.c"); /* Goodbye */
2.2.16 /usr/src/linux/drivers/scsi/aha1740.c
- References:
- [NMLUG] RPM's
- From: wpearson at mail.sfps.k12.nm.us (Will Pearson)
|
|