i am trying to remove a whole bunch of stuff from knoppix so i can install StepMania and a whole bunch of song/step files to the KNOPPIX cd. when i run
Code:
apt-get remove `cat mykicklist.txt`

to get rid of all the stuff i dont think i need i get this message:
Code:
The following packages have unmet dependencies:
  kdemultimedia-kfile-plugins: Depends: kdelibs4 (>= 4:3.1.5) but 4:3.1.4-3 is to be installed
                               Depends: libqt3c102-mt (>= 3:3.2.3) but 3:3.2.1-6 is to be installed
  ksysguardd: Depends: libsensors-1debian1 but it is not installable
  libglu1-mesa: Conflicts: libglu1
  mozilla-xmlterm: Depends: mozilla-browser (= 2:1.0.0-0.woody.1)
  xlibmesa-glu-dev: Conflicts: libglu-dev
  xlibmesa3-glu: Conflicts: libglu1

this is after i have re-included all other dependency error packages. does anybody know what i can do to fix this?

EDIT: Come on somebody must want to help a n00b