J'essayais de créer un stockage persistant sur un lecteur USB Live Ubuntu. Ensuite, je suis venu à de nombreux tutoriels qui nécessitaient mkusb. J'ai cherché de nombreuses façons de l'installer mais je n'ai pas pu, même après avoir ajouté des PPA, redémarré, édité sources.list, etc. Voici la sortie:
$ Sudo add-apt-repository ppa:mkusb/ppa
More info: https://launchpad.net/~mkusb/+archive/ubuntu/ppa
Press [ENTER] to continue or Ctrl-c to cancel adding it.
Hit:1 http://ppa.launchpad.net/mkusb/ppa/ubuntu bionic InRelease
Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:3 http://vn.archive.ubuntu.com/ubuntu bionic InRelease
Hit:4 http://vn.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 http://vn.archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists... Done
$ Sudo apt update
Hit:1 http://ppa.launchpad.net/mkusb/ppa/ubuntu bionic InRelease
Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:3 http://vn.archive.ubuntu.com/ubuntu bionic InRelease
Hit:4 http://vn.archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:5 http://vn.archive.ubuntu.com/ubuntu bionic-backports InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.
$ Sudo apt install mkusb
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package mkusb
Je ne sais pas si j'ai fait des erreurs quelque part. Merci!
EDIT: J'ai réussi à installer mkusb en utilisant tarball, mais il ne détecte pas ma clé USB. Mais le point principal est terminé, je vais peut-être poser une autre question. Je vous remercie!
Si vous exécutez Ubuntu standard en direct, vous avez besoin d'une instruction supplémentaire pour obtenir l'univers du référentiel. (Kubuntu, Lubuntu ... Xubuntu fait activer automatiquement le référentiel Univers.)
Sudo add-apt-repository universe # only for standard Ubuntu
Sudo add-apt-repository ppa:mkusb/ppa # and press Enter
Sudo apt-get update
Sudo apt-get install mkusb mkusb-nox usb-pack-efi
Si pour une raison quelconque, cela ne fonctionne pas avec le PPA, vous pouvez installer mkusb via un tarball selon le lien suivant,
Essayez à nouveau d'ajouter le PPA avec la commande suivante:
Sudo add-apt-repository ppa:mkusb/ppa
Je n'ai vu aucune clé importée dans le journal que vous avez publié.
Ça devrait ressembler a quelque chose comme ca:
You are about to add the following PPA to your system:
More info: https://launchpad.net/~mkusb/+archive/ubuntu/ppa
Press [ENTER] to continue or ctrl-c to cancel adding it
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --homedir /tmp/tmp.moYjnLh1cS --no-auto-check-trustdb --trust-model always --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 54B8C8AC
gpg: requesting key 54B8C8AC from hkp server keyserver.ubuntu.com
gpg: key 54B8C8AC: "Launchpad PPA for MKUSB" not changed
gpg: Total number processed: 1
gpg: unchanged: 1
Ensuite, mettez à jour et installez le package avec les commandes suivantes:
Sudo apt update
Sudo apt install mkusb