freerdp를 설치해 보세요sudo apt-get install freerdp-x11
오류가 발생했습니다.
libfreerdp-codec1.1: 종속: libjpeg8(>= 8c) 그러나 설치할 수 없음
libjpeg8을 설치하려고 합니다.sudo apt-get install libjpeg8-dev
E: 'libjpeg8-dev' 패키지에는 설치 후보가 없습니다.
업데이트하려고 할 때
$ sudo apt-get update 1 ⚙
Hit:1 http://ppa.launchpad.net/ethereum/ethereum/ubuntu impish InRelease
Hit:2 http://ppa.launchpad.net/ethereum/ethereum/ubuntu xenial InRelease
Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [109 kB]
Get:5 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu impish InRelease [17.5 kB]
Hit:4 http://kali.download/kali kali-rolling InRelease
Err:5 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu impish InRelease
The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C2518248EEA14886
Ign:3 http://security.ubuntu.com/ubuntu xenial-security InRelease
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu impish InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
W: GPG error: http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu impish InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY C2518248EEA14886
E: The repository 'http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu impish InRelease' is not signed.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
W: GPG error: http://security.ubuntu.com/ubuntu xenial-security InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
답변1
데비안 9 이상에서는 호환 프로세서로 더 나은 성능(2-6x)을 달성하기 위해 클래식이 SIMD 명령어 지원으로 libjpeg8
대체되었습니다 .libjpeg-turbo
프로젝트 홈페이지:https://www.libjpeg-turbo.org/
따라서 이전 패키지를 요청했지만 데비안이나 데비안 관련 배포판에서 사용할 수 없는 경우 해당 패키지 (또는 더 높은 버전)를 libjpeg8
설치해 볼 수 있습니다 . libjpeg62-turbo
원래는 이전 libjpeg v6b 코드베이스(버전 번호 설명)에서 분기되었지만 libjpeg v7 및 v8용 ABI도 포함되어 있으므로 호환되어야 합니다.
이것은 매우 명확하지 않으므로 이 답변을 오래된 질문에 추가하고 싶었습니다.
답변2
Kali Linux에서는 이 이름으로 패키지되어 있습니다 freerdp2-x11
. 다음을 통해 설치할 수 있습니다.
sudo apt install freerdp2-x11
또는 종속성으로 설치 sudo apt isntall freerdp2
하려면freerdp2-x11
freerdp2 참조.
하지만 패키지를 설치하기 전에 모든 타사 저장소를 삭제해야 합니다.
sudo rm /etc/apt/sources.list.d/*
echo "deb http://http.kali.org/kali kali-rolling main non-free contrib" | sudo tee /etc/apt/sources.list
sudo apt update && sudo apt upgrade
답변3
를 설치하려면 libjpeg8-dev
다음 명령을 사용하십시오.
sudo apt install aptitude
sudo aptitude install libjpeg-dev
그런 다음 "아니요", "예", "예"를 선택해야 할 수도 있습니다. 자세한 지침을 참조하세요.pdftoppm
Linux Ubuntu에서 최신 버전의 Poppler/(작성 당시 버전 22.11.0)를 설치/업그레이드하는 방법