Почему так получается и что мне делать?
/etc/apt/sources.list
Код: Выделить всё
# deb http://security.debian.org/ wheezy/updates main contrib
deb http://security.debian.org/ wheezy/updates main contrib
deb-src http://security.debian.org/ wheezy/updates main contrib
deb http://mirror.yandex.ru/debian wheezy main contrib
deb-src http://mirror.yandex.ru/debian wheezy main contrib
deb http://mirror.yandex.ru/debian wheezy-updates main contrib
deb-src http://mirror.yandex.ru/debian wheezy-updates main contrib
deb http://mirror.yandex.ru/debian wheezy-backports main contrib
deb-src http://mirror.yandex.ru/debian wheezy-backports main contrib
deb http://linuxcnc.org wheezy base
deb-src http://linuxcnc.org wheezy base
deb http://buildbot.linuxcnc.org wheezy master-rtpreempt
deb-src http://buildbot.linuxcnc.org wheezy master-rtpreempt
Код: Выделить всё
apt-get install python-software-properties mc
dpkg-reconfigure python-software-properties
add-apt-repository "deb http://mirror.yandex.ru/debian wheezy main contrib"
add-apt-repository "deb http://mirror.yandex.ru/debian wheezy-updates main contrib"
add-apt-repository "deb http://mirror.yandex.ru/debian wheezy-backports main contrib"
add-apt-repository "deb http://linuxcnc.org wheezy base"
add-apt-repository "deb http://buildbot.linuxcnc.org wheezy master-rtpreempt"
apt-key adv --keyserver hkp://keys.gnupg.net --recv-key 8F374FEF
apt-key adv --keyserver hkp://keys.gnupg.net --recv-key E0EE663E
apt-get update
apt-get upgrade
apt-get install lightdm mate-desktop-environment-core
apt-get install mate-desktop-environment synaptic update-manager-gnome
apt-get install linuxcnc-uspace
apt-get install iceweasel unrar-free htop inkscape
adduser work
sync && sync && sync
service lightdm start