
(もともとaskubuntuからこれを要求しましたが、ここにいるはずです)。
unity8-lxc
Linux MintにインストールしてUnity8をインストールせずに確認してみたいです。 Mint 17.3(Rafaela)はもちろんUbuntu 14.04 LTSを使用し、サポートされている最新のカーネルは3.19です(現在のカーネルバージョンは87.32のようですが?)。
Mintは基本的にUbuntuなので、次のようにしました。
apt-add-repository ppa:unity8-desktop-session-team/unity8-preview-lxc
apt update
apt install unity8-lxc
これは作る:
[...]
The following packages have unmet dependencies:
unity8-lxc : Depends: python3-lxc but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
当然私がした
apt install unity8-lxc python3 -f
生産する:
[...]
The following packages have unmet dependencies:
python3-lxc : Depends: liblxc1 (= 1.1.2-0ubuntu3~ubuntu14.04.1~ppa1) but it is not going to be installed
Recommends: lxc-templates (>= 0.8.0~rc1-4ubuntu43) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
そして
apt install unity8-lxc python3-lxc liblxc1 lxc-templates
与えられた
[...]
The following packages have unmet dependencies:
liblxc1 : Depends: libcgmanager0 (>= 0.28) but 0.24-0ubuntu7.5 is to be installed
E: Unable to correct problems, you have held broken packages.
これは、私がインターネット検索で知っている限り、.24が.24の最新バージョンであるという事実にもかかわらず発生しますlibcgmanager0
。ソースからビルドしましたが、まだこの問題があります。
ついに、
apt install unity8-lxc python3-lxc liblxc1 lxc-templates libcgmanager0
返品
Reading package lists... Done
Building dependency tree
Reading state information... Done
libcgmanager0 is already the newest version.
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.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
liblxc1 : Depends: libcgmanager0 (>= 0.28) but 0.24-0ubuntu7.5 is to be installed
E: Unable to correct problems, you have held broken packages.
どんな提案がありますか?またはあきらめる必要があります...
編集する:インストールしましたが、unity8
シェルウィンドウcommunity.linuxmint.org
がありますが壊れています...