최신 버전의 antiX 17이 여기에서 실행되고 있습니다.
일련의 업그레이드와 독점 VPN 클라이언트용 32비트 패키지 설치 후 루틴을 실행하는 동안 종속성 오류가 발생했습니다 apt upgrade
.
오류는 다음과 같습니다
The following packages have been kept back:
xserver-xorg-core
apt-get install xserver-xorg-core
다음 메시지를 반환해 보십시오 .
# apt-get install xserver-xorg-core
Reading package lists... Done
Building dependency tree
Reading state information... Done
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:
xserver-xorg-core : Depends: libeudev1 but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
aptitude install xserver-xorg-core
문제를 추가로 디버깅 함으로써 다음과 같은 보다 의미 있는 메시지를 얻었습니다.
....
Accept this solution? [Y/n/q/?] n
The following actions will resolve these dependencies:
Remove the following packages:
1) libudev-dev [220:3.2-4.0nosystemd1 (now)]
2) libudev1 [220:3.2-4.0nosystemd1 (now)]
3) udev [220:3.2-4.0nosystemd1 (now)]
Install the following packages:
4) eudev:i386 [232:3.2.5.3 (stretch)]
5) libblkid1:i386 [2.29.2-1+deb9u1 (stable)]
6) libeudev1 [232:3.2.5.3 (stretch)]
7) libeudev1:i386 [232:3.2.5.3 (stretch)]
8) libkmod2:i386 [23-2 (stable)]
9) libpcre3:i386 [2:8.39-3 (stable)]
10) libselinux1:i386 [2.6-3+b3 (stable)]
Keep the following packages at their current version:
11) libxfont2 [1:2.0.1-3+deb9u1 (now, stable)]
Upgrade the following packages:
12) xserver-xorg-core [2:1.19.2-1.0nosystemd1 (now) -> 2:1.19.2-1.0nosystemd2 (stretch)]
Downgrade the following packages:
13) libblkid1 [2.29.2-1.0nosystemd1 (now, stretch) -> 2.29.2-1+deb9u1 (stable)]
무엇을 해야 할까요?
답변1
진단을 마치고 조사를 시작했는데, 최신 antiX 버전에서는 기본값이 eudev
아닌 것 같습니다 udev
.
그래서 나는 그것을 내가 눈치채지 못한 채 설치한 다른 것의 종속성으로 대체한 것 같습니다.
다음을 수행한 후에 는 주저 없이 다음을 수행 apt-get install eudev
할 수 있습니다 .apt-get upgrade
xserver-org-core
$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
The following packages will be upgraded:
xserver-xorg-core
1 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,373 kB of archives.
After this operation, 4,096 B of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://repo.antixlinux.com/stretch stretch/nosystemd amd64 xserver-xorg-core amd64 2:1.19.2-1.0nosystemd2 [3,373 kB]
Fetched 3,373 kB in 14s (228 kB/s)
(Reading database ... 141831 files and directories currently installed.)
Preparing to unpack .../xserver-xorg-core_2%3a1.19.2-1.0nosystemd2_amd64.deb ...
Unpacking xserver-xorg-core (2:1.19.2-1.0nosystemd2) over (2:1.19.2-1.0nosystemd1) ...
Setting up xserver-xorg-core (2:1.19.2-1.0nosystemd2) ...
Processing triggers for man-db (2.7.6.1-2) ...