Kali Linux Purple: 'libgconf-2-4' 패키지를 설치할 수 없습니다

Kali Linux Purple: 'libgconf-2-4' 패키지를 설치할 수 없습니다

.NET을 사용하여 Kali Linux(보라색 버전)에 Spotify 및 Discord를 설치하려고 합니다 apt install <package name/deb file>.

그러나 종속성 문제가 발생했습니다. 일반적으로 Kali는 이러한 종속 항목을 자동으로 설치하지만 다음 항목은 설치할 수 없는 것 같습니다.

libgconf-2-4

더 많은 정보를 제공하기 위해 다음과 같은 추가 정보를 제공합니다.

└─$ sudo apt install ./discord-0.0.29.deb                                                       
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'discord' instead of './discord-0.0.29.deb'
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 discord : Depends: libgconf-2-4 but it is not installable
           Recommends: libappindicator1 but it is not installable or
                       libayatana-appindicator1 but it is not installable
E: Unable to correct problems, you have held broken packages.
└─$ lsb_release -a
No LSB modules are available.
Distributor ID: Kali
Description:    Kali GNU/Linux Rolling
Release:        2023.3
Codename:       kali-rolling
└─$ sudo cat /etc/apt/sources.list                                                                                                           
# See https://www.kali.org/docs/general-use/kali-linux-sources-list-repositories/
deb http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware

# Additional line for source packages
# deb-src http://http.kali.org/kali kali-rolling main contrib non-free non-free-firmware

온라인의 많은 지침에 따라 수동으로 설치하려고 시도했지만 sudo apt install libgconf-2-4패키지를 찾을 수 없었습니다.

E: Unable to locate package libgconf-2-4

패키지 목록 업데이트를 시도하고 전체 시스템을 완전히 업데이트하는 데 성공했습니다.

└─$ sudo apt update && sudo apt full-upgrade -Vy && sudo apt autoremove -y && sudo apt autoclean
Hit:1 http://repository.spotify.com stable InRelease                                                                                                                                  
Hit:2 http://mirror.aktkn.sg/kali kali-rolling InRelease                                                                                                                              
Hit:3 https://packages.microsoft.com/repos/code stable InRelease                                                                    
Ign:4 https://repo.hotspotshield.com/deb/rel/all release InRelease                                                                 
Hit:5 https://repo.hotspotshield.com/deb/rel/all release Release              
Ign:6 https://repo.hotspotshield.com/deb/rel/all release Release.gpg
Hit:7 https://artifacts.elastic.co/packages/8.x/apt stable InRelease
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
All packages are up to date.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done

마지막으로 다음을 사용하여 손상된 설치를 복구해 보았습니다.

sudo apt --fix-broken install

이러한 모든 시도는 상황을 진전시키지 못했습니다. 어떤 도움이라도 대단히 감사하겠습니다.

답변1

libgconf-2-4예전에는칼리에서 삭제됨이어서 8월 7일데비안에서 제거하세요. Kali는 롤링 릴리스이므로 패키지를 설치하는 안정적인 방법이 없습니다. 기술적으로는 패키지의 이전 복사본을 설치하려고 시도할 수 있지만 나중에 발생할 수 있는 문제를 처리해야 합니다.

업데이트된 Discord 패키지를 기다리거나 요청해야 합니다. 다음 달 출시되는 우분투 23.10에서는 라이브러리를 사용할 수 없다는 점을 감안하면 그리 오래 기다리지 않아도 된다.

(Kali는 일반 배포판이 아니므로 여기에 타사 패키지를 설치하는 데 의존해서는 안 됩니다.)

답변2

Spotify를 설치하고 싶습니다. "스냅" 소프트웨어 설치 솔루션

sudo apt update
sudo apt install snapd

sudo snap install spotify

당신도 마찬가지입니다:

sudo snap install discord

관련 정보