coLinuxでapt-get install


apt-get install x-window-system を実行したところ以下のようなエラーが発生。

Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

Sorry, but the following packages have unmet dependencies:
x-window-system: Depends: xorg but it is not going to be installed
E: Sorry, broken packages

どうも、Packageの配布元を記述しておく必要があるようなので以下の編集を行ってみた。

editor /etc/apt/sources.list
次の3行を追加。

* deb http://www.t.ring.gr.jp/pub/linux/debian/debian stable main contrib non-free
* deb http://www.t.ring.gr.jp/pub/linux/debian/debian-jp stable-jp main contrib non-free
* deb http://www.t.ring.gr.jp/pub/linux/debian/debian-non-US stable/non-US main contrib non-free


【参考】
http://theochem.kuchem.kyoto-u.ac.jp/Ando/colinuxDebian.html

※スペースを入れると改行されてしまうことがあるのできちんと改行なしの形に編集すること!!
この内容が不正だと apt-get update でエラーになる。



apt-get update 、apt-get upgrade を行ったのち再度 installするが変化なし。


ただし、apt-get install mysql-server だとインストールされそうな雰囲気(途中で中止したが)だったので、ネットワーク周りではなく、上記の配布先の問題っぽい。