Hello @ all,
when I typed sudo apt-get update (after installation) I got a lot of errors.
I corrected my sources.list like this:
# Pluto sources - start
# Choosed mirror - start
deb file:/usr/pluto/deb-cache/ ./
#http://de.archive.ubuntu.com/ubuntu-releases/
deb http://de.archive.ubuntu.com/ubuntu feisty main restricted universe multiverse
deb http://de.archive.ubuntu.com/ubuntu feisty-security main restricted universe multiverse
deb http://de.archive.ubuntu.com/ubuntu feisty-updates main restricted universe multiverse
deb http://linuxmce.com/ubuntu ./
# Choosed mirror - end
#deb http://10.0.0.82/ ./
# Pluto sources - end
Especially the typo in the linuxmce line should be corrected.
I am not shure, if my change from
...ubuntu.com/ubuntu-releases/
to
...ubuntu.com/ubuntu
is really o.k. as I do not know the difference betwean these dirs ...
At least it works now.
To the original question: where could I place errors I found?