
ExFAT와 관련된 여러 질문을 읽었으며 12.04의 경우 다음을 권장합니다.
sudo apt-add-repository ppa:relan/exfat
sudo apt-get update
sudo apt-get install fuse-exfat exfat-utils
그러나 첫 번째 단계에서 다음과 같은 문제가 발생합니다.
sudo apt-add-repository ppa:relan/exfat
You are about to add the following PPA to your system:
tag:launchpad.net:2008:redacted
More info: https://launchpad.net/~relan/+archive/ubuntu/exfat
Press [ENTER] to continue or ctrl-c to cancel adding it
gpg: keyring `/tmp/tmpwpgBPE/secring.gpg' created
gpg: keyring `/tmp/tmpwpgBPE/pubring.gpg' created
gpg: "tag:launchpad.net:2008:redacted" not a key ID: skipping
recv failed
나는 add-apt-repository와 apt-add-repository가 동일하다고 가정하며 확실히 동일한 오류 메시지가 나타납니다.
내가 할 때 :
sudo apt-get update
... SNIP ...
Reading package lists... Done
W: GPG error: http://ppa.launchpad.net precise Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 4DF9B28CA252A784
하는 동안:
apt-cache search exfat
fuse-exfat - This driver is the first free exFAT file
exfat-utils - A set of utilities for creating, checking, dumping and labelling
아직:
sudo apt-get install fuse-exfat
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
fuse-exfat
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 26.2 kB of archives.
After this operation, 98.3 kB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
fuse-exfat
Install these packages without verification [y/N]?
인증 없이는 설치하지 않는 편이 낫습니다. :) 그렇다면 어떻게 해결하나요?
미리 감사드립니다!
-- 업데이트 -- ppa 작성자가 내가 보낸 이메일에 응답했습니다.
안녕,
Debian 덕분에 이제 유니버스 저장소에서 패키지를 사용할 수 있기 때문에 PPA를 포기했습니다.
백포트를 활성화해야 합니다. https://help.ubuntu.com/community/UbuntuBackports
그런 다음 exfat-fuse 패키지를 설치하십시오. http://packages.ubuntu.com/precise-backports/exfat-fuse
답변1
-- 업데이트 -- ppa 작성자가 내가 보낸 이메일에 응답했습니다.
안녕,
Debian 덕분에 이제 유니버스 저장소에서 패키지를 사용할 수 있기 때문에 PPA를 포기했습니다.
백포트를 활성화해야 합니다.https://help.ubuntu.com/community/UbuntuBackports
그런 다음 exfat-fuse 패키지를 설치하십시오.http://packages.ubuntu.com/precise-backports/exfat-fuse