On Fri, Sep 07, 2007 at 12:25:10PM -0600, Brandon Pedersen wrote: > Well, there are tons of packages that depend on python2.5 so if I remove > that, 218 other packages will be removed also...I could just do it and cut > out the listing of packages that were removed and re-install them but I > think that is a little tedious... >
This doesn't constitute advice (since I'm not sure it's a smart thing to do), but couldn't you do: dpkg -r --force-depends python2.5 and then reinstall it? -- Andrew McNabb http://www.mcnabbs.org/andrew/ PGP Fingerprint: 8A17 B57C 6879 1863 DE55 8012 AB4D 6098 8826 6868 -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
