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/02/2017, à 09:12

Qiwi60

Le type « sudo » est inconnu sur la ligne . dans la liste des sources

Bonjour,Bonsoir
en voulant ouvrir mon logiciel Gestionnaire de paquets Synaptic j'ai une error qui apparaît sur mon ecrans

"E: Le type « sudo » est inconnu sur la ligne 52 dans la liste des sources /etc/apt/sources.list
E: Le type « sudo » est inconnu sur la ligne 1 dans la liste des sources /etc/apt/sources.list.d/getdeb.list
E: Impossible de lire la liste des sources.
Vous pouvez essayer de corriger le problème en ouvrant la fenêtre des dépôts."

(j'ai rajouter les "")
j'ai essayer de configurer les lignes comme je les vue sur une notre discussion (elle date de il y 5 ans) ./viewtopic.php?id=862681 mes quand j'enregistre il me dise

"Le fichier 'sources.list' existe déjà. Voulez-vous remplacer le fichier existant par celui-ci ?"

je clique sur Oui
et ensuite "Impossible d'ouvrir le fichier en écriture"
je refais donc appelle au Superman de chez linux smile merci de votre attention
Qiwi60


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

Dernière modification par cqfd93 (Le 26/02/2017, à 09:33)

Hors ligne

#2 Le 26/02/2017, à 09:15

f.x0

Re : Le type « sudo » est inconnu sur la ligne . dans la liste des sources

Bonjour Qiwi60,

Ouvres un terminal
tapes

find /etc/apt -type f -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;

et postes le retour de la commande


SOPI

Hors ligne

#3 Le 26/02/2017, à 09:35

cqfd93

Re : Le type « sudo » est inconnu sur la ligne . dans la liste des sources

Bonjour,

Et surtout bien mettre le retour de la commande donnée par f.x0 entre balises code (blanc sur fond noir). Voilà la marche à suivre :

  1. Ouvre le terminal avec ctrl-alt-t

  2. Sélectionne la commande voulue avec un triple clic (ça sélectionne toute la ligne, même la fin si on ne la voit pas)

  3. Colle-la dans le terminal avec un clic molette, valide avec Entrée

  4. Sélectionne et copie tout ce que te dit le terminal depuis la commande jusqu'à le dernière ligne incluse

  5. Clique sur le <> de l'éditeur de message
    1471986854.png

  6. Colle là où se trouve le curseur (entre le ] et le [)


cqfd93

Hors ligne

#4 Le 26/02/2017, à 11:13

Qiwi60

Re : Le type « sudo » est inconnu sur la ligne . dans la liste des sources

/etc/apt/sources.list.d/random-stuff-ubuntu-ppa-yakkety.list

     1	deb http://ppa.launchpad.net/random-stuff/ppa/ubuntu yakkety main
     2	# deb-src http://ppa.launchpad.net/random-stuff/ppa/ubuntu yakkety main
     3	# deb-src http://ppa.launchpad.net/random-stuff/ppa/ubuntu yakkety main

/etc/apt/sources.list.d/obsproject-ubuntu-obs-studio-yakkety.list

     1	deb http://ppa.launchpad.net/obsproject/obs-studio/ubuntu yakkety main
     2	# deb-src http://ppa.launchpad.net/obsproject/obs-studio/ubuntu yakkety main
     3	# deb-src http://ppa.launchpad.net/obsproject/obs-studio/ubuntu yakkety main
     4	# deb-src http://ppa.launchpad.net/obsproject/obs-studio/ubuntu yakkety main

/etc/apt/sources.list.d/wine-ubuntu-wine-builds-yakkety.list

     1	deb http://ppa.launchpad.net/wine/wine-builds/ubuntu yakkety main
     2	# deb-src http://ppa.launchpad.net/wine/wine-builds/ubuntu yakkety main

/etc/apt/sources.list.d/kirillshkrogalev-ubuntu-ffmpeg-next-yakkety.list

     1	deb http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety main
     2	# deb-src http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety main
     3	# deb-src http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety main
     4	# deb-src http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety main

/etc/apt/sources.list.d/getdeb.list

     1	sudo apt-key add
     2	sudo apt-get install qt5-qmake g++ qtbase5-dev libquazip-qt5-dev libqt5sql5-sqlite	

/etc/apt/sources.list.d/steam.list

     1	deb [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam
     2	deb-src [arch=amd64,i386] http://repo.steampowered.com/steam/ precise steam

/etc/apt/sources.list.d/haraldhv-ubuntu-shotcut-yakkety.list

     1	deb http://ppa.launchpad.net/haraldhv/shotcut/ubuntu yakkety main
     2	# deb-src http://ppa.launchpad.net/haraldhv/shotcut/ubuntu yakkety main

/etc/apt/sources.list

     1	deb cdrom:[Lubuntu 16.10 _Yakkety Yak_ - Release amd64 (20161012.1)]/ yakkety main multiverse restricted universe
     2	
     3	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4	# newer versions of the distribution.
     5	deb http://fr.archive.ubuntu.com/ubuntu/ yakkety main restricted
     6	deb-src http://fr.archive.ubuntu.com/ubuntu/ yakkety universe multiverse restricted main
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb http://fr.archive.ubuntu.com/ubuntu/ yakkety-updates main restricted
    11	deb-src http://fr.archive.ubuntu.com/ubuntu/ yakkety-updates universe multiverse restricted main
    12	
    13	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14	## team. Also, please note that software in universe WILL NOT receive any
    15	## review or updates from the Ubuntu security team.
    16	deb http://fr.archive.ubuntu.com/ubuntu/ yakkety universe
    17	# deb-src http://fr.archive.ubuntu.com/ubuntu/ yakkety universe
    18	deb http://fr.archive.ubuntu.com/ubuntu/ yakkety-updates universe
    19	# deb-src http://fr.archive.ubuntu.com/ubuntu/ yakkety-updates universe
    20	
    21	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    22	## team, and may not be under a free licence. Please satisfy yourself as to 
    23	## your rights to use the software. Also, please note that software in 
    24	## multiverse WILL NOT receive any review or updates from the Ubuntu
    25	## security team.
    26	deb http://fr.archive.ubuntu.com/ubuntu/ yakkety multiverse
    27	# deb-src http://fr.archive.ubuntu.com/ubuntu/ yakkety multiverse
    28	deb http://fr.archive.ubuntu.com/ubuntu/ yakkety-updates multiverse
    29	# deb-src http://fr.archive.ubuntu.com/ubuntu/ yakkety-updates multiverse
    30	
    31	## N.B. software from this repository may not have been tested as
    32	## extensively as that contained in the main release, although it includes
    33	## newer versions of some applications which may provide useful features.
    34	## Also, please note that software in backports WILL NOT receive any review
    35	## or updates from the Ubuntu security team.
    36	deb http://fr.archive.ubuntu.com/ubuntu/ yakkety-backports main restricted universe multiverse
    37	deb-src http://fr.archive.ubuntu.com/ubuntu/ yakkety-backports main restricted universe multiverse
    38	
    39	## Uncomment the following two lines to add software from Canonical's
    40	## 'partner' repository.
    41	## This software is not part of Ubuntu, but is offered by Canonical and the
    42	## respective vendors as a service to Ubuntu users.
    43	deb http://archive.canonical.com/ubuntu yakkety partner
    44	deb-src http://archive.canonical.com/ubuntu yakkety partner
    45	
    46	deb http://security.ubuntu.com/ubuntu yakkety-security main restricted
    47	deb-src http://security.ubuntu.com/ubuntu yakkety-security universe multiverse restricted main
    48	deb http://security.ubuntu.com/ubuntu yakkety-security universe
    49	# deb-src http://security.ubuntu.com/ubuntu yakkety-security universe
    50	deb http://security.ubuntu.com/ubuntu yakkety-security multiverse
    51	# deb-src http://security.ubuntu.com/ubuntu yakkety-security multiverse
    52	sudo gedit /etc/apt/sources.list

Voila !

Hors ligne

#5 Le 26/02/2017, à 11:37

f.x0

Re : Le type « sudo » est inconnu sur la ligne . dans la liste des sources

tout d'abord tapes

sudo rm -v /etc/apt/sources.list.d/getdeb.*
echo "deb http://archive.getdeb.net/ubuntu `lsb_release -cs`-getdeb apps" | sudo tee /etc/apt/sources.list.d/getdeb.list &&  wget -q http://archive.getdeb.net/getdeb-archive.key -O- | sudo apt-key add -

puis tapes

sudo apt-get install gksu
gksudo gedit /etc/apt/sources.list

et modifies la première ligne

deb cdrom:[Lubuntu 16.10 _Yakkety Yak_ - Release amd64 (20161012.1)]/ yakkety main multiverse restricted universe

comme ceci

# deb cdrom:[Lubuntu 16.10 _Yakkety Yak_ - Release amd64 (20161012.1)]/ yakkety main multiverse restricted universe

et supprimes la dernière ligne SANS LAISSER D'ESPACE VIDE

sudo gedit /etc/apt/sources.list

Enregistres le fichier
Quittes gedit

puis postes le retour ENTIER de

sudo apt-get update

SOPI

Hors ligne

#6 Le 26/02/2017, à 12:05

MicP

Re : Le type « sudo » est inconnu sur la ligne . dans la liste des sources

Bonjour Qiwi60 f.x0 cqfd93

Pour faire tout ce que propose f.x0 à la suite de :

f.x0 a écrit :
sudo rm -v /etc/apt/sources.list.d/getdeb.*
echo "deb http://archive.getdeb.net/ubuntu `lsb_release -cs`-getdeb apps" | sudo tee /etc/apt/sources.list.d/getdeb.list &&  wget -q http://archive.getdeb.net/getdeb-archive.key -O- | sudo apt-key add -

puis tapes

il suffit d'entrer la ligne de commandes suivante :

sudo sed -i 's/^deb cdrom/# deb cdrom/;/^sudo/d' /etc/apt/sources.list

Ça modifiera la première ligne comme demandé et ça supprimera aussi la dernière ligne, celle qui débute par la commande sudo

Il restera juste à donner le retour demandé par f.x0 :

sudo apt-get update

=======
En résumé, pour obtenir le même résultat,
il suffit d'entrer, dans l'ordre présenté, les 4 lignes de commandes citées dans mon message

=======
EDIT : Message modifié car j'avais fait une erreur

Dernière modification par MicP (Le 26/02/2017, à 12:43)

Hors ligne

#7 Le 26/02/2017, à 12:17

Qiwi60

Re : Le type « sudo » est inconnu sur la ligne . dans la liste des sources

Merci de vos reponses mes le problème c'est que a cause de mon problème de base je ne peut plus rien Installerdonc sa me bloque a partir de cette étape

sudo apt-get install gksu
E: Le type « sudo » est inconnu sur la ligne 52 dans la liste des sources /etc/apt/sources.list
E: La liste des sources ne peut être lue.
E: Le type « sudo » est inconnu sur la ligne 52 dans la liste des sources /etc/apt/sources.list
E: La liste des sources ne peut être lue.

une autre idée ?
Qiwi60

Hors ligne

#8 Le 26/02/2017, à 12:20

MicP

Re : Le type « sudo » est inconnu sur la ligne . dans la liste des sources

Pour t'éviter d'avoir a essayer de lancer la ligne de commandes sudo apt-get install gksu (qui échouera de toutes façons),
entre les 4 commandes citées dans mon message.

À moins que que aies déjà entré les deux premières,
et dans ce dernier cas, lance seulement les deux dernières, et ça ira.

Dernière modification par MicP (Le 26/02/2017, à 12:21)

Hors ligne

#9 Le 26/02/2017, à 12:20

Qiwi60

Re : Le type « sudo » est inconnu sur la ligne . dans la liste des sources

Et je ne sais pas si ducoup sa a un rapport mes ma Logithèque est vide il n'y a qu'un logiciel

Hors ligne

#10 Le 26/02/2017, à 12:25

MicP

Re : Le type « sudo » est inconnu sur la ligne . dans la liste des sources

…ma Logithèque est vide il n'y a qu'un logiciel…

C'est pas grave, vu le contexte, c'est même logique. Mais ça va se réparer après ça…

Lance :

sudo sed -i 's/^deb cdrom/# deb cdrom/;/^sudo/d' /etc/apt/sources.list

Ça modifiera la première ligne du fichier /etc/apt/sources.list comme demandé,
et ça supprimera aussi la dernière ligne, celle qui débute par la commande sudo

et donne le retour demandé par f.x0 :

sudo apt-get update

=======
f.x0 et cqfd93 avaient déjà tout fait,
je n'ai fait que transmettre une ligne de commande qui permet d'arriver au même résultat
tout en évitant d'avoir à utiliser le programme de gestion (installation) des paquetages.

=======
EDIT : Message modifié car j'avais fait une erreur

Dernière modification par MicP (Le 26/02/2017, à 12:43)

Hors ligne

#11 Le 26/02/2017, à 12:36

Qiwi60

Re : Le type « sudo » est inconnu sur la ligne . dans la liste des sources

Ca ne marche pas je dois me tromper quelque part ?

sudo rm -v /etc/apt/sources.list.d/getdeb.*
[sudo] Mot de passe de quentin : 
'/etc/apt/sources.list.d/getdeb.list' supprimé
quentin@Hour:~$ echo "deb http://archive.getdeb.net/ubuntu `lsb_release -cs`-getdeb apps" | sudo tee /etc/apt/sources.list.d/getdeb.list &&  wget -q http://archive.getdeb.net/getdeb-archive.key -O- | sudo apt-key add -
deb http://archive.getdeb.net/ubuntu yakkety-getdeb apps
OK
quentin@Hour:~$ sudo sed -i 's/^deb cdrom/# deb cdrom/;/^sudo/d' /etc/fstab
quentin@Hour:~$ sudo apt-get update
E: Le type « sudo » est inconnu sur la ligne 52 dans la liste des sources /etc/apt/sources.list
E: La liste des sources ne peut être lue.
quentin@Hour:~$ 

Hors ligne

#12 Le 26/02/2017, à 12:40

MicP

Re : Le type « sudo » est inconnu sur la ligne . dans la liste des sources

…je dois me tromper quelque part ?…

Pas du tout : C'est moi qui me suis trompé.

Désolé : Voilà la bonne ligne de commandes :

sudo sed -i 's/^deb cdrom/# deb cdrom/;/^sudo/d' /etc/apt/sources.list

(Je corrige mes précédents messages)

Dernière modification par MicP (Le 26/02/2017, à 12:46)

Hors ligne

#13 Le 26/02/2017, à 12:55

Qiwi60

Re : Le type « sudo » est inconnu sur la ligne . dans la liste des sources

Voila le retour pour f.x0,cqfd93 et MicP smile

quentin@Hour:~$ sudo rm -v /etc/apt/sources.list.d/getdeb.*
[sudo] Mot de passe de quentin : 
Désolé, essayez de nouveau.
[sudo] Mot de passe de quentin : 
'/etc/apt/sources.list.d/getdeb.list' supprimé
quentin@Hour:~$ echo "deb http://archive.getdeb.net/ubuntu `lsb_release -cs`-getdeb apps" | sudo tee /etc/apt/sources.list.d/getdeb.list &&  wget -q http://archive.getdeb.net/getdeb-archive.key -O- | sudo apt-key add -
deb http://archive.getdeb.net/ubuntu yakkety-getdeb apps
OK
quentin@Hour:~$ sudo sed -i 's/^deb cdrom/# deb cdrom/;/^sudo/d' /etc/apt/sources.list
quentin@Hour:~$ sudo apt-get update
Atteint:1 http://fr.archive.ubuntu.com/ubuntu yakkety InRelease                
Réception de:2 http://security.ubuntu.com/ubuntu yakkety-security InRelease [102 kB]
Réception de:4 http://ppa.launchpad.net/haraldhv/shotcut/ubuntu yakkety InRelease [18,1 kB]
Réception de:5 http://fr.archive.ubuntu.com/ubuntu yakkety-updates InRelease [102 kB]
Réception de:6 http://archive.canonical.com/ubuntu yakkety InRelease [11,5 kB] 
Réception de:3 http://screenshots.getdeb.net yakkety-getdeb InRelease [8 135 B]
Réception de:7 http://archive.canonical.com/ubuntu yakkety/partner Sources [2 316 B]
Réception de:8 http://archive.canonical.com/ubuntu yakkety/partner amd64 Packages [2 472 B]
Réception de:9 http://archive.canonical.com/ubuntu yakkety/partner i386 Packages [2 768 B]
Réception de:10 http://archive.canonical.com/ubuntu yakkety/partner Translation-en [1 352 B]
Réception de:11 http://screenshots.getdeb.net yakkety-getdeb/apps amd64 Packages [61,1 kB]
Réception de:12 http://fr.archive.ubuntu.com/ubuntu yakkety-backports InRelease [102 kB]
Ign:13 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety InRelease
Atteint:14 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu yakkety InRelease
Réception de:15 http://security.ubuntu.com/ubuntu yakkety-security/main amd64 DEP-11 Metadata [8 276 B]
Atteint:16 http://ppa.launchpad.net/random-stuff/ppa/ubuntu yakkety InRelease  
Réception de:17 http://security.ubuntu.com/ubuntu yakkety-security/main DEP-11 64x64 Icons [10,0 kB]
Atteint:18 http://ppa.launchpad.net/wine/wine-builds/ubuntu yakkety InRelease  
Réception de:19 http://screenshots.getdeb.net yakkety-getdeb/apps i386 Packages [62,0 kB]
Ign:20 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety Release
Réception de:21 http://security.ubuntu.com/ubuntu yakkety-security/universe amd64 DEP-11 Metadata [9 736 B]
Réception de:22 http://ppa.launchpad.net/haraldhv/shotcut/ubuntu yakkety/main amd64 Packages [480 B]
Réception de:23 http://ppa.launchpad.net/haraldhv/shotcut/ubuntu yakkety/main i386 Packages [480 B]
Réception de:24 http://ppa.launchpad.net/haraldhv/shotcut/ubuntu yakkety/main Translation-en [156 B]
Ign:25 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main i386 Packages
Ign:26 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all Packages
Ign:27 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 Packages
Ign:28 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr_FR
Réception de:29 http://fr.archive.ubuntu.com/ubuntu yakkety-updates/main i386 Packages [189 kB]
Ign:30 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr
Ign:31 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-en
Ign:32 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all DEP-11 Metadata
Atteint:33 http://repo.steampowered.com/steam precise InRelease         
Ign:34 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 DEP-11 Metadata
Ign:35 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main DEP-11 64x64 Icons
Réception de:36 http://fr.archive.ubuntu.com/ubuntu yakkety-updates/main amd64 Packages [192 kB]
Ign:25 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main i386 Packages
Ign:26 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all Packages
Ign:27 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 Packages
Ign:28 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr_FR
Ign:30 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr
Réception de:37 http://fr.archive.ubuntu.com/ubuntu yakkety-updates/main amd64 DEP-11 Metadata [147 kB]
Ign:31 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-en
Ign:32 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all DEP-11 Metadata
Ign:34 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 DEP-11 Metadata
Ign:35 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main DEP-11 64x64 Icons
Ign:25 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main i386 Packages
Ign:26 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all Packages
Ign:27 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 Packages
Ign:28 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr_FR
Réception de:38 http://fr.archive.ubuntu.com/ubuntu yakkety-updates/main DEP-11 64x64 Icons [80,8 kB]
Ign:30 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr
Ign:31 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-en
Ign:32 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all DEP-11 Metadata
Ign:34 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 DEP-11 Metadata
Ign:35 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main DEP-11 64x64 Icons
Réception de:39 http://fr.archive.ubuntu.com/ubuntu yakkety-updates/universe amd64 Packages [110 kB]
Ign:25 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main i386 Packages
Ign:26 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all Packages
Ign:27 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 Packages
Ign:28 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr_FR
Ign:30 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr
Ign:31 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-en
Ign:32 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all DEP-11 Metadata
Ign:34 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 DEP-11 Metadata
Réception de:40 http://fr.archive.ubuntu.com/ubuntu yakkety-updates/universe i386 Packages [107 kB]
Ign:35 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main DEP-11 64x64 Icons
Ign:25 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main i386 Packages
Ign:26 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all Packages
Ign:27 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 Packages
Ign:28 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr_FR
Ign:30 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr
Ign:31 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-en
Ign:32 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all DEP-11 Metadata
Réception de:41 http://fr.archive.ubuntu.com/ubuntu yakkety-updates/universe amd64 DEP-11 Metadata [102 kB]
Ign:34 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 DEP-11 Metadata
Ign:35 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main DEP-11 64x64 Icons
Err:25 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main i386 Packages
  404  Not Found
Ign:26 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all Packages
Ign:27 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 Packages
Réception de:42 http://fr.archive.ubuntu.com/ubuntu yakkety-updates/universe DEP-11 64x64 Icons [126 kB]
Ign:28 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr_FR
Ign:30 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr
Ign:31 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-en
Ign:32 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all DEP-11 Metadata
Ign:34 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 DEP-11 Metadata
Ign:35 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main DEP-11 64x64 Icons
Réception de:43 http://fr.archive.ubuntu.com/ubuntu yakkety-backports/main amd64 DEP-11 Metadata [3 328 B]
1 562 ko réceptionnés en 17s (87,4 ko/s)                                       
Lecture des listes de paquets... Fait
W: The repository 'http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Impossible de récupérer http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu/dists/yakkety/main/binary-i386/Packages  404  Not Found
E: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.

Hors ligne

#14 Le 26/02/2017, à 13:01

f.x0

Re : Le type « sudo » est inconnu sur la ligne . dans la liste des sources

Il te reste à supprimer le PPA kirillshkrogalev qui n'est pas valide pour Yakkety,
comme tu peux le vérifier ici

tapes

sudo rm -v /etc/apt/sources.list.d/kirillshkrogalev-ubuntu-ffmpeg-next-yakkety.*

puis repostes le résultat de

sudo apt-get update

et de

sudo apt-get dist-upgrade

SOPI

Hors ligne

#15 Le 26/02/2017, à 13:35

Qiwi60

Re : Le type « sudo » est inconnu sur la ligne . dans la liste des sources

quentin@Hour:~$ sudo rm -v /etc/apt/sources.list.d/kirillshkrogalev-ubuntu-ffmpeg-next-yakkety.
[sudo] Mot de passe de quentin : 
rm: impossible de supprimer '/etc/apt/sources.list.d/kirillshkrogalev-ubuntu-ffmpeg-next-yakkety.': Aucun fichier ou dossier de ce type
quentin@Hour:~$ sudo apt-get update
Atteint:1 http://archive.canonical.com/ubuntu yakkety InRelease
Réception de:2 http://security.ubuntu.com/ubuntu yakkety-security InRelease [102 kB]
Atteint:3 http://fr.archive.ubuntu.com/ubuntu yakkety InRelease                
Atteint:4 http://ppa.launchpad.net/haraldhv/shotcut/ubuntu yakkety InRelease   
Atteint:6 http://repo.steampowered.com/steam precise InRelease                 
Atteint:7 http://fr.archive.ubuntu.com/ubuntu yakkety-updates InRelease        
Ign:8 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety InRelease
Atteint:9 http://fr.archive.ubuntu.com/ubuntu yakkety-backports InRelease      
Atteint:10 http://ppa.launchpad.net/obsproject/obs-studio/ubuntu yakkety InRelease
Atteint:11 http://ppa.launchpad.net/random-stuff/ppa/ubuntu yakkety InRelease  
Atteint:12 http://ppa.launchpad.net/wine/wine-builds/ubuntu yakkety InRelease  
Ign:13 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety Release
Ign:14 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 Packages
Ign:15 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main i386 Packages
Ign:16 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all Packages
Réception de:5 http://screenshots.getdeb.net yakkety-getdeb InRelease [8 135 B]
Ign:17 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr
Ign:18 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-en
Ign:19 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr_FR
Ign:20 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all DEP-11 Metadata
Ign:21 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 DEP-11 Metadata
Ign:22 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main DEP-11 64x64 Icons
Ign:14 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 Packages
Ign:15 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main i386 Packages
Ign:16 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all Packages
Ign:17 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr
Ign:18 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-en
Ign:19 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr_FR
Ign:20 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all DEP-11 Metadata
Ign:21 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 DEP-11 Metadata
Ign:22 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main DEP-11 64x64 Icons
Ign:14 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 Packages
Ign:15 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main i386 Packages
Ign:16 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all Packages
Ign:17 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr
Ign:18 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-en
Ign:19 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr_FR
Ign:20 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all DEP-11 Metadata
Ign:21 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 DEP-11 Metadata
Ign:22 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main DEP-11 64x64 Icons
Ign:14 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 Packages
Ign:15 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main i386 Packages
Ign:16 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all Packages
Ign:17 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr
Ign:18 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-en
Ign:19 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr_FR
Ign:20 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all DEP-11 Metadata
Ign:21 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 DEP-11 Metadata
Réception de:23 http://security.ubuntu.com/ubuntu yakkety-security/main amd64 DEP-11 Metadata [8 272 B]
Ign:22 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main DEP-11 64x64 Icons
Réception de:24 http://security.ubuntu.com/ubuntu yakkety-security/main DEP-11 64x64 Icons [10,0 kB]
Réception de:25 http://security.ubuntu.com/ubuntu yakkety-security/universe amd64 DEP-11 Metadata [9 736 B]
Ign:14 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 Packages
Ign:15 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main i386 Packages
Ign:16 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all Packages
Ign:17 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr
Ign:18 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-en
Ign:19 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr_FR
Ign:20 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all DEP-11 Metadata
Ign:21 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 DEP-11 Metadata
Ign:22 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main DEP-11 64x64 Icons
Err:14 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 Packages
  404  Not Found
Ign:15 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main i386 Packages
Ign:16 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all Packages
Ign:17 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr
Ign:18 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-en
Ign:19 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main Translation-fr_FR
Ign:20 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main all DEP-11 Metadata
Ign:21 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main amd64 DEP-11 Metadata
Ign:22 http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety/main DEP-11 64x64 Icons
138 ko réceptionnés en 3s (40,2 ko/s)
Lecture des listes de paquets... Fait
W: The repository 'http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu yakkety Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Impossible de récupérer http://ppa.launchpad.net/kirillshkrogalev/ffmpeg-next/ubuntu/dists/yakkety/main/binary-amd64/Packages  404  Not Found
E: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
quentin@Hour:~$ sudo apt-get dist-upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
  thunderbird-locale-en thunderbird-locale-en-gb thunderbird-locale-en-us
  thunderbird-locale-fr
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.

Hors ligne

#16 Le 26/02/2017, à 16:54

f.x0

Re : Le type « sudo » est inconnu sur la ligne . dans la liste des sources

tu as oublié le * dans la commande.
Recommences en faisant un copié/collé
tapes

sudo rm -v /etc/apt/sources.list.d/kirillshkrogalev-ubuntu-ffmpeg-next-yakkety.*

puis repostes le résultat de

sudo apt-get update

et de

sudo apt-get dist-upgrade

Dernière modification par f.x0 (Le 26/02/2017, à 17:09)


SOPI

Hors ligne