Activity Team/FAQ: Difference between revisions

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"