Conky를 제거하는 방법은 무엇입니까?

Conky를 제거하는 방법은 무엇입니까?

글쎄, 나는 그것을 지우려고 할 때마다 다른 버전의 conky(all,standard,cli)가 설치되는 성가신 문제에 직면하고 있습니다. 이것은 어리석은 일입니다. 아래는 이런 일이 발생하는 부분을 정리한 것입니다. 다른 답변을 확인했지만 적절한 제거 제거가 효과가 있었습니다. 하지만 나에게는 바이러스 같은 것이 스스로 설치됩니다. 어떤 아이디어가 있나요? 설치 없이 패키지를 제거할 수 있는지 궁금합니다.

aditya@Aditya-lappy:~$ sudo apt remove --purge conky-all 
[sudo] password for aditya: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libaudclient2 libxmmsclient6 libxnvctrl0
Use 'sudo apt autoremove' to remove them.
The following additional packages will be installed:
  conky-std
Suggested packages:
  apcupsd audacious moc mpd xmms2
The following packages will be REMOVED:
  conky-all*
The following NEW packages will be installed:
  conky-std
0 upgraded, 1 newly installed, 1 to remove and 0 not upgraded.
Need to get 340 kB of archives.
After this operation, 465 kB disk space will be freed.
Do you want to continue? [Y/n] Y
Get:1 http://deb.debian.org/debian stable/main amd64 conky-std amd64 1.10.8-1+b1 [340 kB]
Fetched 340 kB in 10s (33.0 kB/s)
dpkg: conky-all: dependency problems, but removing anyway as you requested:
 conky depends on conky-std | conky-cli | conky-all; however:
  Package conky-std is not installed.
  Package conky-cli is not installed.
  Package conky-all is to be removed.

(Reading database ... 249836 files and directories currently installed.)
Removing conky-all (1.10.8-1+b1) ...
Selecting previously unselected package conky-std.
(Reading database ... 249808 files and directories currently installed.)
Preparing to unpack .../conky-std_1.10.8-1+b1_amd64.deb ...
Unpacking conky-std (1.10.8-1+b1) ...
Setting up conky-std (1.10.8-1+b1) ...
Processing triggers for man-db (2.8.5-2) ...
(Reading database ... 249831 files and directories currently installed.)
Purging configuration files for conky-all (1.10.8-1+b1) ...

aditya@Aditya-lappy:~$ sudo apt remove --purge conky-std
...
The following NEW packages will be installed:
  conky-cli
...
aditya@Aditya-lappy:~$ sudo apt remove --purge conky-cli
...
The following additional packages will be installed:
  conky-std
Suggested packages:
  apcupsd audacious moc mpd xmms2
The following packages will be REMOVED:
  conky-cli*
The following NEW packages will be installed:
  conky-std
...
Abort.

답변1

이 패키지를 제거해야 합니다 conky:

sudo apt purge --auto-remove conky

관련 정보