Автор Тема: ALTLinux School Master 5 + GNOME  (Прочитано 2500 раз)

Оффлайн warrcan

  • Участник
  • *
  • Сообщений: 5
ALTLinux School Master 5 + GNOME
« : 31.10.2009 15:12:11 »
Как установить и настроить паралельную работу KDE и GNOME
Подскажите пожалуйста, как возможно в Школьный Мастер 5 платформы добавить Гном паралельно к КДЕ? При попытке установить из репозиториев (выставил примерно половину из списка доступных) - gnome-full:
 Зависит от: gnome-default (= 2.26.3-alt2)
 Зависит от: alacarte  but it is not installable
 Зависит от: gnome-applets-extra-netspeed  but it is not installable
 Зависит от: gnome-applets-extra-sensors  but it is not installable
 ... и т. д.
« Последнее редактирование: 31.10.2009 15:13:47 от warrcan »

Drool

  • Гость
Re: ALTLinux School Master 5 + GNOME
« Ответ #1 : 31.10.2009 15:17:16 »
Что говорит вывод
grep '^rpm' /etc/apt/sources.list.d/*
grep '^rpm' /etc/apt/sources.list

Drool

  • Гость
Re: ALTLinux School Master 5 + GNOME
« Ответ #2 : 31.10.2009 15:35:00 »
Почему бы просто не скопировать то, что я написал? Вы не тот символ написали. Сравните - ` против '.

Оффлайн warrcan

  • Участник
  • *
  • Сообщений: 5
Re: ALTLinux School Master 5 + GNOME
« Ответ #3 : 31.10.2009 15:36:17 »
[dmitriy@Comp ~]$ grep '^rpm' /etc/apt/sources.list.d/*
/etc/apt/sources.list.d/alt.list:rpm ftp://ftp.altlinux.org/pub/distributions/ALTLinux/p5/branch/ noarch classic
/etc/apt/sources.list.d/alt.list:rpm http://ftp.altlinux.org/pub/distributions/ALTLinux/p5/branch/ i586 classic
/etc/apt/sources.list.d/alt.list:rpm http://ftp.altlinux.org/pub/distributions/ALTLinux/p5/branch/ noarch classic
/etc/apt/sources.list.d/alt.list:rpm rsync://ftp.altlinux.org/ALTLinux/p5/branch/ i586 classic
/etc/apt/sources.list.d/alt.list:rpm rsync://ftp.altlinux.org/ALTLinux/p5/branch/ noarch classic
/etc/apt/sources.list.d/chg.list:rpm ftp://ftp.chg.ru/pub/Linux/ALTLinux/p5/branch/ i586 classic
/etc/apt/sources.list.d/chg.list:rpm ftp://ftp.chg.ru/pub/Linux/ALTLinux/p5/branch/ noarch classic
/etc/apt/sources.list.d/chg.list:rpm rsync://ftp.chg.ru/ALTLinux/p5/branch/ i586 classic
/etc/apt/sources.list.d/jinr.list:rpm ftp://linux4u.jinr.ru/pub/ALTLinux/p5/branch/ i586 classic
/etc/apt/sources.list.d/kiev.list:rpm http://ftp.linux.kiev.ua/pub/Linux/ALT/p5/branch/ noarch classic
/etc/apt/sources.list.d/sources.list:rpm cdrom:[ALT Linux 5.0.0 School Master  (none) main build 2009-10-26]/ ALTLinux main
/etc/apt/sources.list.d/yandex.list:rpm http://mirror.yandex.ru/altlinux/p5/branch/ i586 classic

По второй строчке ничего:

[dmitriy@Comp ~]$ grep '^rpm' /etc/apt/sources.list
[dmitriy@Comp ~]$

« Последнее редактирование: 31.10.2009 15:39:50 от warrcan »

Drool

  • Гость
Re: ALTLinux School Master 5 + GNOME
« Ответ #4 : 31.10.2009 15:41:39 »
Ужас какой... Оставьте активными в файле /etc/apt/sources.list.d/alt.list только это:
Цитировать
rpm ftp://ftp.altlinux.org/pub/distributions/ALTLinux/p5/branch/ noarch classic
rpm ftp://ftp.altlinux.org/pub/distributions/ALTLinux/p5/branch/ i586 classic
И больше никаких источников не должно быть подключено. Ни в каком файле.
И потом сделайте
apt-get update
« Последнее редактирование: 31.10.2009 15:43:51 от Drool »

Оффлайн warrcan

  • Участник
  • *
  • Сообщений: 5
Re: ALTLinux School Master 5 + GNOME
« Ответ #5 : 31.10.2009 15:55:07 »
Спасибо за помощь, теперь установка началась нормально.