Changes

Jump to navigation Jump to search
2 bytes added ,  11:57, 3 January 2010
Line 63: Line 63:  
==== How can I find out what version of Sugar I am running? ====
 
==== How can I find out what version of Sugar I am running? ====
   −
:You can go into the Sugar Control Panel; it is listed on the about-computer panel (which accesses jarabe.config.version). From the Terminal, you can type:
+
:You can go into the Sugar Control Panel; it is listed on the about-computer panel (which accesses jarabe.config.version).  
 +
 
 +
From the Terminal, you can type:
 
  rpm -q sugar
 
  rpm -q sugar
 
or you can:
 
or you can:
 
  grep version jarabe/config.py
 
  grep version jarabe/config.py
or  
+
or:
 
  python -c "from jarabe import config; print config.version"
 
  python -c "from jarabe import config; print config.version"

Navigation menu