![firefox-esr을 설치하지 않고 Debian의 KDE Plasma에서 Konqueror를 제거합니다.](https://linux55.com/image/196441/firefox-esr%EC%9D%84%20%EC%84%A4%EC%B9%98%ED%95%98%EC%A7%80%20%EC%95%8A%EA%B3%A0%20Debian%EC%9D%98%20KDE%20Plasma%EC%97%90%EC%84%9C%20Konqueror%EB%A5%BC%20%EC%A0%9C%EA%B1%B0%ED%95%A9%EB%8B%88%EB%8B%A4..png)
KDE Plasma Desktop을 실행하는 Debian 11 시스템에서 Konqueror를 제거하려고 합니다. 쉘 명령은 다음 sudo apt remove konqueror
을 제공합니다.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following package was automatically installed and is no longer required:
libkf5konq6
Use 'sudo apt autoremove' to remove it.
The following additional packages will be installed:
firefox-esr
Suggested packages:
fonts-stix | otf-stix fonts-lmodern
The following packages will be REMOVED:
konq-plugins konqueror
The following NEW packages will be installed:
firefox-esr
0 upgraded, 1 newly installed, 2 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 55.4 MB of archives.
After this operation, 180 MB of additional disk space will be used.
Do you want to continue? [Y/n]
이미 기본으로 설정된 Brave 브라우저를 사용하고 있기 때문에 firefox-esr을 설치하고 싶지 않습니다.
출력 apt-cache policy konq-plugins konqueror firefox-esr
:
konq-plugins:
Installed: 4:20.12.0-4
Candidate: 4:20.12.0-4
Version table:
*** 4:20.12.0-4 500
500 http://deb.debian.org/debian bullseye/main amd64 Packages
100 /var/lib/dpkg/status
konqueror:
Installed: 4:20.12.0-4
Candidate: 4:20.12.0-4
Version table:
*** 4:20.12.0-4 500
500 http://deb.debian.org/debian bullseye/main amd64 Packages
100 /var/lib/dpkg/status
firefox-esr:
Installed: (none)
Candidate: 78.14.0esr-1~deb11u1
Version table:
78.14.0esr-1~deb11u1 500
500 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages
100 /var/lib/dpkg/status
78.12.0esr-1 500
500 http://deb.debian.org/debian bullseye/main amd64 Packages
또한 관련 메타패키지를 설치하지 않았습니다. 시냅틱에 따르면 내 시스템에 설치된 유일한 메타패키지는 init입니다.
답변1
알았어, 알아냈어. dpkg를 사용하여 Konqueror를 제거하려고 시도하면서 sudo dpkg -r konq-plugins konqueror
libreoffice-help-en-us가 firefox-esr, epphany-browser, konqueror, chromium 또는 firefox에 의존한다는 것을 발견했습니다.
(Reading database ... 211190 files and directories currently installed.)
Removing konq-plugins (4:20.12.0-4) ...
dpkg: dependency problems prevent removal of konqueror:
libreoffice-help-en-us depends on firefox-esr | epiphany-browser | konqueror | chromium | firefox; however:
Package firefox-esr is not installed.
Package epiphany-browser is not installed.
Package konqueror is to be removed.
Package chromium is not installed.
Package firefox is not installed.
dpkg: error processing package konqueror (--remove):
dependency problems - not removing
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
konqueror
libreoffice-help-en-us를 제거한 후 Konqueror를 제거할 수 있었습니다.