Difference between revisions of "How to wipe away Sugar"

From Sugar Labs
Jump to navigation Jump to search
(Please add value by linking this information someplace useful.)
 
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

Latest revision as of 21:11, 19 December 2016

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