최근 Skype DEB를 설치하거나 저장소를 통해 이 문제가 발생했습니다.
https://www.skype.com/en/download-skype/skype-for-linux/downloading-web/?type=weblinux-deb
로그를 확인하세요.
Gtk-WARNING **: Theme directory imported-Humanity/192 of theme Lubuntu has no size field
A seleccionar pacote anteriormente não seleccionado libpango1.0-0:amd64.
(Lendo banco de dados ... 228056 ficheiros e directórios actualmente instalados.)
A preparar para desempacotar .../libpango1.0-0_1.40.1-1_amd64.deb ...
A descompactar libpango1.0-0:amd64 (1.40.1-1) ...
Configurando libpango1.0-0:amd64 (1.40.1-1) ...
A seleccionar pacote anteriormente não seleccionado skypeforlinux.
(Lendo banco de dados ... 228063 ficheiros e directórios actualmente instalados.)
A preparar para desempacotar .../skypeforlinux_1.6.0.3_amd64.deb ...
A descompactar skypeforlinux (1.6.0.3) ...
Configurando skypeforlinux (1.6.0.3) ...
Warning: The postinst maintainerscript of the package skypeforlinux
Warning: seems to use apt-key (provided by apt) without depending on gnupg or gnupg2.
Warning: This will BREAK in the future and should be fixed by the package maintainer(s).
Note: Check first if apt-key functionality is needed at all - it probably isn't!
Warning: apt-key should not be used in scripts (called from postinst maintainerscript of the package skypeforlinux)
OK
/etc/aptsources.list.d is not a folder
dpkg: erro ao processar o pacote skypeforlinux (--install):
sub-processo script post-installation instalado retornou estado de saída de erro 1
A processar 'triggers' para hicolor-icon-theme (0.15-1) ...
A processar 'triggers' para desktop-file-utils (0.23-1ubuntu1) ...
A processar 'triggers' para mime-support (3.60ubuntu1) ...
문제를 해결할 아이디어가 있나요?
답변1
편집 /var/lib/dpkg/info/skypeforlinux.postinst
및 교체
FULLSOURCEDIR=$ROOTFOLDER$ETCFOLDER$SOURCEDIR
그리고
FULLSOURCEDIR=$ROOTFOLDER$ETCFOLDER/$SOURCEDIR
그런 다음 실행
sudo apt-get -f install
답변2
Skype를 설치하려면 먼저 Canonical Partners를 활성화해야 합니다.
$ sudo add-apt-repository "deb http://archive.canonical.com/ $(lsb_release -sc) partner"
그런 다음 다음 명령을 실행하십시오.
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install skype
skype
또는 설명된 단계에 따라 설치할 수 있습니다.여기:
`# 'apt-transport-https'가 설치되어 있는지 확인하세요
dpkg -s apt-transport-https > /dev/null || bash -c "sudo apt-get update; sudo apt-get install apt-transport-https -y"
curl https://repo.skype.com/data/SKYPE-GPG-KEY | sudo apt-key add -
echo "deb [arch=amd64] https://repo.skype.com/deb stable main" | sudo tee /etc/apt/sources.list.d/skype-stable.list
sudo apt-get update
sudo apt-get install skypeforlinux -y
` 편집하다
Linux용 Skype Alpha는 자격 증명을 저장하기 위해 패키지를 사용합니다
gnome-keyring
.libgnome-keyring0
두 패키지 모두 Linux용 Skype Alpha 패키지의 종속 항목으로 설치됩니다.
sudo apt-get update
sudo apt-get install gnome-keyring
sudo apt-get install libgnome-keyring0