Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 26/07/2016, à 17:45

clane59100

[résolu] erreur apt : Skipping acquire of configured file

Bonjour à tous,

Il y a quelques semaines, je me suis lancé dans l'installation de la version linux de silverlight et j'ai fait une boulette.
Je me souviens avoir changer un paramètre dans un fichier de config mais j'ai fait nimp.

Au lieu de mettre amd64 comme paramètre d'architecture, j'ai mis x64 et depuis j'ai des messages d'erreur quand je lance apt update dans terminal
Enfin, je crois que mon problème provient de cette modification. Je l'ai fait il y a quelques semaines et je n'ai remarqué les erreurs que quelques jours plus tard

les voici :

sudo apt update
[sudo] Mot de passe de gadolb :
Atteint:1 http://fr.archive.ubuntu.com/ubuntu xenial InRelease
Atteint:2 http://fr.archive.ubuntu.com/ubuntu xenial-updates InRelease         
Ign:3 http://dl.google.com/linux/chrome/deb stable InRelease                   
Atteint:4 http://fr.archive.ubuntu.com/ubuntu xenial-backports InRelease       
Atteint:5 http://dl.google.com/linux/chrome/deb stable Release                 
Atteint:6 http://ppa.launchpad.net/pipelight/stable/ubuntu xenial InRelease   
Atteint:7 http://security.ubuntu.com/ubuntu xenial-security InRelease         
Atteint:8 http://archive.canonical.com/ubuntu xenial InRelease                 
Atteint:9 http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial InRelease   
Atteint:10 http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu xenial InRelease
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
All packages are up to date.
N: Skipping acquire of configured file 'main/binary-x64/Packages' as repository 'http://fr.archive.ubuntu.com/ubuntu xenial InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'restricted/binary-x64/Packages' as repository 'http://fr.archive.ubuntu.com/ubuntu xenial InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'universe/binary-x64/Packages' as repository 'http://fr.archive.ubuntu.com/ubuntu xenial InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'multiverse/binary-x64/Packages' as repository 'http://fr.archive.ubuntu.com/ubuntu xenial InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'main/binary-x64/Packages' as repository 'http://fr.archive.ubuntu.com/ubuntu xenial-updates InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'restricted/binary-x64/Packages' as repository 'http://fr.archive.ubuntu.com/ubuntu xenial-updates InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'universe/binary-x64/Packages' as repository 'http://fr.archive.ubuntu.com/ubuntu xenial-updates InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'multiverse/binary-x64/Packages' as repository 'http://fr.archive.ubuntu.com/ubuntu xenial-updates InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'main/binary-x64/Packages' as repository 'http://fr.archive.ubuntu.com/ubuntu xenial-backports InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'restricted/binary-x64/Packages' as repository 'http://fr.archive.ubuntu.com/ubuntu xenial-backports InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'universe/binary-x64/Packages' as repository 'http://fr.archive.ubuntu.com/ubuntu xenial-backports InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'multiverse/binary-x64/Packages' as repository 'http://fr.archive.ubuntu.com/ubuntu xenial-backports InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'main/binary-x64/Packages' as repository 'http://ppa.launchpad.net/pipelight/stable/ubuntu xenial InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'main/binary-x64/Packages' as repository 'http://security.ubuntu.com/ubuntu xenial-security InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'restricted/binary-x64/Packages' as repository 'http://security.ubuntu.com/ubuntu xenial-security InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'universe/binary-x64/Packages' as repository 'http://security.ubuntu.com/ubuntu xenial-security InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'multiverse/binary-x64/Packages' as repository 'http://security.ubuntu.com/ubuntu xenial-security InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'partner/binary-x64/Packages' as repository 'http://archive.canonical.com/ubuntu xenial InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'main/binary-x64/Packages' as repository 'http://ppa.launchpad.net/wine/wine-builds/ubuntu xenial InRelease' doesn't support architecture 'x64'
N: Skipping acquire of configured file 'main/binary-x64/Packages' as repository 'http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu xenial InRelease' doesn't support architecture 'x64'

En espérant que l'un de vous pourra m'aider car je séche la. J'ai cherché dans de nombreux fichiers et via notre ami google mais rien.


Modération : merci à l'avenir d'utiliser les balises code (explications ici).

Dernière modification par clane59100 (Le 27/07/2016, à 09:01)

Hors ligne

#2 Le 26/07/2016, à 20:06

clane59100

Re : [résolu] erreur apt : Skipping acquire of configured file

J'avance big_smile

En faisant un apt-config dump, j'ai ca :

root@gadolb-ThinkPad-T440s:/# apt-config dump
APT::Architectures "";
APT::Architectures:: "amd64";
APT::Architectures:: "i386";
APT::Architectures:: "x64";

Comment faire pour supprimer cette architecture ?

Hors ligne

#3 Le 26/07/2016, à 20:08

clane59100

Re : [résolu] erreur apt : Skipping acquire of configured file

Allez, je me réponds big_smile

dpkg --remove-architecture x64

Hors ligne