Como obter o ExFAT trabalhando em 12.04

1

Li várias perguntas relacionadas ao ExFAT e, para 12.04, elas recomendam:

sudo apt-add-repository ppa:relan/exfat
sudo apt-get update
sudo apt-get install fuse-exfat exfat-utils

No entanto, tenho problemas no primeiro passo com:

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

Eu assumo que add-apt-repository e apt-add-repository são equivalentes, certamente eles resultam na mesma mensagem de erro.

Quando eu faço:

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

Enquanto:

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

Ainda:

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]? 

Eu preferiria não instalar sem verificação :) Então, como resolvo isso?

Muito obrigado antecipadamente!

- Atualização - O autor do ppa respondeu a um e-mail que eu enviei a ele:

Oi,

Eu abandonei o PPA porque os pacotes agora estão disponíveis no repositório universe, graças ao Debian.

Você deve ativar backports: link

E, em seguida, instale o pacote exfat-fuse: link

    
por unomi 12.10.2015 / 00:01

1 resposta

1

- Atualização - O autor do ppa respondeu a um e-mail que eu enviei a ele:

Oi,

Eu abandonei o PPA porque os pacotes agora estão disponíveis no repositório universe, graças ao Debian.

Você deve ativar backports: link

E, em seguida, instale o pacote exfat-fuse: link

    
por unomi 20.10.2015 / 12:07