Educational software installed in Debian Edu Wheezy
Using debtags, I produced the following list showing the educational
packages installed by default in Debian Edu.  The installation in
question was a Debian Edu Wheezy Workstation with desktop=xfce.  The
other desktops should contain almost the same packages.
All packages with the tags use::learning, role::program and
field::$something are show, grouped by field.  The packages that are
installed by default are marked with a star (*), and the packages that
are not installed by default are missing this mark.
Should any of the packages currently not installed be added to our
tasks?  Is there some packages missing?  Please add the appropriate tags
on <URL: http:/debtags.debian.net/ >.
field::TODO
   boats
   sugar-turtleart-activity
   turtleart
   xtide
 * blinken
 * cgoban
 * gcompris
 * gnuchess
 * gnugo
 * gtans
 * ktouch
 * librecad
 * scratch
field::arts
   digikam
   gtick
   kino
   lingot
   tinyeartrainer
 * audacity
 * denemo
 * fluidsynth
 * freebirth
 * gimp
 * hydrogen
 * lilypond
 * lmms
 * rosegarden
 * scribus
 * solfege
 * stopmotion
 * tuxpaint
field::astronomy
   astronomical-almanac
   celestia-glut
   lightspeed
   optgeo
   sunclock
 * celestia-gnome
 * gpredict
 * kstars
 * planets
 * stellarium
 * xplanet
field::aviation
field::biology
field::biology:bioinformatics
field::biology:molecular
field::biology:structural
 * pymol
field::chemistry
   python-acidobasic
   rasmol
   wims
 * atomix
 * chemtool
 * easychem
 * gchempaint
 * gdis
 * ghemical
 * gperiodic
 * kalzium
 * pymol
 * viewmol
 * xdrawchem
field::electronics
   arduino
   electric
   freehdl
   gtkwave
   kicad
   qsapecng
   xcircuit
   xoscope
 * gpsim
field::finance
field::genealogy
field::geography
   grass
   qgis
   qlandkartegt
   thuban
   viking
   wims
   xtide
 * kgeography
 * marble
field::geology
field::linguistics
   anki
   brazilian-conjugate
   collatinus
   felix-latin
   kwordquiz
   latrine
   lletters
   opendict
   openteacher
   perroquet
   qstardict
   tagainijisho
   verbiste
   verbiste-gnome
   wims
 * kanagram
 * khangman
 * klettres
 * parley
field::mathematics
   bugsx
   euler
   jfractionlab
   mathomatic
   sugar-calculate-activity
   wims
   xaos
   zegrapher
 * drgeo
 * geogebra
 * geomview
 * grace
 * graphmonkey
 * kalgebra
 * kbruch
 * kig
 * kmplot
 * mathwar
 * rocs
 * tuxmath
 * xabacus
field::medicine
field::medicine:imaging
field::meteorology
   xtide
field::physics
   etoys
   expeyes
   optgeo
   python-mecavideo
   wims
 * step
field::religion
   bibletime
   xiphos
   zekr
field::statistics
I used this "oneliner" to create the list:
for f in $(debtags tagcat|grep field::|awk '{print $2}'); do
  echo; echo $f; echo
  (
    for p in $(debtags search --names "use::learning && role::program && $f"); do
        if dpkg -s $p > /dev/null 2>&1; then
          echo " * $p"
        else
          echo "   $p"
        fi
    done
  ) | LANG=C sort
done
-- 
Happy hacking
Petter Reinholdtsen
Reply to: