예. 누군가가 어리석은 일을하고 따르려고했다고 가정 해 봅시다. http://www.ewan.cc/?q=node/90 그러나 간단한 지침을 따르지 못한다는 것을 증명했다.
그 과정에서 약간의 오류가 발생하고이 누군가는 apt-get upgrade를 호출하여 복구를 시도합니다. 따라서 다음과 같은 일이 발생합니다.
root@srv028:~# apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
initscripts : Depends: sysv-rc or
file-rc but it is not installed
systemd : Depends: sysv-rc
Recommends: libpam-systemd but it is not installed
E: Unmet dependencies. Try using -f.
root@srv028:~# apt-get upgrade -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
Calculating upgrade... Done
The following NEW packages will be installed:
sysv-rc
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B/82.8 kB of archives.
After this operation, 128 kB of additional disk space will be used.
Do you want to continue? [Y/n]
Preconfiguring packages ...
/usr/bin/dpkg-split: 1: /usr/bin/dpkg-split: Syntax error: "(" unexpected
E: Sub-process /usr/bin/dpkg exited unexpectedly
root@srv028:~#
이 문제를 어떻게 해결할 수 있을까요?
(추신.이 사람은 분명히 나 아냐.)