<quote who="Simon Wong">

> I was wondering what to remove if I do upgrade.  Did you keep a list?  I
> guess I can always just look for ximian packages in dpkg, though.

I've done it all in one line:

  COLUMNS=150 dpkg -l | grep ximian | cut -f 3 -d ' ' | xargs apt-get remove

There are other ways to do it, using grep-dctrl, etc., but this was fairly
fast and straight forward. If you want to make sure all the configuration
files are removed too (not yours, the global ones), use --purge. I'd
recommend this unless you've made extensive administrative changes.

Then you can upgrade to woody, and run tasksel to install GNOME again.

  [ By the way, sid has lots of the GNOME 2.0 developer platform, with more
  coming in over the next week. Should be updated pretty regularly from now
  on, too. ]

- Jeff

-- 
   "I look forward to someday putting foo-colored ribbons on my homepage    
   declaring 'port 25 is for spam', and 'just say no to the Spam Message    
                   Transmission Protocol!'" - Raph Levien                   

-- 
SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to