[SLUG] Debian: How do I remove a package and all it's dependencies?

2008-07-23 Thread Michael Lake
Hi all I have a Debian server and I wish to remove several dozen packages. How do I remove a package and it's dependencies? So far I'm doing this: cat list_to_remove | xargs dpkg -P where list_to_remove is like this: atlas3-base atlas3-base-dev blast2 bioperl I end up with some

Re: [SLUG] Debian: How do I remove a package and all it's dependencies?

2008-07-23 Thread James Polley
"apt-get remove $PACKAGENAME" doesn't work for you? On Wed, Jul 23, 2008 at 4:41 PM, Michael Lake <[EMAIL PROTECTED]> wrote: > Hi all > > I have a Debian server and I wish to remove several dozen packages. > How do I remove a package and it's dependencies? > > So far I'm doing this: > > cat list_

Re: [SLUG] Debian: How do I remove a package and all it's dependencies?

2008-07-23 Thread Ken Foskey
On Wed, 2008-07-23 at 17:17 +1000, James Polley wrote: > "apt-get remove $PACKAGENAME" doesn't work for you? followed by apt-get autoremove This will clean up some of those dependencies. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: htt

Re: [SLUG] Debian: How do I remove a package and all it's dependencies?

2008-07-23 Thread Jeff Waugh
> On Wed, 2008-07-23 at 17:17 +1000, James Polley wrote: > > > "apt-get remove $PACKAGENAME" doesn't work for you? > > followed by > > apt-get autoremove You can also do autoremove in place of remove, to do it all at once. :-) - Jeff -- OSDC 2008: Sydney, Australia

Re: [SLUG] Debian: How do I remove a package and all it's dependencies?

2008-07-23 Thread Michael Lake
Jeff Waugh wrote: On Wed, 2008-07-23 at 17:17 +1000, James Polley wrote: "apt-get remove $PACKAGENAME" doesn't work for you? The above won't remove a package if there are dependencies. Jeff and Ken said: apt-get autoremove You can also do autoremove in place of remove, to do it all at onc

Re: [SLUG] Debian: How do I remove a package and all it's dependencies?

2008-07-23 Thread James Polley
On Wed, Jul 23, 2008 at 5:57 PM, Michael Lake <[EMAIL PROTECTED]> wrote: > Jeff Waugh wrote: > >> On Wed, 2008-07-23 at 17:17 +1000, James Polley wrote: >>> "apt-get remove $PACKAGENAME" doesn't work for you? >>> >> The above won't remove a package if there are dependencies. > > Jeff and Ken said:

Re: [SLUG] Debian: How do I remove a package and all it's dependencies?

2008-07-23 Thread Peter Hardy
Hey hey. On Wed, 2008-07-23 at 17:57 +1000, Michael Lake wrote: > Jeff Waugh wrote: > >> On Wed, 2008-07-23 at 17:17 +1000, James Polley wrote: > >> "apt-get remove $PACKAGENAME" doesn't work for you? > The above won't remove a package if there are dependencies. It should. What version of debian

Re: [SLUG] Debian: How do I remove a package and all it's dependencies?

2008-07-23 Thread Ken Foskey
On Wed, 2008-07-23 at 18:07 +1000, Peter Hardy wrote: > Hey hey. > > On Wed, 2008-07-23 at 17:57 +1000, Michael Lake wrote: > > Jeff Waugh wrote: > > >> On Wed, 2008-07-23 at 17:17 +1000, James Polley wrote: > > >> "apt-get remove $PACKAGENAME" doesn't work for you? > > The above won't remove a p

Re: [SLUG] Debian: How do I remove a package and all it's dependencies?

2008-07-23 Thread James Polley
On Wed, Jul 23, 2008 at 7:13 PM, Ken Foskey <[EMAIL PROTECTED]> wrote: > On Wed, 2008-07-23 at 18:07 +1000, Peter Hardy wrote: > > > Hey hey. > > > > On Wed, 2008-07-23 at 17:57 +1000, Michael Lake wrote: > > > Jeff Waugh wrote: > > > >> On Wed, 2008-07-23 at 17:17 +1000, James Polley wrote: > > >

