Mint에 Unity8-LXC를 설치하는 데 문제가 있습니다.

Mint에 Unity8-LXC를 설치하는 데 문제가 있습니다.

(원래 askubuntu에서 이것을 요청했지만 여기에 있어야 한다고 들었습니다.)

unity8-lxcLinux 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.

어떤 제안이 있으십니까? 아니면 포기해야 하나...

편집하다:설치했는데 unity8community.linuxmint.org창이 있는데 깨졌네요...

관련 정보