E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.

인쇄용 판은 더 이상 지원되지 않으며 렌더링 오류가 있을 수 있습니다. 브라우저 북마크를 업데이트해 주시고 기본 브라우저 인쇄 기능을 대신 사용해 주십시오.
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.

1 사례 1

root@zetawiki:~# apt-get install apache2
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
root@zetawiki:~# dpkg --configure -a
Setting up libicu55:amd64 (55.1-7ubuntu0.2) ...
Setting up libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.6) ...
Processing triggers for mime-support (3.59ubuntu1) ...
... (생략)
Skipping profile in /etc/apparmor.d/disable: usr.sbin.rsyslogd
Processing triggers for systemd (229-4ubuntu16) ...
Processing triggers for ureadahead (0.100.0-19) ...
root@zetawiki:~# apt-get install apache2
Reading package lists... Done
Building dependency tree
... (생략)

2 사례 2

# apt install -y vim-gtk
...
Setting up libavahi-common3:amd64 (0.7-4+deb10u1) ...
Setting up libthai0:amd64 (0.1.28-2) ...
Setting up libfreetype6:amd64 (2.9.1-3+deb10u2) ...
Setting up shared-mime-info (1.10-1) ...
Killed
# apt install -y vim-gtk
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem.
# dpkg --configure -a
Setting up libicu55:amd64 (55.1-7ubuntu0.2) ...
Setting up libisc-export160 (1:9.10.3.dfsg.P4-8ubuntu1.6) ...
Processing triggers for mime-support (3.59ubuntu1) ...
... (생략)
update-alternatives: using /usr/bin/vim.gtk to provide /usr/bin/eview (eview) in auto mode
update-alternatives: using /usr/bin/vim.gtk to provide /usr/bin/gvimdiff (gvimdiff) in auto mode
Setting up ruby2.5 (2.5.5-3+deb10u3) ...
Setting up ruby (1:2.5.1) ...
Processing triggers for libc-bin (2.28-10) ...
Processing triggers for libgdk-pixbuf2.0-0:amd64 (2.38.1+dfsg-1) ...
# apt install -y vim-gtk
Reading package lists... Done
Building dependency tree
Reading state information... Done
vim-gtk is already the newest version (2:8.1.0875-5).
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.

3 같이 보기

4 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}