[SLUG] any java FOSS project needing help?

2008-07-23 Thread david
My son-in-law is learning java and is sick of make-believe practice projects. Can anyone suggest a project that needs help? (debugging, features, etc) Is this a dumb question? David. -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.o

Re: [SLUG] any java FOSS project needing help?

2008-07-23 Thread Erik de Castro Lopo
david wrote: > My son-in-law is learning java and is sick of make-believe practice > projects. > > Can anyone suggest a project that needs help? (debugging, features, etc) > Is this a dumb question? This is definitely not a dumb question. While there are a large number of FOSS projects using Ja

Re: [SLUG] Debian: How do I remove a package and all it's dependencies?

2008-07-23 Thread Amos Shapira
2008/7/23 Michael Lake <[EMAIL PROTECTED]>: > Hi all > > I have a Debian server and I wish to remove several dozen packages. > How do I remove a package and it's dependencies? > > So far I'm doing this: > > cat list_to_remove | xargs dpkg -P > > where list_to_remove is like this: > atlas3-base >

[SLUG] Looking for tiny little (old?) linux box as shown at meetings..

2008-07-23 Thread david . lyon
Hi, I want to buy a tiny (and perphaps older) linux box if anybody has one lying around. What I am talking about is the industrial type super compact models that are fanless. Can't be bothered getting one from offshore since I'm going anyway soon but if somebody has one I'd like to know h

Re: [SLUG] any java FOSS project needing help?

2008-07-23 Thread Andrew Cowie
On Wed, 2008-07-23 at 20:59 +1000, Erik de Castro Lopo wrote: > depends on their interests. For me it was an interest in ... That really is critical. If you don't have some intrinsic motivation driving you to want to do something, it's very hard to be involved. Of course, many of us work on are t

Re: [SLUG] Debian: How do I remove a package and all it's dependencies?

2008-07-23 Thread daveg
Quoting Michael Lake <[EMAIL PROTECTED]>: That option is not listed in man dpkg or man apt-get. 'apt-get autoremove test' Invalid operation autoremove Mike, On older debian/ubuntu installs you can use deborphan to find any packages that are no longer required. Then if you also install wajig

Re: [SLUG] Debian: How do I remove a package and all it's dependencies?

2008-07-23 Thread Michael Lake
Peter Hardy wrote: Hey hey. On Wed, Michael Lake wrote: "apt-get remove $PACKAGENAME" doesn't work for you? The above won't remove a package if there are dependencies. It should. What version of debian / apt do you have? To pick an example at random: [EMAIL PROTECTED]:~% sudo apt-get remove

Re: [SLUG] Debian: How do I remove a package and all it's dependencies?

2008-07-23 Thread Michael Lake
Hi all Sounding more and more like you've got a fairly old debian. You can try using the apt-rdepends tool to list dependencies. If it's not available, I'd probably just use dpkg to get a list of dependencies and then do exactly what you're doing now. Ugh. :-) Michael Lake wrote: Maybe I'll

[SLUG] LinuxChix/AussieDevChix meeting in Sydney, Lindt Cafe, Darling Harbour, Fri July 25, 5:30pm

2008-07-23 Thread melissa
Aussie(Linux)Chix and AussieDevChix will have their regular joint meeting in Sydney before the Sydney Linux User Group meeting this month. Feel free to forward this message to any women you think might be interested in coming. Date: Friday 25th July 2008 Time: 5:30-6:15pm Location: Lindt C

Re: [SLUG] Debian: How do I remove a package and all it's dependencies?

2008-07-23 Thread Peter Hardy
On Thu, 2008-07-24 at 11:07 +1000, Michael Lake wrote: > Peter Hardy wrote: > > Hey hey. > > > > On Wed, Michael Lake wrote: > "apt-get remove $PACKAGENAME" doesn't work for you? > >> The above won't remove a package if there are dependencies. > > > > It should. What version of debian / apt