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
-更新-ppa作成者は、私が彼に送信したメールに返信しました:
こんにちは、
Debianのおかげで、パッケージがユニバースリポジトリで利用可能になったため、PPAを放棄しました。
バックポートを有効にする必要があります: https://help.ubuntu.com/community/UbuntuBackports
次に、exfat-Fuseパッケージをインストールします。 http://packages.ubuntu.com/precise-backports/exfat-Fuse