Ubuntu 13.10 Saucy의 apt-get 패키지 관리자를 통해 typo3을 설치하려고했습니다. 설치 중 패키지 typo3-dummy를 구성 할 수없고 상태를 유지함 : 절반 설치됨
sudo dpkg --purge --force-all typo3-dummy
(Reading database ... 107326
files and directories currently installed.) Removing typo3-dummy ...
apache2-maintscript-helper invoked from a modified environment. Please
hint required arguments manually dpkg: error processing typo3-dummy
(--purge): subprocess installed post-removal script returned error
exit status 1 Processing triggers for ureadahead ... Errors were
encountered while processing: typo3-dummy
이 패키지를 제거하기 위해 다른 무엇을 시도 할 수 있습니까? 새로 설치를 피하고 싶습니다. 타이
편집 : sudo apt-get install -f 사용하면 다음 출력이 반환됩니다.
ben@cloudy:/etc$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
typo3-dummy
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
1 not fully installed or removed.
After this operation, 484 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 107326 files and directories currently installed.)
Removing typo3-dummy ...
apache2-maintscript-helper invoked from a modified environment. Please hint requ ired arguments manually
dpkg: error processing typo3-dummy (--remove):
subprocess installed post-removal script returned error exit status 1
Processing triggers for ureadahead ...
No apport report written because MaxReports is reached already
Errors were encoun tered while processing:
typo3-dummy
E: Sub-process /usr/bin/dpkg returned an error code (1)
수동으로 제거하려는 이유>
—
nux
모든 "클래식"방식이 실패하는 것처럼 보이므로 ... 퍼지 /
—
무작위
내 답변 업데이트
—
nux
당신의 대답은 매력처럼 작동했습니다! 대단히 감사합니다
—
Ben Matheja
같은 문제가 있었고 nux가 말한 것처럼 수정했습니다. 고마워요! 그러나 나는 gedit 을 사용하여 / var / lib / dpkg / status 를 편집 할 것이다 : sudo gedit / var / lib / dpkg / status 콘솔에 익숙하지 않은 사람들을 위해;)
—
user1697337