Difference between revisions of "How to wipe away Sugar"

From Sugar Labs
Jump to navigation Jump to search
(Created page with 'It's trivial to wipe out a sugar install and regenerate it on each login, if that's what you want. (just clear $HOME) or use rm -rf ~/.sugar')
 
Line 1: Line 1:
 +
{{Obsolete | Page not linked anywhere}}
 
It's trivial to wipe out a sugar install and regenerate it on each login, if that's what you want.
 
It's trivial to wipe out a sugar install and regenerate it on each login, if that's what you want.
 
  (just clear $HOME)
 
  (just clear $HOME)
 
or use
 
or use
 
  rm -rf ~/.sugar
 
  rm -rf ~/.sugar

Revision as of 01:01, 19 December 2016

Stop hand.png NOTE:
The content of this page is considered
DEPRECATED and OBSOLETE
It is preserved for historical research, along with its talk page.

Page not linked anywhere

It's trivial to wipe out a sugar install and regenerate it on each login, if that's what you want.

(just clear $HOME)

or use

rm -rf ~/.sugar