|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] apt-get / dpkg question
|
On 07/12, Jeff Abrahamson wrote:
> Yup, kinda figured. It's the back-out that's got me stumped.
dpkg -r `dpkg -l '*ximian*' | cut -d' ' -f3 | tail -n +6`
- would remove all packages with "ximian" in the name. You'd probably have
to make use of --force.
Not that I'm certain this would be a good thing :)
If it's nothing critical, you should be able to forceably remove them all,
then do something like an "apt-get -f install" to resolve things.
--
http://www.ChaosReigns.com
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|