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 13/10/2012, à 18:10

tenthor

[Résolu] Erreur lors de la mise à jour des sources

Bonsoir,

Je suis un nouvel utilisateur de linux, et j'en suis ravi mais là je bloque malgré mes recherches.

En effet, quand je veux mettre mes sources de logiciels à jour via la commande :

sudo apt-get update

j'ai un message d'erreur qui s'affiche :

E: Le pilote pour la méthode /usr/lib/apt/methods/ppa n'a pu être trouvé.

J'ai bien trouvé quelques trucs sur internet, mais rien n'y fait.
J'ajouterais que j'ai le même problème si je fais "recharger" via le gestionnaire de paquets synaptic.

Si quelqu'un a un peu de temps à me consacrer, je veux bien un coup de main s'il vous plaît.

Merci.
wink

Dernière modification par tenthor (Le 13/10/2012, à 22:38)


Ordinateur : Lenovo ThinkPad X1 Carbon Gen 8 ; Processeur : Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz ; Mémoire : 7802MB ; OS : XUbuntu 20.04.1 LTS ; OpenGL Renderer : Mesa Intel(R) UHD Graphics (CML GT2) ; X11 Vendor : The X.Org Foundation ; Adapteur Audio : sof-hda-dsp - sof-hda-dsp
ZorinOS 16.3 Core

Hors ligne

#2 Le 13/10/2012, à 19:12

lann

Re : [Résolu] Erreur lors de la mise à jour des sources

Peux tu nous poster  ton fichier sources.list

cat /etc/apt/sources.list

Hors ligne

#3 Le 13/10/2012, à 20:05

tenthor

Re : [Résolu] Erreur lors de la mise à jour des sources

lann a écrit :

Peux tu nous poster  ton fichier sources.list

cat /etc/apt/sources.list

Bonsoir, voici ce que tu me demande :

pierre@pierre-N73SV:~$ cat /etc/apt/sources.list
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to

# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ precise main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ precise main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ precise-updates main restricted
deb-src http://fr.archive.ubuntu.com/ubuntu/ precise-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ precise universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ precise universe
deb http://fr.archive.ubuntu.com/ubuntu/ precise-updates universe
deb-src http://fr.archive.ubuntu.com/ubuntu/ precise-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
## team, and may not be under a free licence. Please satisfy yourself as to 
## your rights to use the software. Also, please note that software in 
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ precise multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ precise multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ precise-updates multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ precise-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
deb-src http://fr.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu precise-security main restricted
deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
deb http://security.ubuntu.com/ubuntu precise-security universe
deb-src http://security.ubuntu.com/ubuntu precise-security universe
deb http://security.ubuntu.com/ubuntu precise-security multiverse
deb-src http://security.ubuntu.com/ubuntu precise-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu precise partner
# deb-src http://archive.canonical.com/ubuntu precise partner

## Uncomment the following two lines to add software from Ubuntu's
## 'extras' repository.
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://extras.ubuntu.com/ubuntu precise main
# deb-src http://extras.ubuntu.com/ubuntu precise main
pierre@pierre-N73SV:~$ 

Ordinateur : Lenovo ThinkPad X1 Carbon Gen 8 ; Processeur : Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz ; Mémoire : 7802MB ; OS : XUbuntu 20.04.1 LTS ; OpenGL Renderer : Mesa Intel(R) UHD Graphics (CML GT2) ; X11 Vendor : The X.Org Foundation ; Adapteur Audio : sof-hda-dsp - sof-hda-dsp
ZorinOS 16.3 Core

Hors ligne

#4 Le 13/10/2012, à 20:28

lann

Re : [Résolu] Erreur lors de la mise à jour des sources

As-tu un dossier qui s'appelle ppa dans le répertoire /usr/lib/apt/methods ?

Sinon créé ce dossier

sudo mkdir /usr/lib/apt/methods/ppa

et relances

sudo apt-get update

Hors ligne

#5 Le 13/10/2012, à 21:06

tenthor

Re : [Résolu] Erreur lors de la mise à jour des sources

lann a écrit :

As-tu un dossier qui s'appelle ppa dans le répertoire /usr/lib/apt/methods ?

Non.

lann a écrit :

Sinon créé ce dossier

sudo mkdir /usr/lib/apt/methods/ppa

et relances

sudo apt-get update

Je viens de le faire et tout semble fonctionner à nouveau.
Merci beaucoup Iann.
big_smile


Ordinateur : Lenovo ThinkPad X1 Carbon Gen 8 ; Processeur : Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz ; Mémoire : 7802MB ; OS : XUbuntu 20.04.1 LTS ; OpenGL Renderer : Mesa Intel(R) UHD Graphics (CML GT2) ; X11 Vendor : The X.Org Foundation ; Adapteur Audio : sof-hda-dsp - sof-hda-dsp
ZorinOS 16.3 Core

Hors ligne

#6 Le 13/10/2012, à 21:19

lann

Re : [Résolu] Erreur lors de la mise à jour des sources

De rien
C'est un plaisir

Hors ligne