I'm having an issue similar to the one in the thread:
http://forum.linuxmce.org/index.php?topic=9039.0I must be missing a repo because apt-get can't find the id-my-disc package.
dcerouter_1004432:/home/aviator# apt-get install id-my-disc
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package id-my-disc
dcerouter_1004432:/home/aviator#
Here is my /etc/apt/sources.list:
deb file:/usr/pluto/deb-cache/ ./
deb http://ca.archive.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ intrepid main restricted universe multiverse
deb http://ca.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse
deb-src http://ca.archive.ubuntu.com/ubuntu/ intrepid-updates main restricted universe multiverse
deb http://www.avenard.org/files/ubuntu-repos/ intrepid release testing
deb http://security.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu/ intrepid-security main restricted universe multiverse
deb http://archive.ubuntu.com/ubuntu/ intrepid main universe multiverse
deb http://archive.ubuntu.com/ubuntu/ universe main non-free contrib
deb http://deb.linuxmce.org/ubuntu/ 20dev_ubuntu main
deb http://packages.medibuntu.org/ intrepid free non-free
deb http://debian.slimdevices.com/ stable main
I modified the list to include repo's that were mentioned in the above thread with no luck. Thanks!
EDIT: I updated and upgrade after making the repo change.