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.

#26 Le 16/11/2021, à 15:23

ylag

Re : Installation paquets problématique

Bonjour,

Malgré son nom, la commande apt list ?obsolete liste des paquets "orphelins", pas nécéssairement obsolètes.
Ces paquets ne sont simplement pas disponibles à leur version installée dans les dèpôts actifs sur le système en question.

Je suggérerais à @nepeta de réactiver ses PPA et de retenter les mises à jour ?

D'accord avec @iznobe concernant les problèmes pouvant découler de mises à niveau en cascades, avec dépôts tiers en plus; il faudra peut-être envisager la possibilité d'une réinstallation.

A+

Dernière modification par ylag (Le 16/11/2021, à 15:24)

Hors ligne

#27 Le 16/11/2021, à 16:23

nany

Re : Installation paquets problématique

Bonjour,



ylag a écrit :

Je suggérerais à @nepeta de réactiver ses PPA et de retenter les mises à jour ?

Pour ce faire :

sudo sed -ri "s/^#deb http/deb http/;s/ # disabled.*$//; s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list{,.d/*}

 
@nepeta ; donne ensuite les retours de :

sudo sed -i '7d;1,5d;s/\/ubun\///' /etc/apt/sources.list && find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;
apt list ?obsolete | awk -F'/' '{print $1}' | xargs -r apt policy 2>/dev/null

 

[edit]
Correction de la première commande. roll
[/edit]

Dernière modification par nany (Le 16/11/2021, à 23:07)

Hors ligne

#28 Le 16/11/2021, à 18:51

nepeta

Re : Installation paquets problématique

sudo sed -i "s/^#deb http/deb http/;s/ # disabled.*$//; s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt.sources.list{,.d/*}
sed: -e expression #1, char 75: invalid reference \1 on `s' command's RHS

Hors ligne

#29 Le 16/11/2021, à 18:54

nany

Re : Installation paquets problématique

Oups ! J’ai oublié une option :

sudo sed -ri "s/^#deb http/deb http/;s/ # disabled.*$//; s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list{,.d/*}

 

[edit]
Correction : / au lieu de ., décidément…
[/edit]

Dernière modification par nany (Le 16/11/2021, à 23:09)

Hors ligne

#30 Le 16/11/2021, à 19:04

lool_lauris

Re : Installation paquets problématique

Salut,

À la question de xubu au post #4 :

xubu1957 a écrit :

En lançant en commande :

evince

ressort-il un message d'erreur ?

il est répondu au post #6 :

nepeta a écrit :

@xubu1957  Document viewer s'ouvre normalement.

Du coup, excusez-moi mais je ne comprends pas le déroulé de ce topic... j'ai raté un truc ?


Soutenez le Libre => http://www.april.org/

Hors ligne

#31 Le 16/11/2021, à 19:10

nany

Re : Installation paquets problématique

lool_lauris a écrit :

j'ai raté un truc ?

Le fait que nepeta cherche à installer libevince-dev ?

Hors ligne

#32 Le 16/11/2021, à 20:13

lool_lauris

Re : Installation paquets problématique

Ah ouais, d'accord... hmm

Nepeta, as-tu été voir par là => https://packages.ubuntu.com/impish/libevince-dev


Soutenez le Libre => http://www.april.org/

Hors ligne

#33 Le 16/11/2021, à 20:16

iznobe

Re : Installation paquets problématique

et aussi ca

ylag a écrit :

Bonjour,

Vu au #1 :

The following packages have unmet dependencies:
libcairo2-dev : Depends: libcairo2 (= 1.16.0-5ubuntu1) but 1.16.0-5ubuntu2 is to be installed
                 Depends: libcairo-gobject2 (= 1.16.0-5ubuntu1) but 1.16.0-5ubuntu2 is to be installed
                 Depends: libcairo-script-interpreter2 (= 1.16.0-5ubuntu1) but 1.16.0-5ubuntu2 is to be installed

La version 1.16.0-5ubuntu2 de ces paquets proviendrait des dépôts de la  future 22.04 LTS Jammy Jellyfish :
https://launchpad.net/ubuntu/+source/cairo
...faudrait peut-être voir le contenu complet des sources ?

A+

et ca :

iznobe a écrit :

EDIT 2 : chez moi ubuntu budgie impish :

iznobe@iznobe-PC:~$ uname -a
Linux iznobe-PC 5.13.0-21-generic #21-Ubuntu SMP Tue Oct 19 08:59:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
iznobe@iznobe-PC:~$

alors que dans ton dernier retour :

linux-headers-5.13.0-22-generic/now 5.13.0-22.22 amd64 [installed,local]
linux-headers-5.13.0-22/now 5.13.0-22.22 all [installed,local]
linux-image-5.13.0-22-generic/now 5.13.0-22.22 amd64 [installed,local]
linux-modules-5.13.0-22-generic/now 5.13.0-22.22 amd64 [installed,local]
linux-modules-extra-5.13.0-22-generic/now 5.13.0-22.22 amd64 [installed,local]

Comment un noyau pas encore sorti en stable peut etre taggué orphelin ?

Dernière modification par iznobe (Le 16/11/2021, à 20:18)


retour COMPLET et utilisable de commande  |  script montage partitions

MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#34 Le 16/11/2021, à 20:20

iznobe

Re : Installation paquets problématique

lool_lauris a écrit :

Du coup, excusez-moi mais je ne comprends pas le déroulé de ce topic... j'ai raté un truc ?

et aussi ca

ylag a écrit :

Bonjour,

Vu au #1 :

The following packages have unmet dependencies:
libcairo2-dev : Depends: libcairo2 (= 1.16.0-5ubuntu1) but 1.16.0-5ubuntu2 is to be installed
                 Depends: libcairo-gobject2 (= 1.16.0-5ubuntu1) but 1.16.0-5ubuntu2 is to be installed
                 Depends: libcairo-script-interpreter2 (= 1.16.0-5ubuntu1) but 1.16.0-5ubuntu2 is to be installed

La version 1.16.0-5ubuntu2 de ces paquets proviendrait des dépôts de la  future 22.04 LTS Jammy Jellyfish :
https://launchpad.net/ubuntu/+source/cairo
...faudrait peut-être voir le contenu complet des sources ?

A+

et ca :

iznobe a écrit :

EDIT 2 : chez moi ubuntu budgie impish :

iznobe@iznobe-PC:~$ uname -a
Linux iznobe-PC 5.13.0-21-generic #21-Ubuntu SMP Tue Oct 19 08:59:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
iznobe@iznobe-PC:~$

alors que dans ton dernier retour :

linux-headers-5.13.0-22-generic/now 5.13.0-22.22 amd64 [installed,local]
linux-headers-5.13.0-22/now 5.13.0-22.22 all [installed,local]
linux-image-5.13.0-22-generic/now 5.13.0-22.22 amd64 [installed,local]
linux-modules-5.13.0-22-generic/now 5.13.0-22.22 amd64 [installed,local]
linux-modules-extra-5.13.0-22-generic/now 5.13.0-22.22 amd64 [installed,local]

Comment un noyau pas encore sorti en stable peut etre taggué orphelin ?

Dernière modification par iznobe (Le 16/11/2021, à 20:24)


retour COMPLET et utilisable de commande  |  script montage partitions

MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#35 Le 16/11/2021, à 21:14

nepeta

Re : Installation paquets problématique

@nany

sudo sed -ri "s/^#deb http/deb http/;s/ # disabled.*$//; s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt.sources.list{,.d/*}
sed: can't read /etc/apt.sources.list: No such file or directory
sed: can't read /etc/apt.sources.list.d/*: No such file or directory

Hors ligne

#36 Le 16/11/2021, à 21:47

iznobe

Re : Installation paquets problématique

vu le retour , je me permet de rectifier la commande de @nany au niveau du chemin de fichier ( en remplacant le point " . " par le slash " / " ) , essaie ca :

sudo sed -ri "s/^#deb http/deb http/;s/ # disabled.*$//; s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list{,.d/*}

Dernière modification par iznobe (Le 16/11/2021, à 21:49)


retour COMPLET et utilisable de commande  |  script montage partitions

MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#37 Le 16/11/2021, à 23:10

nany

Hors ligne

#38 Le 16/11/2021, à 23:30

ylag

Re : Installation paquets problématique

Bonsoir,

iznobe au #34 a écrit :

Comment un noyau pas encore sorti en stable peut etre taggué orphelin ?

Ce noyau pourrait venir des dépôts «proposed» sur impish : https://launchpad.net/ubuntu/+source/li … 13.0.22.33
Si c'est le cas, l'entrée pour ce dépôt a pu être ensuite retirée des sources ?

A+

Dernière modification par ylag (Le 16/11/2021, à 23:32)

Hors ligne

#39 Le 17/11/2021, à 09:53

nepeta

Re : Installation paquets problématique

@nany @iznobe

sudo sed -ri "s/^#deb http/deb http/;s/ # disabled.*$//; s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list{,.d/*}

Ne retourne rien : c'est normal ?

Hors ligne

#40 Le 17/11/2021, à 10:10

nany

Re : Installation paquets problématique

Oui, c’est normal.

Tu peux maintenant donner les retours des deux autres commandes que j’ai données en #27.

Dernière modification par nany (Le 17/11/2021, à 10:11)

Hors ligne

#41 Le 17/11/2021, à 10:14

nepeta

Re : Installation paquets problématique

sudo sed -i '7d;1,5d;s/\/ubun\///' /etc/apt/sources.list && find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;

	/etc/apt/sources.list.save


	/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 20.04 LTS _Focal Fossa_ - Release amd64 (20200423)] focal main restricted
     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/ impish main restricted
     6	# deb-src http://fr.archive.ubuntu.com/ubuntu/ impish main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb http://fr.archive.ubuntu.com/ubuntu/ impish-updates main restricted
    11	# deb-src http://fr.archive.ubuntu.com/ubuntu/ impish-updates main restricted
    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/ impish universe
    17	# deb-src http://fr.archive.ubuntu.com/ubuntu/ impish universe
    18	deb http://fr.archive.ubuntu.com/ubuntu/ impish-updates universe
    19	# deb-src http://fr.archive.ubuntu.com/ubuntu/ impish-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/ impish multiverse
    27	# deb-src http://fr.archive.ubuntu.com/ubuntu/ impish multiverse
    28	deb http://fr.archive.ubuntu.com/ubuntu/ impish-updates multiverse
    29	# deb-src http://fr.archive.ubuntu.com/ubuntu/ impish-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-src http://fr.archive.ubuntu.com/ubuntu/ impish-backports main restricted universe multiverse
    37	
    38	## Uncomment the following two lines to add software from Canonical's
    39	## 'partner' repository.
    40	## This software is not part of Ubuntu, but is offered by Canonical and the
    41	## respective vendors as a service to Ubuntu users.
    42	# deb http://archive.canonical.com/ubuntu impish partner
    43	# deb-src http://archive.canonical.com/ubuntu impish partner
    44	
    45	deb http://security.ubuntu.com/ubuntu impish-security main restricted
    46	# deb-src http://security.ubuntu.com/ubuntu impish-security main restricted
    47	deb http://security.ubuntu.com/ubuntu impish-security universe
    48	# deb-src http://security.ubuntu.com/ubuntu impish-security universe
    49	deb http://security.ubuntu.com/ubuntu impish-security multiverse
    50	# deb-src http://security.ubuntu.com/ubuntu impish-security multiverse
    51	
    52	# This system was installed using small removable media
    53	# (e.g. netinst, live or single CD). The matching "deb cdrom"
    54	# entries were disabled at the end of the installation process.
    55	# For information about how to configure apt package sources,
    56	# see the sources.list(5) manual.

	/etc/apt/sources.list.distUpgrade


	/etc/apt/sources.list.d/openshot_developers-ubuntu-ppa-hirsute.list.distUpgrade


	/etc/apt/sources.list.d/archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-hirsute.list.save


	/etc/apt/sources.list.d/openshot_developers-ubuntu-ppa-hirsute.list

     1	# deb http://ppa.launchpad.net/openshot.developers/ppa/ubuntu/ impish main
     2	# deb-src http://ppa.launchpad.net/openshot.developers/ppa/ubuntu/ impish main

	/etc/apt/sources.list.d/leap.list.save


	/etc/apt/sources.list.d/openshot_developers-ubuntu-ppa-hirsute.list.save


	/etc/apt/sources.list.d/archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-hirsute.list.distUpgrade


	/etc/apt/sources.list.d/leap.list

     1	# deb https://deb.leap.se/client release buster

	/etc/apt/sources.list.d/leap.list.distUpgrade


	/etc/apt/sources.list.d/archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-hirsute.list

     1	# deb https://dl.winehq.org/wine-builds/ubuntu/ impish main
     2	# deb-src https://dl.winehq.org/wine-builds/ubuntu/ impish main
apt list ?obsolete | awk -F'/' '{print $1}' | xargs -r apt policy 2>/dev/null

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

gir1.2-unity-5.0:
  Installed: 7.1.4+19.04.20190319-2
  Candidate: 7.1.4+19.04.20190319-2
  Version table:
 *** 7.1.4+19.04.20190319-2 100
        100 /var/lib/dpkg/status
libldap-2.4-2:
  Installed: 2.4.57+dfsg-2ubuntu1
  Candidate: 2.4.57+dfsg-2ubuntu1
  Version table:
 *** 2.4.57+dfsg-2ubuntu1 100
        100 /var/lib/dpkg/status
libldap-2.4-2:
  Installed: 2.4.57+dfsg-2ubuntu1
  Candidate: 2.4.57+dfsg-2ubuntu1
  Version table:
 *** 2.4.57+dfsg-2ubuntu1 100
        100 /var/lib/dpkg/status
libopenshot-audio8:
  Installed: 0.2.1+dfsg2+139+202108251943~ubuntu21.04.1
  Candidate: 0.2.1+dfsg2+139+202108251943~ubuntu21.04.1
  Version table:
 *** 0.2.1+dfsg2+139+202108251943~ubuntu21.04.1 100
        100 /var/lib/dpkg/status
libopenshot20:
  Installed: 0.2.6+dfsg2+1045+202108252003+daily~ubuntu21.04.1
  Candidate: 0.2.6+dfsg2+1045+202108252003+daily~ubuntu21.04.1
  Version table:
 *** 0.2.6+dfsg2+1045+202108252003+daily~ubuntu21.04.1 100
        100 /var/lib/dpkg/status
libvkd3d-shader1:
  Installed: 1.2~hirsute-1
  Candidate: 1.2~hirsute-1
  Version table:
 *** 1.2~hirsute-1 100
        100 /var/lib/dpkg/status
libvkd3d-shader1:
  Installed: 1.2~hirsute-1
  Candidate: 1.2~hirsute-1
  Version table:
 *** 1.2~hirsute-1 100
        100 /var/lib/dpkg/status
linux-headers-5.13.0-22-generic:
  Installed: 5.13.0-22.22
  Candidate: 5.13.0-22.22
  Version table:
 *** 5.13.0-22.22 100
        100 /var/lib/dpkg/status
linux-headers-5.13.0-22:
  Installed: 5.13.0-22.22
  Candidate: 5.13.0-22.22
  Version table:
 *** 5.13.0-22.22 100
        100 /var/lib/dpkg/status
linux-image-5.13.0-22-generic:
  Installed: 5.13.0-22.22
  Candidate: 5.13.0-22.22
  Version table:
 *** 5.13.0-22.22 100
        100 /var/lib/dpkg/status
linux-modules-5.13.0-22-generic:
  Installed: 5.13.0-22.22
  Candidate: 5.13.0-22.22
  Version table:
 *** 5.13.0-22.22 100
        100 /var/lib/dpkg/status
linux-modules-extra-5.13.0-22-generic:
  Installed: 5.13.0-22.22
  Candidate: 5.13.0-22.22
  Version table:
 *** 5.13.0-22.22 100
        100 /var/lib/dpkg/status
master-pdf-editor:
  Installed: 5.8.20
  Candidate: 5.8.20
  Version table:
 *** 5.8.20 100
        100 /var/lib/dpkg/status
pyflakes:
  Installed: 2.1.1-2
  Candidate: 2.1.1-2
  Version table:
 *** 2.1.1-2 100
        100 /var/lib/dpkg/status
python-pyflakes:
  Installed: 2.1.1-2
  Candidate: 2.1.1-2
  Version table:
 *** 2.1.1-2 100
        100 /var/lib/dpkg/status
riseup-vpn:
  Installed: 0.19.11
  Candidate: 0.19.11
  Version table:
 *** 0.19.11 100
        100 /var/lib/dpkg/status
vkd3d-compiler:
  Installed: 1.2~hirsute-1
  Candidate: 1.2~hirsute-1
  Version table:
 *** 1.2~hirsute-1 100
        100 /var/lib/dpkg/status
wine-stable-amd64:
  Installed: 6.0.1~hirsute-1
  Candidate: 6.0.1~hirsute-1
  Version table:
 *** 6.0.1~hirsute-1 100
        100 /var/lib/dpkg/status
wine-stable-i386:i386:
  Installed: 6.0.1~hirsute-1
  Candidate: 6.0.1~hirsute-1
  Version table:
 *** 6.0.1~hirsute-1 100
        100 /var/lib/dpkg/status
winehq-stable:
  Installed: 6.0.1~hirsute-1
  Candidate: 6.0.1~hirsute-1
  Version table:
 *** 6.0.1~hirsute-1 100
        100 /var/lib/dpkg/status

Hors ligne

#42 Le 17/11/2021, à 10:17

iznobe

Re : Installation paquets problématique

ylag a écrit :

Ce noyau pourrait venir des dépôts «proposed» sur impish : https://launchpad.net/ubuntu/+source/li … 13.0.22.33
Si c'est le cas, l'entrée pour ce dépôt a pu être ensuite retirée des sources ?

A+

Effectivement , je n ' avais pas pensé a cela , ca semble fort probable .

Dernière modification par iznobe (Le 17/11/2021, à 10:17)


retour COMPLET et utilisable de commande  |  script montage partitions

MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#43 Le 17/11/2021, à 10:28

nany

Re : Installation paquets problématique

OK, donne maintenant les retours de :

sudo sed -i 's/^# deb http/deb http/' /etc/apt/sources.list.d/* && cd /etc/apt/sources.list.d && sudo rm -v *.distUpgrade ; cd .. && sudo rm -v sources.list.distUpgrade ; cd
find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;
dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -r)"
history
cat /var/log/apt/history.log

Dernière modification par nany (Le 17/11/2021, à 10:28)

Hors ligne

#44 Le 17/11/2021, à 10:55

nepeta

Re : Installation paquets problématique

sudo sed -i 's/^# deb http/deb http/' /etc/apt/sources.list.d/* && cd /etc/apt/sources.list.d && sudo rm -v *.distUpgrade ; cd .. && sudo rm -v sources.list.distUpgrade ; cd
removed 'archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-hirsute.list.distUpgrade'
removed 'leap.list.distUpgrade'
removed 'openshot_developers-ubuntu-ppa-hirsute.list.distUpgrade'
removed 'sources.list.distUpgrade'
find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;

	/etc/apt/sources.list.save


	/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 20.04 LTS _Focal Fossa_ - Release amd64 (20200423)] focal main restricted
     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/ impish main restricted
     6	# deb-src http://fr.archive.ubuntu.com/ubuntu/ impish main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb http://fr.archive.ubuntu.com/ubuntu/ impish-updates main restricted
    11	# deb-src http://fr.archive.ubuntu.com/ubuntu/ impish-updates main restricted
    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/ impish universe
    17	# deb-src http://fr.archive.ubuntu.com/ubuntu/ impish universe
    18	deb http://fr.archive.ubuntu.com/ubuntu/ impish-updates universe
    19	# deb-src http://fr.archive.ubuntu.com/ubuntu/ impish-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/ impish multiverse
    27	# deb-src http://fr.archive.ubuntu.com/ubuntu/ impish multiverse
    28	deb http://fr.archive.ubuntu.com/ubuntu/ impish-updates multiverse
    29	# deb-src http://fr.archive.ubuntu.com/ubuntu/ impish-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-src http://fr.archive.ubuntu.com/ubuntu/ impish-backports main restricted universe multiverse
    37	
    38	## Uncomment the following two lines to add software from Canonical's
    39	## 'partner' repository.
    40	## This software is not part of Ubuntu, but is offered by Canonical and the
    41	## respective vendors as a service to Ubuntu users.
    42	# deb http://archive.canonical.com/ubuntu impish partner
    43	# deb-src http://archive.canonical.com/ubuntu impish partner
    44	
    45	deb http://security.ubuntu.com/ubuntu impish-security main restricted
    46	# deb-src http://security.ubuntu.com/ubuntu impish-security main restricted
    47	deb http://security.ubuntu.com/ubuntu impish-security universe
    48	# deb-src http://security.ubuntu.com/ubuntu impish-security universe
    49	deb http://security.ubuntu.com/ubuntu impish-security multiverse
    50	# deb-src http://security.ubuntu.com/ubuntu impish-security multiverse
    51	
    52	# This system was installed using small removable media
    53	# (e.g. netinst, live or single CD). The matching "deb cdrom"
    54	# entries were disabled at the end of the installation process.
    55	# For information about how to configure apt package sources,
    56	# see the sources.list(5) manual.

	/etc/apt/sources.list.d/archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-hirsute.list.save


	/etc/apt/sources.list.d/openshot_developers-ubuntu-ppa-hirsute.list

     1	deb http://ppa.launchpad.net/openshot.developers/ppa/ubuntu/ impish main
     2	# deb-src http://ppa.launchpad.net/openshot.developers/ppa/ubuntu/ impish main

	/etc/apt/sources.list.d/leap.list.save


	/etc/apt/sources.list.d/openshot_developers-ubuntu-ppa-hirsute.list.save


	/etc/apt/sources.list.d/leap.list

     1	deb https://deb.leap.se/client release buster

	/etc/apt/sources.list.d/archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-hirsute.list

     1	deb https://dl.winehq.org/wine-builds/ubuntu/ impish main
     2	# deb-src https://dl.winehq.org/wine-builds/ubuntu/ impish main
dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -r)"
ii  linux-headers-5.13.0-21                5.13.0-21.21  all
ii  linux-headers-5.13.0-21-generic        5.13.0-21.21  amd64
ii  linux-image-5.13.0-21-generic          5.13.0-21.21  amd64
ii  linux-modules-5.13.0-21-generic        5.13.0-21.21  amd64
ii  linux-modules-extra-5.13.0-21-generic  5.13.0-21.21  amd64
ii  linux-headers-5.13.0-22                5.13.0-22.22  all
ii  linux-headers-5.13.0-22-generic        5.13.0-22.22  amd64
ii  linux-image-5.13.0-22-generic          5.13.0-22.22  amd64
ii  linux-modules-5.13.0-22-generic        5.13.0-22.22  amd64
ii  linux-modules-extra-5.13.0-22-generic  5.13.0-22.22  amd64
ii  linux-generic                          5.13.0.22.33  amd64
ii  linux-generic-hwe-20.04                5.13.0.22.33  amd64
ii  linux-headers-generic                  5.13.0.22.33  amd64
ii  linux-headers-generic-hwe-20.04        5.13.0.22.33  amd64
ii  linux-image-generic                    5.13.0.22.33  amd64
ii  linux-image-generic-hwe-20.04          5.13.0.22.33  amd64

Noyau courant : 5.13.0-22-generic

Ouch.

history
   68  echo $XDG_CURRENT_DESKTOP $DESKTOP_SESSION
   69  cat /etc/X11/default-display-manager
   70  sudo -i
   71  youtube-dl https://www.youtube.com/watch?v=fyfxB_SqWtc
   72  vlc
   73  sudo snap install vlc 
   74  sudo apt update 
   75  sudo apt upgrade 
   76  youtube-dl youtu.be/0qNf71I2_UY
   77  youtube-dl https://www.youtube.com/watch?v=0qNf71I2_UY
   78  2048-Qt
   79  gnome-2048
   80  sudo apt install 2048-Qt
   81  sudo apt-get install 2048-Qt
   82  sudo apt update 
   83  sudo apt upgrade
   84  sudo passwd
   85  sudo apt-get dist-upgrade
   86  sudo apt remove mouseemu
   87  sudo do-release-upgrade --help
   88  do-release-upgrade --check-dist-upgrade-only --devel-release
   89  sudo release-upgrade 
   90  sudo do-release-upgrade --devel-release
   91  sudo apt-get clean
   92  uname -r
   93  cd ~/Documents/TOR
   94  tar -xvJf tor-browser-linux64-10.0.17_en-US.tar.xz
   95  cd tor-browser_en-US
   96  ./start-tor-browser.desktop
   97  youtube-dl https://ia801802.us.archive.org/22/items/z.-1969.720p.-web-dl.-dcrg-31270111854/Z.1969.720p.WEB-DL.DCRG-31270111854.mp4
   98  apt-cache policy hplip
   99  sudo apt install hplip
  100  hp-setup
  101  sudo apt install PyQt4 PyQt5
  102  sudo apt-get install PyQt4 PyQt5
  103  sudo apt install hplip
  104  sudo apt install hplip-gui
  105  hp-setup
  106  sudo apt update 
  107  sudo apt update
  108  sudo apt upgrade
  109  sudo apt update
  110  sudo apt install gnome-2048
  111  gnome-2048
  112  gnome-2048
  113  2048-Qt
  114  2048-qt
  115  sudo apt install 2048-qt
  116  248-qt
  117  2048-qt
  118  sudo apt updatee firefox
  119  sudo apt update firefox
  120  sudo apt update
  121  sudo apt-get install firefox
  122  youtube-dl https://www.arte.tv/fr/videos/041012-004-A/la-valse-des-continents/
  123  youtube-dl https://www.youtube.com/watch?v=ejorQVy3m8E
  124  sudo update
  125  sudo apt update
  126  youtube-dl https://www.youtube.com/watch?v=ejorQVy3m8E
  127  sudo apt upddate
  128  sudo apt update
  129  sudo apt upgrade
  130  sudo apt list --upgradable
  131  sudo apt upgrade
  132  sudo apt-get install brave 
  133  sudo snap install brave
  134  brave
  135  youtube-dl https://twitter.com/i/status/1410722082095210504
  136  youtube-dl https://twitter.com/i/status/1410863696130330625
  137  sudo apt update
  138  sudo apt upgrade
  139  youtube-dl https://www.arte.tv/fr/videos/072419-002-A/les-maitres-des-abeilles/
  140  youtube-dl https://www.arte.tv/fr/videos/072419-001-A/les-maitres-des-abeilles/
  141  youtube-dl https://www.arte.tv/fr/videos/072419-002-A/les-maitres-des-abeilles/
  142  youtube-dl https://www.arte.tv/fr/videos/072419-009-A/les-maitres-des-abeilles/
  143  youtube-dl https://www.arte.tv/fr/videos/072419-005-A/les-maitres-des-abeilles/
  144  youtube-dl https://www.arte.tv/fr/videos/072419-007-A/les-maitres-des-abeilles/
  145  youtube-dl https://twitter.com/i/status/1411960136105611264
  146  sudo apt install gnome-games-app
  147  sudo apt install flatpak
  148  sudo apt install gnome-software-plugin-flatpak
  149  flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
  150  sudo apt install gnome-tweak-tool
  151  workspaces 
  152  sudo apt update
  153  sudo apt install gnome-tweak-tool
  154  gnome-tweak-tool
  155  gnome-tweak
  156  sudo apt install unity-tweak-tool
  157  sudo apt update
  158  sudo apt upgrade 
  159  sudo apt autoremove 
  160  sudo apt update
  161  sudo apt upgrade
  162  sudo apt autoremove --purge
  163  /usr/bin/simple-scan %SANE_URI%
  164  sudo apt update
  165  sudo apt upgrade 
  166  sudo apt install xsane
  167  xsane
  168  sudo apt install canberra-gtk-module
  169  sudo apt-get install canberra-gtk-module
  170  sudo apt install hplip
  171  sudo update hplip 
  172  sudo apt update
  173  sudo apt  upgrade
  174  youtube-dl https://www.arte.tv/fr/videos/072419-003-A/les-maitres-des-abeilles/
  175  youtube-dl https://www.arte.tv/fr/videos/072419-004-A/les-maitres-des-abeilles/
  176  screenshot
  177  sudo apt install screenshot2
  178  sudo apt-get install screenshot2
  179  sudo apt install gnome-tweak-tool
  180  gnome-tweak
  181  gnome-tweaks
  182  sudo apt install gnome-tweaks
  183  gnome-tweaks 
  184  sudo apt install gnome-extensions
  185  sudo apt-get gnome-extensions
  186  sudo apt-get install gnome-extensions
  187  youtube-dl https://www.arte.tv/fr/videos/080545-000-A/de-la-farine-au-four-quel-pain/
  188  youtube-dl https://www.arte.tv/fr/videos/072419-005-A/les-maitres-des-abeilles/
  189  youtube-dl https://www.arte.tv/fr/videos/098844-000-A/la-brigade-des-empoisonnes-volontaires/
  190  sudo apt update 
  191  sudo systemctl mask sleep.target
  192  thunderbird
  193  firefox
  194  sudo apt-get install KSnapshot
  195  sudo apt install gimp
  196  gimp
  197  youtube-dl https://www.arte.tv/fr/videos/078182-000-A/pavarotti-hommage-aux-arenes-de-verone/
  198  youtube-dl youtu.be/a1Y-1z-eqjA
  199  youtube-dl https://www.arte.tv/fr/videos/072419-007-A/les-maitres-des-abeilles/
  200  youtube-dl https://youtu.be/8nzRXxPnlPQ
  201  youtube-dl vimeo.com/574350053
  202  sudo apt update
  203  youtube-dl https://www.youtube.com/playlist?list=PLhFwqmuWrZLLSWPFOA2M9grcNXxrUTTZv
  204  youtube-dl https://www.youtube.com/watch?v=G6H6ZfzZ4nA
  205  youtube-dl https://www.arte.tv/fr/videos/072419-008-A/les-maitres-des-abeilles/
  206  sudo apt update
  207  youtube-dl https://www.arte.tv/fr/videos/081663-000-A/a-la-rencontre-de-neandertal/
  208  youtube-dl https://www.youtube.com/watch?v=-FGHlHiFq8Y
  209  youtube-dl https://www.arte.tv/fr/videos/072419-009-A/les-maitres-des-abeilles/
  210  sudo apt update
  211  youtube-dl https://www.rivercide.tv/
  212  sudo gem install wayback_machine_downloader
  213  youtube-dl https://www.arte.tv/fr/videos/100627-065-A/europe-la-bataille-de-l-electricite-propre/
  214  youtube-dl https://twitter.com/i/status/837399388574011392
  215  youtube-dl https://www.arte.tv/fr/videos/072419-010-A/les-maitres-des-abeilles/
  216  youtube-dl https://www.arte.tv/fr/videos/077286-001-A/jeux-d-influence-1-6/
  217  top
  218  youtube-dl https://youtu.be/O2FemQrGfnM
  219  youtube-dl https://twitter.com/i/status/1416032550229786626
  220  youtube-dl https://youtu.be/ZAhjCZ07xR0
  221  qrcode
  222  sudo apt install gnome-2048
  223  sudo apt autoremove
  224  sudo snap install --classic riseup-vpn
  225  snap list
  226  snap-store 
  227  gnome-calculator
  228  youtube-dl https://youtu.be/LoWfnFJ52rc
  229  youtube-dl https://www.youtube.com/watch?v=LoWfnFJ52rc
  230  youtube-dl https://www.arte.tv/fr/videos/072419-011-A/les-maitres-des-abeilles/
  231  youtube-dl https://youtu.be/EOWeewlc2CE
  232  youtube-dl https://www.arte.tv/fr/videos/072419-012-A/les-maitres-des-abeilles/
  233  youtube-dl https://www.arte.tv/fr/videos/104055-000-A/covid-19-la-course-aux-vaccins/
  234  sudo update
  235  sudo apt update
  236  sudo apt upgrade 
  237  youtube-dl https://www.arte.tv/fr/videos/072419-013-A/les-maitres-des-abeilles/
  238  youtube-dl https://www.arte.tv/fr/videos/065832-002-A/cuba-l-ile-verte/
  239  youtube-dl https://www.arte.tv/fr/videos/072419-007-A/les-maitres-des-abeilles/
  240  sudo apt install python3 python3-pip libusb-1.0-0
  241  sudo apt autoremove
  242  pip install mvt
  243  sudo pip install mvt
  244  sudo apt install gnupg2
  245  sudo pip install mvt
  246  gpg2 --verify MD5SUMS.sign MD5SUMS
  247  sudo apt install python3 python3-pip libusb-1.0-0
  248  mvt-android
  249  youtube-dl https://www.arte.tv/fr/videos/072419-014-A/les-maitres-des-abeilles/
  250  youtube-dl https://www.arte.tv/fr/videos/041012-002-A/la-valse-des-continents/
  251  youtube-dl https://t.co/Y97uaxpQ7v
  252  youtube-dl https://www.arte.tv/fr/videos/072419-015-A/les-maitres-des-abeilles/
  253  sudo apt update
  254  youtube-dl https://www.arte.tv/fr/videos/100231-000-A/l-eau-potable-danger-a-la-source/
  255  sudo wget -O- https://updates.signal.org/desktop/apt/keys.asc | gpg --dearmor > signal-desktop-keyring.gpg
  256  cat signal-desktop-keyring.gpg | sudo tee -a /usr/share/keyrings/signal-desktop-keyring.gpg > /dev/null
  257  sudo apt update && sudo apt install signal-desktop
  258  sudo snap install signal-desktop
  259  signal-desktop
  260  sudo apt-get install liferea
  261  sudo apt update
  262  sudo apt upgrade
  263  liferea
  264  k9mail
  265  kmail
  266  sudo pip install git+https://github.com/justfoolingaround/animdl-install
  267  youtube-dl https://t.co/dwsxXbtRmE?amp=1
  268  sudo yum install acpitool
  269  sudo apt install acpitool
  270  acpi -V
  271  sudo acpi -V
  272  acpi
  273  sudo apt install acpi 
  274  acpi
  275  acpi -a
  276  acpi -t
  277  sudo apt update
  278  sudo apt upgrade
  279  riseup-vpn
  280  sudo apt-get install unrar 
  281  sudo apt update
  282  sensors
  283  youtube-dl https://www.youtube.com/watch?v=QBcpeA8nFSE&feature=youtu.be&ucbcb=1
  284  qarte
  285  $ sudo add-apt-repository ppa:vincent-vandevyvre/vvv 
  286  youtube-dl https://www.youtube.com/watch?v=kAvRSYVIkxc&ucbcb=1
  287  youtube-dl https://twitter.com/i/status/833300528339746816
  288  youtube-dl https://twitter.com/i/status/1421423345279643648
  289  sudo snap install music-radar
  290  youtube-dl https://twitter.com/i/status/1421547807878664196
  291  youtube-dl https://twitter.com/i/status/1421944253517762564
  292  youtube-dl https://twitter.com/i/status/1422303610432638981
  293  youtube-dl https://vod.hug.ch/12-mois-face-au-covid/
  294  youtube-dl https://www.leparisien.fr/video/video-pass-sanitaire-le-conseil-constitutionnel-va-devoir-estimer-si-la-mesure-est-proportionnee-03-08-2021-4LM34PXJMVC4PPDCVRRHC7RCGI.php
  295  sudo apt update
  296  sudo apt upgrade
  297  youtube-dl https://twitter.com/i/status/1422541284024139801
  298  sudo apt update
  299  sudo apt upgrade 
  300  youtube-dl https://replay.orange.fr/groups/APLCU1625369534LAQU/videos
  301  youtube-dl https://www.youtube.com/watch?v=_2I9QNU_u_k
  302  youtube-dl https://www.arte.tv/fr/videos/078193-000-F/le-monde-de-xi-jinping/
  303  youtube-dl https://www.arte.tv/fr/videos/079400-000-A/the-beatles-le-monde-est-a-eux/
  304  youtube-dl https://www.arte.tv/fr/videos/089990-000-A/roger-waters-the-wall-live-in-berlin/
  305  youtube-dl https://www.arte.tv/fr/videos/049261-000-A/les-plantes-invasives/
  306  youtube-dl https://www.arte.tv/fr/videos/102233-000-A/one-night-only-the-bee-gees-live-in-las-vegas/
  307  youtube-dl https://www.arte.tv/fr/videos/051152-000-A/les-apprentis-sorciers-du-climat/
  308  youtube-dl https://www.arte.tv/fr/videos/102295-003-A/les-pollinisateurs/
  309  youtube-dl https://www.arte.tv/fr/videos/102265-000-A/reparer-la-terre/
  310  youtube-dl https://youtu.be/00gaAFRydeE
  311  youtube-dl https://www.dailymotion.com/video/x7ws33v
  312  youtube-dl https://www.filmsenfrance.com/tous-au-larzac.html
  313  youtube-dl https://www.canalplus.com/cinema/tous-au-larzac/h/436324_40099
  314  youtube-dl https://www.filmsenfrance.com/tous-au-larzac.html
  315  youtube-dl https://www.telechargementgratuits.com/telecharger-tousa-aua-larzaca-frencha-dvdripa-2011-148008.html
  316  youtube-dl https://www.youtube.com/watch?v=8PKgjkMfHcE
  317  youtube-dl https://twitter.com/i/status/1424305458320392201
  318  youtube-dl https://twitter.com/i/status/1424675975015632899
  319  sudo apt update
  320  sudo apt upgrade
  321  youtube-dl youtu.be/aIVvedUHvXQ
  322  youtube-dl https://www.arte.tv/fr/videos/072419-014-A/les-maitres-des-abeilles/
  323  youtube-dl https://twitter.com/i/status/1425027390405693442
  324  sudo apt update
  325  sudo apt upgrade 
  326  youtube-dl https://twitter.com/i/status/1424797616202788872
  327  https://twitter.com/i/status/1424797616202788872
  328  cd ~/Documents/TOR 
  329  tar -xvJf tor-browser-linux64-10.5.4_en-US.tar.xz
  330  cd tor-browser_en-US
  331  tor-browser_en-US$ ./start-tor-browser.desktop
  332  ./start-tor-browser.desktop
  333  youtube-dl https://www.arte.tv/fr/videos/100950-000-A/the-doors-live-at-the-isle-of-wight-festival-1970/
  334  youtube-dl https://t.co/NifQfob2jm?amp=1
  335  sudo apt update
  336  sudo apt upgrade 
  337  youtube-dl https://www.arte.tv/fr/videos/078193-000-F/le-monde-de-xi-jinping/
  338  youtube-dl https://www.arte.tv/fr/videos/102317-000-A/the-rolling-stones-sticky-fingers-live-at-the-fonda-theatre-2015/
  339  youtube-dl https://video.twimg.com/amplify_video/1417867366575362049/vid/720x720/7QGXIU2n3v7M1klP.mp4
  340  youtube-dl https://www.arte.tv/fr/videos/100231-000-A/l-eau-potable-danger-a-la-source/
  341  sudo apt update
  342  sudo apt upgrade
  343  youtube-dl https://www.arte.tv/fr/videos/057385-001-A/vietnam-1-9/
  344  youtube-dl https://www.arte.tv/fr/videos/057385-002-A/vietnam-2-9/
  345  youtube-dl https://www.arte.tv/fr/videos/057385-003-A/vietnam-3-9/
  346  youtube-dl https://www.arte.tv/fr/videos/057385-004-A/vietnam-4-9/
  347  yourube-dl https://www.arte.tv/fr/videos/057385-006-A/vietnam-6-9/
  348  youtube-dl  https://www.arte.tv/fr/videos/057385-006-A/vietnam-6-9/
  349  youtube-dl https://www.arte.tv/fr/videos/057385-005-A/vietnam-5-9/
  350  youtube-dl https://www.arte.tv/fr/videos/057385-009-A/vietnam-9-9/
  351  youtube-dl https://www.arte.tv/fr/videos/057385-007-A/vietnam-7-9/
  352  youtube-dl https://www.arte.tv/fr/videos/057385-008-A/vietnam-8-9/
  353  youtube-dl https://www.arte.tv/fr/videos/088415-000-A/tina-turner-la-rage-de-vivre/
  354  youtube-dl https://www.arte.tv/fr/videos/086117-018-F/geo-reportage-les-seigneurs-de-la-lavande/
  355  youtube-dl https://twitter.com/i/status/1426489671761240067
  356  youtube-dl https://twitter.com/i/status/1418275230460612615
  357  youtube-dl https://t.co/qvbhEXDKYl?amp=1
  358  youtube-dl https://twitter.com/i/status/1426859781659242497
  359  youtube-dl https://twitter.com/i/status/1426664162902650884
  360  youtube-dl https://twitter.com/i/status/1426774904951685120
  361  youtube-dl https://twitter.com/i/status/1334568630466572288
  362  youtube-dl https://video.twimg.com/ext_tw_video/1334568004030504961/pu/vid/640x360/dTY7MqxWmTy24gq6.mp4
  363  youtube-dl https://www.youtube.com/watch?v=bAM4xwZ_Z74
  364  youtube-dl https://twitter.com/i/status/1426372057185533953
  365  youtube-dl https://video.twimg.com/ext_tw_video/1426917944907403268/pu/vid/640x360/_ATb-wMRLmS_xliN.mp4
  366  youtube-dl https://www.arte.tv/fr/videos/RC-018674/afghanistan-kaboul-tombee-aux-mains-des-talibans/
  367  youtube-dl https://www.arte.tv/fr/videos/081554-004-A/afghanistan-pays-meurtri-par-la-guerre-4-4/
  368  youtube-dl https://www.arte.tv/fr/videos/081554-003-A/afghanistan-pays-meurtri-par-la-guerre-3-4/
  369  youtube-dl https://video.twimg.com/ext_tw_video/1427146269345165315/pu/vid/480x600/0lnxcpieJ5i4_Z6e.mp4?tag=12
  370  youtube-dl https://www.arte.tv/fr/videos/081554-001-A/afghanistan-pays-meurtri-par-la-guerre-1-4/
  371  youtube-dl https://www.arte.tv/fr/videos/081554-002-A/afghanistan-pays-meurtri-par-la-guerre-2-4/
  372  youtube-dl https://www.arte.tv/fr/videos/078149-001-A/kgb-le-sabre-et-le-bouclier-1-3/
  373  youtube-dl https://www.arte.tv/fr/videos/078149-001-A/kgb-le-sabre-et-le-bouclier-1-3/
  374  youtube-dl https://www.arte.tv/fr/videos/078149-003-A/kgb-le-sabre-et-le-bouclier-3-3/
  375  youtube-dl https://t.co/H3L1NBw3ja?amp=1
  376  youtube-dl https://video.twimg.com/amplify_video/870707066784100352/vid/640x360/dpk1FUfWiZ8u7f64.mp4
  377  youtube-dl https://t.co/jmgSKAEjue
  378  youtube-dl https://www.arte.tv/fr/videos/077392-000-A/plastic-partout/
  379  youtube-dl https://www.arte.tv/fr/videos/100834-001-A/arte-regards-guerre-du-poisson-dans-les-eaux-europeennes/
  380  youtube-dl https://www.college-de-france.fr/video/philippe-sansonetti/2020/sansonetti-20200316.mp4
  381  youtube-dl https://www.arte.tv/fr/videos/078149-002-A/kgb-le-sabre-et-le-bouclier-2-3/
  382  youtube-dl https://www.youtube.com/watch?v=1LrGmwbXfpk
  383  youtube-dl https://twitter.com/i/status/1428420133219876865
  384  youtube-dl https://t.co/93vpEaCllT?amp=1
  385  youtube-dl https://twitter.com/i/status/1428870132894420999
  386  youtube-dl https://twitter.com/i/status/1429085649139867649
  387  youtube-dl https://www.arte.tv/fr/videos/044682-002-A/le-long-de-la-muraille-de-chine/
  388  youtube-dl https://twitter.com/i/status/1429103498709270528
  389  youtube-dl https://imgur.com/0vI8dbE
  390  youtube-dl https://twitter.com/i/status/1429450788502396928
  391  youtube-dl https://mamot.fr/system/cache/media_attachments/files/106/799/487/703/891/480/original/0a549e83f115d543.mp4
  392  youtube-dl https://twitter.com/i/status/1429497869770362888
  393  youtube-dl https://twitter.com/i/status/1429084706860146692
  394  youtube-dl https://www.arte.tv/fr/videos/044682-001-A/le-long-de-la-muraille-de-chine/
  395  youtube-dl https://twitter.com/i/status/1429470703322025988
  396  youtube-dl https://twitter.com/i/status/1429565198831083525
  397  youtube-dl https://twitter.com/i/status/1429700925803933697
  398  youtube-dl https://youtu.be/er3v4PVNQqE
  399  nautilus &
  400  sudo fdisk -l
  401  sudo apt intall gparted
  402  sudo apt- get install gparted
  403  sudo apt-get install gparted
  404  sudo fdisk -l
  405  nautilus &
  406  nautilus
  407  gnome-disks
  408  sudo fdisk -l
  409  gparted
  410  sudo iw reg set FR
  411  youtube-dl https://twitter.com/i/status/1429813177110261762
  412  youtube-dl https://www.youtube.com/watch?v=Pvr0u1BaDxo
  413  youtube-dl https://www.youtube.com/watch?v=9ZjKQ06c9f8
  414  youtube-dl https://youtu.be/S2sg_cwu6LY
  415  youtube-dl https://www.dailymotion.com/video/x83o1at
  416  youtube-dl https://www.youtube.com/watch?v=sgmyqd5QF34
  417  thunderbird
  418  youtube-dl https://twitter.com/i/status/1429570782917652482
  419  youtube-dl https://t.co/gWfth0Mszr?amp=1
  420  youtube-dl https://www.youtube.com/watch?v=Vzi1qNykIu0
  421  sudo apt-get install gpac mkvtoolnix
  422  sudo apt update
  423  sudo apt upgrade 
  424  youtube-dl https://twitter.com/i/status/1251788898231029760
  425  youtube-dl https://youtu.be/N7pZgQepXfA
  426  youtube-dl https://t.co/BnmxhCCUPf?amp=1
  427  youtube-dl https://www.youtube.com/watch?v=ZlleypTKfGY
  428  youtube-dl https://www.arte.tv/fr/videos/099774-006-A/arte-regards-halyomorpha-halys-a-envahi-l-europe/
  429  youtube-dl https://twitter.com/i/status/1429094954152783872
  430  https://twitter.com/i/status/1429094954152783872
  431  youtube-dl https://twitter.com/i/status/1429094954152783872
  432  youtube-dl https://t.co/09fqRERcKa?amp=1
  433  youtube-dl https://twitter.com/i/status/1430554560095932416
  434  youtube-dl https://twitter.com/i/status/1430553051463553025
  435  youtube-dl https://www.arte.tv/fr/videos/036985-000-A/the-rolling-stones-rock-n-roll-circus-1968/
  436  youtube-dl https://www.arte.tv/fr/videos/102233-000-A/one-night-only-the-bee-gees-live-in-las-vegas/
  437  sudo add-apt-repository ppa:openshot.developers/ppa
  438  youtube-dl https://twitter.com/i/status/1430673499153121283
  439  youtube-dl https://t.co/oBBh5BjDmW?amp=1
  440  youtube-dl https://www.facebook.com/611801342648203/videos/216219663008378/
  441  youtube-dl https://www.arte.tv/fr/videos/086943-000-A/tempetes-solaires-une-mysterieuse-menace/
  442  youtube-dl https://www.arte.tv/fr/videos/105290-000-A/rolling-stones-sticky-fingers-live-at-the-fonda-theatre/
  443  youtube-dl https://www.arte.tv/fr/videos/105290-000-A/rolling-stones-sticky-fingers-live-at-the-fonda-theatre
  444  youtube-dl https://www.rts.ch/play/tv/documentaires/video/geneve-du-petrole-a-tout-prix?urn=urn:rts:video:12441158
  445  youtube-dl https://www.rts.ch/play/tv/documentaires/video/geneve-du-petrole-a-tout-prix
  446  youtube-dl https://www.arte.tv/fr/videos/072420-005-A/enquetes-archeologiques/
  447  sudo yt-dl.org/update 
  448  sudo apt update
  449  sudo apt upgrade
  450  youtube-dl https://www.arte.tv/fr/videos/072420-005-A/enquetes-archeologiques/
  451  youtube-dl https://www.arte.tv/fr/videos/047836-000-A/the-rolling-stones-crossfire-hurricane/
  452  youtube-dl https://www.youtube.com/watch?v=iC8KDYcdiUI
  453  youtube-dl https://archive.org/details/gov.archives.arc.654181
  454  youtube-dl https://www.arte.tv/fr/videos/086943-000-A/tempetes-solaires-une-mysterieuse-menace/
  455  youtube-dl https://www.youtube.com/watch?v=JGArTWOJtXs
  456  youtube-dl https://twitter.com/i/status/1431209887724457988
  457  youtube-dl https://www.youtube.com/watch?v=JGArTWOJtXs
  458  youtube-dl https://www.arte.tv/fr/videos/086852-000-A/patagonie-terre-de-l-extreme/
  459  youtube-dl https://www.arte.tv/fr/videos/047836-000-A/the-rolling-stones-crossfire-hurricane/
  460  youtube-dl https://www.arte.tv/fr/videos/094484-002-A/faire-l-histoire/
  461  youtube-dl https://www.arte.tv/fr/videos/084676-003-A/la-grande-histoire-des-peuples-d-amerique-3-4/
  462  youtube-dl https://www.arte.tv/fr/videos/084676-001-A/la-grande-histoire-des-peuples-d-amerique-1-4/
  463  youtube-dl https://www.arte.tv/fr/videos/084676-004-A/la-grande-histoire-des-peuples-d-amerique-4-4/
  464  youtube-dl https://www.arte.tv/fr/videos/084676-002-A/la-grande-histoire-des-peuples-d-amerique-2-4/
  465  youtube-dl https://twitter.com/i/status/1431285380234493958
  466  sudo apt upgrade 
  467  sudo do-release-upgrade
  468  youtube-dl https://www.youtube.com/watch?v=g4od-h7VoRk&list=PLrAxEfjf-TRLok8GDd23TJQ6PCusnjDL-
  469  youtube-dl https://www.arte.tv/fr/videos/062899-000-A/van-gogh-l-enigme-de-l-oreille-coupee/
  470  youtube-dl https://ia803207.us.archive.org/4/items/PowerOfPlants/PowerOfPlants.m4v
  471  youtube-dl https://www.youtube.com/watch?v=yYKk7-5QnC0
  472  youtube-dl https://www.arte.tv/fr/videos/094484-002-A/faire-l-histoire/
  473  youtube-dl https://twitter.com/i/status/1431552133564801028
  474  youtube-dl https://twitter.com/i/status/1431589463126315014
  475  sudo apt update
  476  youtube-dl https://twitter.com/i/status/1430754382006607880
  477  youtube-dl https://www.arte.tv/fr/videos/097462-000-A/danse-avec-les-loups/
  478  sudo snap install multipass
  479  multipass launch --name foo
  480  sudo apt-get install apache2
  481  sudo rm /var/www/html/index.html
  482  sudo apt-get install php5
  483  sudo apt-get php5 
  484  sudo apt-get install php5
  485  sudo apt-get install php
  486  sudo apt-get install libapache2-mod-php7.4
  487  <?php
  488  ?>
  489  youtube-dl https://youtu.be/Aaxw4zbULMs
  490  youtube-dl https://twitter.com/i/status/1432022711065366539
  491  youtube-dl https://t.co/D3gbvPuHbh?amp=1
  492  youtube-dl https://www.dailymotion.com/video/x6utwc
  493  youtube-dl https://www.youtube.com/watch?v=GgB4u6Mgy2M
  494  youtube-dl https://www.arte.tv/fr/videos/008435-000-A/pluie-noire/
  495  youtube-dl https://twitter.com/i/status/1432716140258734098
  496  youtube-dl https://youtu.be/fRLvtzLUlGI
  497  youtube-dl https://www.dailymotion.com/video/x2ew1o8
  498  sudo apt update
  499  sudo apt install ffmpeg
  500  ffmpeg -i'/home/frf/ZorbatheGreek.mkv' ZorbatheGreek.mp4 
  501  ffmpeg -i ZorbatheGreek.mpeg ZorbatheGreek.mp4
  502  ffmpeg -i Zorbathegreek.mkv -codec copy Zorbathegreek.mp4
  503  cd /home
  504  ffmpeg -i Zorbathegreek.mkv -codec copy Zorbathegreek.mp4
  505  ffmpeg -i ZorbatheGreek.mkv -codec copy ZorbatheGreek.mp4
  506  youtube-dl https://www.youtube.com/watch?v=yl-KMnzq2b4
  507  youtube-dl https://www.youtube.com/watch?v=n5ji98J0meE&list=OLAK5uy_nkX1nP1HrbkMBYrPwSr_gHC1bQtGx86kA
  508  sudo apt install avconv
  509  sudo apt-get install avconv
  510  cd ~/Documents/TOR 
  511  tar -xvJf tor-browser-linux64-10.5.4_en-US.tar.xz
  512  ./start-tor-browser.desktop
  513  youtube-dl https://www.arte.tv/fr/videos/040797-000-A/mikis-theodorakis-compositeur/
  514  youtube-dl https://www.arte.tv/fr/videos/103036-000-A/nina-simone-live-at-montreux-1976/
  515  youtube-dl https://twitter.com/i/status/1433714967061180418
  516  youtube-dl https://www.francetvinfo.fr/replay-magazine/france-2/complement-d-enquete/complement-d-enquete-fake-news-la-machine-a-fric_4736283.html
  517  youtube-dl https://www.arte.tv/fr/videos/094454-009-A/xenius-les-semences-une-diversite-cruciale/
  518  youtube-dl https://twitter.com/i/status/1433746601147715588
  519  youtube-dl https://www.arte.tv/fr/videos/103036-000-A/nina-simone-live-at-montreux-1976/
  520  youtube-dl https://www.youtube.com/watch?v=L2BWrmNhyXU
  521  youtube-dl https://twitter.com/i/status/1434227239844028430
  522  youtube-dl https://twitter.com/i/status/1434928476008730624
  523  youtube-dl https://www.arte.tv/fr/videos/099774-007-A/arte-regards-pesticide-la-chasse-aux-substances-illegales/
  524  youtube-dl https://www.youtube.com/watch?v=mEsaa08eFOc
  525  youtube-dl https://www.dailymotion.com/video/x2g7isb
  526  youtube-dl https://twitter.com/i/status/1428870132894420999
  527  sudo apt update
  528  sudo apt upgrade 
  529  youtube-dl https://twitter.com/i/status/1435718860360065030
  530  youtube-dl https://youtu.be/BIlC55ho2qI
  531  youtube-dl https://youtu.be/rAn-AWXtHv0
  532  youtube-dl https://youtu.be/E5UXSJ5_tm0 
  533  abcde 
  534  sudo apt install abcde 
  535  sudo apt install flac libvorbis0a  lame libmpcdec3  libspeex1
  536  sudo apt install flac libvorbis0a lame libspeex1
  537  youtube-dl https://twitter.com/i/status/1436414844866109442
  538  whois fourtoutici.pro
  539  sudo apt install whois
  540  whois fourtoutici.pro
  541  youtube-dl https://twitter.com/i/status/1436675419189747719
  542  youtube-dl https://twitter.com/i/status/1436779872911777802
  543  youtube-dl https://www.francetvinfo.fr/replay-magazine/france-2/complement-d-enquete/complement-d-enquete-penuries-de-medicaments-a-quoi-jouent-les-labos_4743039.html
  544  youtube-dl https://video.twimg.com/amplify_video/1435868303382224897/vid/960x720/XlBnK5jaJ88Xsn1j.mp4?tag=14
  545  /snap/bin/riseup-vpn.launcher
  546  youtube-dl https://twitter.com/i/status/1436841545702035458
  547  youtube-dl https://twitter.com/i/status/1437498988308033538
  548  youtube-dl https://video.twimg.com/ext_tw_video/1437498874646593536/pu/vid/1280x720/ETTSmHJr5E_I_5bi.mp4
  549  youtube-dl https://twitter.com/i/status/1437677926590341123
  550  youtube-dl https://video.twimg.com/ext_tw_video/1423192880261255168/pu/vid/1280x720/SqB5oxbBmGKwdC3Q.mp4
  551  youtube-dl https://video.twimg.com/ext_tw_video/1437750675685904385/pu/vid/720x1280/3Ne4v4bRiYLLL07m.mp4
  552  youtube-dl https://twitter.com/i/status/1437750035035217921
  553  youtube-dl https://twitter.com/i/status/1437388282237624340
  554  youtube-dl https://video.twimg.com/amplify_video/1437659941712576514/vid/640x360/Uva1NAgJ_62OFXB6.mp4
  555  youtube-dl https://twitter.com/i/status/927644648893399040
  556  youtube-dl https://www.arte.tv/fr/videos/075218-000-A/coup-de-poker-sur-l-essence/
  557  youtube-dl https://www.arte.tv/fr/videos/051152-000-A/les-apprentis-sorciers-du-climat/
  558  youtube-dl https://video.twimg.com/amplify_video/1438155742633152512/vid/720x720/OE05RKrGGTN_xDBP.mp4
  559  youtube-dl https://youtu.be/vHSrf2uhpzc
  560  youtube-dl https://twitter.com/i/status/1438185927352934407
  561  youtube-dl https://video.twimg.com/ext_tw_video/1438184713924059146/pu/vid/1280x720/ApsFad7Kyudln13f.mp4
  562  youtube-dl https://www.arte.tv/fr/videos/100286-000-A/les-ombres-du-bataclan/
  563  youtube-dl https://www.youtube.com/watch?v=T9TmmF79Rw0
  564  youtube-dl https://twitter.com/i/status/1438212143602671617
  565  youtube-dl https://youtu.be/mt0as7x-kfs
  566  youtube-dl https://www.dailymotion.com/video/x84885z
  567  youtube-dl https://t.co/NHEHDp8fMp?amp=1
  568  youtube-dl https://video.twimg.com/ext_tw_video/1438777532715786244/pu/vid/640x360/0FTbEzXC7sj6a36Q.mp4
  569  youtube-dl https://www.rts.ch/play/tv/temps-present/video/pesticides-a-quand-la-fin-du-carnage-?urn=urn:rts:video:12497976
  570  ventoy 
  571  sudo apt-get install ventoy 
  572  sudo tar -xzvf'/home/frf/Downloads/ventoy-1.0.52-linux.tar.gz' 
  573  youtube-dl https://youtu.be/2WMUGEdIfq0
  574  sudo apt update
  575  sudo apt upgrade
  576  youtube-dl https://video.twimg.com/ext_tw_video/1439005554073079812/pu/vid/640x360/rhwfv3A2z7lQ3WfS.mp4
  577  sudo apt update
  578  sudo apt upgrade 
  579  youtube-dl https://www.arte.tv/fr/videos/088412-000-A/les-etonnantes-techniques-des-batisseurs-de-la-pyramide-de-kheops/
  580  youtube-dl https://www.francetvinfo.fr/replay-magazine/france-2/complement-d-enquete/complement-d-enquete-le-mystere-hidalgo_4750275.html
  581  youtube-dl https://t.co/EiUvoRPZQU?amp=1
  582  youtube-dl https://www.arte.tv/fr/videos/098851-003-A/delices-des-pouilles/
  583  youtube-dl https://www.arte.tv/fr/videos/098851-001-A/delices-des-pouilles/
  584  youtube-dl https://www.youtube.com/watch?v=icFMTB0Pi0g
  585  youtube-dl https://www.arte.tv/fr/videos/098851-004-A/delices-des-pouilles/
  586  youtube-dl https://www.arte.tv/fr/videos/098851-002-A/delices-des-pouilles/
  587  youtube-dl https://www.ok.ru/video/41812691567
  588  youtube-dl https://www.dailymotion.com/video/x3xrcys
  589  youtube-dl https://www.youtube.com/playlist?list=PLcEOcG701ypJURKeCo9FFLuMEAyUS9eKk
  590  youtube-dl https://video.twimg.com/ext_tw_video/1439631366581362692/pu/vid/480x480/rmVrigoWgBK5WnvA.mp4
  591  sudo pip3 install streamrip --upgrade
  592  youtube-dl https://www.arte.tv/fr/videos/094419-000-A/apocalypse-mode/
  593  youtube-dl https://www.youtube.com/watch?v=8WQw-qdKw0A
  594  youtube-dl https://www.arte.tv/fr/videos/094419-000-A/apocalypse-mode/
  595  youtube-dl https://t.co/kzeeKiwaZF?amp=1
  596  youtube-dl https://www.arte.tv/fr/videos/092970-003-A/petrole-une-histoire-de-pouvoir-2-2/
  597  youtube-dl https://www.arte.tv/fr/videos/075218-000-A/coup-de-poker-sur-l-essence/
  598  youtube-dl https://www.arte.tv/fr/videos/082774-000-A/le-roman-de-la-colere/
  599  youtube-dl https://www.arte.tv/fr/videos/103364-000-A/julian-assange-chronique-d-une-extradition-annoncee/
  600  youtube-dl https://video.twimg.com/amplify_video/1440019278552571907/vid/640x360/sc2zqQKgoJzmLgoD.mp4
  601  youtube-dl https://twitter.com/i/status/1439883535129759750
  602  youtube-dl https://www.arte.tv/fr/videos/092970-001-A/petrole-une-histoire-de-pouvoir-1-2/
  603  youtube-dl https://www.france.tv/france-5/vert-de-rage/vert-de-rage-saison-2/2759973-du-charbon-dans-les-poumons.html
  604  sudo apt update 
  605  sudo apt upgrade
  606  youtube-dl https://www.arte.tv/fr/videos/098377-000-A/galilee-et-la-naissance-de-la-physique-moderne/
  607  youtube-dl https://www.france.tv/france-5/vert-de-rage/2769821-l-uranium-de-la-colere-du-niger-a-narbonne.html
  608  youtube-dl https://video.twimg.com/amplify_video/1440378180733313034/vid/640x360/zFMhVrVyrqWyiAdQ.mp4
  609  youtube-dl https://video.twimg.com/ext_tw_video/1440370697461645313/pu/vid/720x360/8zB9QG040ox-FyF2.mp4
  610  youtube-dl https://video.twimg.com/ext_tw_video/1439881930703577088/pu/vid/640x360/f197l6ZjANvbYY0g.mp4?tag=12
  611  youtube-dl https://video.twimg.com/ext_tw_video/1440666805601595399/pu/vid/720x720/TVHUBD7NkDLcFkiJ.mp4
  612  youtube-dl https://www.arte.tv/fr/videos/075218-000-A/coup-de-poker-sur-l-essence/
  613  youtube-dl https://www.arte.tv/fr/videos/092970-001-A/petrole-une-histoire-de-pouvoir-1-2/
  614  youtube-dl https://www.arte.tv/fr/videos/092970-003-A/petrole-une-histoire-de-pouvoir-2-2/
  615  youtube-dl https://www.arte.tv/fr/videos/100095-000-A/maroc-razzia-sur-le-sable/
  616  youtube-dl https://video.twimg.com/ext_tw_video/1440631796673114119/pu/vid/480x480/whglvirdjOq_MT4U.mp4
  617  youtube-dl https://www.arte.tv/fr/videos/092970-001-A/petrole-une-histoire-de-pouvoir-1-2/
  618  youtube-dl https://www.arte.tv/fr/videos/092970-003-A/petrole-une-histoire-de-pouvoir-2-2/
  619  youtube-dl https://www.arte.tv/fr/videos/094419-000-A/apocalypse-mode/
  620  youtube-dl https://www.arte.tv/fr/videos/094419-000-A/apocalypse-mode/
  621  youtube-dl https://youtu.be/u-c-uLfS1BM
  622  youtube-dl https://video.twimg.com/ext_tw_video/1441031867097133057/pu/vid/640x360/PnuiKvGh3bLoD3Fe.mp4
  623  youtube-dl https://video.twimg.com/amplify_video/1441371065851072513/vid/640x360/wsgweX2d-eAcyE8U.mp4
  624  youtube-dl https://www.arte.tv/fr/videos/092140-011-A/xenius-recolter-autrement/
  625  youtube-dl https://www.arte.tv/fr/videos/102284-000-A/mars-en-quete-de-vie/
  626  youtube-dl https://video.twimg.com/ext_tw_video/1433152768668311560/pu/vid/640x360/rAZBOtkydHLPysYL.mp4
  627  kajongg
  628  ksudoku
  629  youtube-dl https://video.twimg.com/ext_tw_video/1441729166655774721/pu/vid/480x360/yYXlqJvKrVRmvjlR.mp4?tag=12
  630  youtube-dl https://twitter.com/i/status/1442050650955673601
  631  youtube-dl https://news.yahoo.com/kidnapping-assassination-and-a-london-shoot-out-inside-the-ci-as-secret-war-plans-against-wiki-leaks-090057786.html
  632  youtube-dl https://video.twimg.com/ext_tw_video/1441852922900344833/pu/vid/480x852/9AaiNH3Zli-cvkmt.mp4
  633  youtube-dl https://news.yahoo.com/kidnapping-assassination-and-a-london-shoot-out-inside-the-ci-as-secret-war-plans-against-wiki-leaks-090057786.html
  634  youtube-dl https://video.twimg.com/amplify_video/1441475149677662208/vid/640x360/L7nWcNJ4YnO4O0A7.mp4?tag=14
  635  youtube-dl https://video.twimg.com/ext_tw_video/1442064562761699329/pu/vid/480x852/K9xrkjuGGrCEeZk1.mp4
  636  sudo apt update 
  637  sudo apt upgrade
  638  sudo apt dist-upgrade
  639  sudo apt autoremove
  640  sudo do-release-upgrade
  641  youtube-dl https://twitter.com/i/status/1442470668235415557
  642  youtube-dl https://www.arte.tv/fr/videos/072405-000-A/tous-les-parfums-du-monde/
  643  youtube-dl https://www.arte.tv/fr/videos/089052-000-F/planete-mediterranee/
  644  youtube-dl https://video.twimg.com/amplify_video/1441371065851072513/vid/640x360/wsgweX2d-eAcyE8U.mp4
  645  youtube-dl https://video.twimg.com/amplify_video/1442785929400393734/vid/640x360/c9lm_9botx9VCHMN.mp4
  646  youtube-dl https://video.twimg.com/ext_tw_video/1442576926649069575/pu/vid/640x360/sUDcVR1sokrWJIBo.mp4
  647  youtube-dl https://invidious.fdn.fr/watch?v=IBZZAtCeH0k
  648  youtube-dl https://www.arte.tv/fr/videos/096318-000-A/la-caviar-connection-1-2/
  649  youtube-dl https://video.twimg.com/ext_tw_video/1442912089287184388/pu/vid/640x360/nPAAjtQL2zqz2Mvx.mp4
  650  sudo apt-get remove --purge brave-browser
  651  sudo apt autoclean
  652  sudo apt clean
  653  sudo apt autoremove
  654  sudo snap remove brave
  655  youtube-dl youtu.be/CfhNUGmUlOs
  656  youtube-dl https://www.youtube.com/watch?v=fZLY8RwNg8Y
  657  youtube-dl https://video.twimg.com/ext_tw_video/1442844745072582661/pu/vid/540x540/FLB3XpyWI2FuzEGD.mp4
  658  nvcc --version
  659  sudo apt install nvidia-cuda-toolkit
  660  nvcc --version
  661  sudo apt update
  662  sudo apt upgrade
  663  youtube-dl https://www.francetvinfo.fr/politique/affaire/financement-de-la-campagne-de-sarkozy/video-bygmalion-revelations-d-un-homme-de-l-ombre_1848393.html
  664  youtube-dl https://www.youtube.com/watch?v=KGOJQEozABw
  665  youtube-dl https://youtu.be/VN2zvA44vk4
  666  youtube-dl https://www.youtube.com/watch?v=OwrtzGBA8sM&t=4s
  667  -k
  668  youtube-dl https://reflets.info/articles/alexandre-benalla-les-images-de-son-implication-le-1er-mai-avant-la-contrescarpe
  669  youtube-dl https://www.youtube.com/watch?v=OwrtzGBA8sM?wmode=transparent
  670  youtube-dl https://planeteviable.org/dechets-cauchemar-du-nucleaire/
  671  youtube-dl https://www.youtube.com/watch?v=x9Odwlv5uSA
  672  youtube-dl https://www.arte.tv/fr/videos/015039-000-A/la-haine/
  673  youtube-dl https://www.arte.tv/fr/videos/098157-000-A/propagande-les-nouveaux-manipulateurs/
  674  youtube-dl https://video.twimg.com/ext_tw_video/1443856392310427648/pu/vid/640x360/akpnPiE_jfBFG_fL.mp4
  675  youtube-dl https://r3---sn-4g5e6nsd.googlevideo.com/videoplayback?expire=1633113152&ei=4P9WYff3HISI6dsPp5SVuAU&ip=45.140.249.246&id=o-AEcak4s6DBSCwjNtGNO5ZRuDHl4MzMSJ5eacQAnJzWLU&itag=18&source=youtube&requiressl=yes&vprv=1&mime=video/mp4&ns=3AcNdbGF6btC9xUNotIJEhMG&gir=yes&clen=314022305&ratebypass=yes&dur=5922.388&lmt=1541186007265741&fexp=24001373,24007246&c=WEB&txp=5531432&n=3EuxW0u3IMJg2JHa&sparams=expire,ei,ip,id,itag,source,requiressl,vprv,mime,ns,gir,clen,ratebypass,dur,lmt&sig=AOq0QJ8wRgIhAIMupJff4Nhk3b8tDJWyI594Xu1HlWLqq5RjckBC3Hl4AiEA6hBOlAkIQrD_zoT6-oPvaBEC-N3hMe2yFGl7vVnmgpg=&avi=K1A%2FHwERIiwAVF9GWwh9VyceH0MQJwxHSFQmDVNZV0E1FigaFRwsBwECFkYZahBFZUZaRFQZIwdSFR0eT1pYWzcUDQUEBCIMEQ8RFkZGEB9yAQwEEQ04DAsGBABUV1VbOhkFDB0XOwcKG1RWEAUHBWdQNFpHNyQVDBMXMEpcV0AkEwQGR05vPjhUVFIQAgIKYEpbRzlWYTlGR1NXEAEAAmhAUSpHKTFUUkVWVBoABwZjUEVUNRgsHAUUDAhKRUtgJBMdAxZWd0crPUdIAWdbVzUdIBgDGxgXCD8LAEZJEAlgXksvMRciEAoCFx0BCxB6HlBFVDUGIh0dVF9GS0VGQ2pdRkJQWnxRVFhXUBofAAdmSFFGVURiR0hUKAVbfFtdNDEGAwsAPxxGTEcicRMeERMHGwQAGjkxDRsAF1dQX0NySEtHU0d%2BVV1HUFEQEx4RFQodBAQXOQoWIhwURhMIEToBBhgsGh0EAxNHGQ%3D%3D&from_cache=False&title=D%C3%A9chets%20%20%20le%20cauchemar%20du%20nucl%C3%A9aire&redirect_counter=1&cm2rm=sn-5hnelz7s&req_id=31fcbd3e3ac5a3ee&cms_redirect=yes&mh=-T&mip=2a01:e0a:2a5:48c0:ceee:2a91:11c:6807&mm=34&mn=sn-4g5e6nsd&ms=ltu&mt=1633091167&mv=u&mvi=3&pl=48&lsparams=mh,mip,mm,mn,ms,mv,mvi,pl&lsig=AG3C_xAwRQIhAK61tT8gM8qQr-CExrxRO5O3N3N20t7YX833PWup9aA1AiA5ckvU1YgVejykoOPpKO1_hukSipfgTpCK82vUXbwIhQ%3D%3D
  676  youtube-dl https://www.dailymotion.com/video/xakmz7
  677  youtube-dl https://www.francetvinfo.fr/replay-magazine/france-2/complement-d-enquete/complement-d-enquete-grandes-surfaces-main-basse-sur-le-bio_4766387.html
  678  youtube-dl https://www.youtube.com/watch?v=gNxXRld6xlI
  679  youtube-dl https://www.youtube.com/playlist?list=PL7-ymfF_t4jjyTkKtTvHQwEKPdM-Th7li
  680  youtube-dl https://t.co/J7lsoIaqwc?amp=1
  681  youtube-dl https://t.co/Uv04QwkJdk?amp=1
  682  youtube-dl https://t.co/WIKkkMfVey?amp=1
  683  youtube-dl https://video.twimg.com/tweet_video/FAuT9ptXsAcTH03.mp4
  684  youtube-dl https://www.arte.tv/fr/videos/103960-006-A/le-dessous-des-cartes/
  685  youtube-dl https://www.arte.tv/fr/videos/100888-000-A/un-conde/
  686  kmail
  687  sudo apt update
  688  sudo apt upgrade 
  689  youtube-dl https://www.arte.tv/fr/videos/098157-000-A/propagande-les-nouveaux-manipulateurs/
  690  youtube-dl https://www.arte.tv/fr/videos/092970-003-A/petrole-une-histoire-de-pouvoir-2-2/
  691  youtube-dl https://video.twimg.com/amplify_video/1445321311484530688/vid/540x540/eQ-dEBHcxf0HQe6F.mp4
  692  thunderbird
  693  youtube-dl https://video.twimg.com/ext_tw_video/1446122508193648646/pu/vid/548x360/mT7-JKkpTiCPdQRm.mp4
  694  sudo apt upadate thunderbird 
  695  sudo apt update thunderbird
  696  sudo apt update 
  697  sudo apt upgrade 
  698  remove thunderbird
  699  youtube-dl https://video.twimg.com/amplify_video/1434940416877547522/vid/640x360/R90Y5zCGvX38Xmf5.mp4
  700  thunderirbd
  701  thunderbird 
  702  youtube-dl https://video.twimg.com/amplify_video/1446152354940719109/vid/480x600/jMgRmw7dVWSNSi-W.mp4
  703  youtube-dl https://www.francetvinfo.fr/replay-magazine/france-2/cash-investigation/cash-investigation-du-jeudi-7-octobre-2021_4774301.html
  704  sudo wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
  705  sudo chmod a+rx /usr/local/bin/youtube-dl
  706  hash -r
  707  sudo youtube-dl -U
  708  sudo apt install python 
  709  sudo youtube-dl -U
  710  youtube-dl https://www.francetvinfo.fr/replay-magazine/france-2/cash-investigation/cash-investigation-du-jeudi-7-octobre-2021_4774301.html
  711  youtube-dl https://www.arte.tv/fr/videos/094422-000-A/yuli/
  712  youtube-dl https://www.arte.tv/fr/videos/068404-000-A/au-royaume-des-champignons/
  713  youtube-dl https://www.arte.tv/fr/videos/068404-000-A/au-royaume-des-champignons/
  714  youtube-dl https://youtu.be/omOkTuhmU8I
  715  youtube-dl https://www.arte.tv/fr/videos/054001-002-A/uranium-si-puissant-et-si-dangereux-2-2/
  716  youtube-dl https://youtu.be/v-ZwkW--Hqo
  717  youtube-dl https://www.arte.tv/fr/videos/054001-001-A/uranium-si-puissant-et-si-dangereux-1-2/
  718  youtube-dl https://www.arte.tv/fr/videos/094454-012-A/xenius-le-pissenlit-une-mauvaise-herbe-pleine-de-vertus/
  719  youtube-dl https://www.arte.tv/fr/videos/092970-003-A/petrole-une-histoire-de-pouvoir-2-2/
  720  youtube-dl https://video.twimg.com/amplify_video/1446270440100433926/vid/540x540/7FDQM4uh0sezpsAu.mp4
  721  youtube-dl https://video.twimg.com/ext_tw_video/1446578133830930436/pu/vid/540x540/9MgB80sLrbfApcG_.mp4
  722  sudo apt-get install hp-scan
  723  sudo apt install python-is-python3
  724  sudo apt update 
  725  sudo apt-cache policy hplip
  726  gnomr-2048
  727  gnome-2048
  728  apt-cache policy hplip
  729  sudo apt update 
  730  sudo apt upgrade 
  731  sudo apt-get install hplip-gui
  732  hp-setup
  733  sudo apt-get install gnome-2048
  734  gnome-2048
  735  2048-qt
  736  sane 
  737  xsane
  738  youtube-dl https://video.twimg.com/amplify_video/1447887951778627586/vid/640x360/983q-E0dXdSJsMqS.mp4
  739  youtube-dl https://www.youtube.com/watch?v=JuwImP55SGw
  740  youtube-dl https://www.arte.tv/fr/videos/095178-000-A/hypermarches-la-chute-de-l-empire/
  741  youtube-dl https://www.youtube.com/watch?v=JuwImP55SGw
  742  youtube-dl https://www.arte.tv/fr/videos/088469-000-A/ou-sont-les-milliards-de-kadhafi/
  743  youtube-dl https://www.youtube.com/watch?v=OwrtzGBA8sM
  744  youtube-dl https://video.twimg.com/amplify_video/1447846433596526597/vid/640x360/Y4wb-tJl3NLLktPQ.mp4
  745  youtube-dl https://video.twimg.com/ext_tw_video/1447955350435635213/pu/vid/556x360/ZnfFyPWMortBwSEd.mp4
  746  youtube-dl https://www.arte.tv/fr/videos/095178-000-A/hypermarches-la-chute-de-l-empire/
  747  sudo apt update
  748  falkon 
  749  youtube-dl https://twitter.com/i/status/1447998259176280067
  750  youtube-dl https://video.twimg.com/amplify_video/1447997534174162946/vid/640x360/BS82VzhdiGTeZl1U.mp4
  751  youtube-dl https://www.france.tv/france-5/c-dans-l-air/2801825-emission-du-mardi-12-octobre-2021.html
  752  youtube-dl -U
  753  sudo dpkg --add-architecture i386 
  754  wget -nc https://dl.winehq.org/wine-builds/winehq.key
  755  sudo apt-key add winehq.key
  756  cat /etc/lsb-release
  757  sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ hirsute main'
  758  	sudo apt install –install-recommends winehq-stable
  759  sudo apt install winehq-stable
  760  youtube-dl https://www.arte.tv/fr/videos/069847-001-A/les-grands-voyages-de-l-humanite-1-3/
  761  youtube-dl https://www.arte.tv/fr/videos/069847-002-A/les-grands-voyages-de-l-humanite-2-3/
  762  youtube-dl https://www.arte.tv/fr/videos/069847-003-A/les-grands-voyages-de-l-humanite-3-3/
  763  youtube-dl https://www.arte.tv/fr/videos/072405-000-A/tous-les-parfums-du-monde/
  764  sudo fdisk -l /dev/hda
  765  sudo -s  
  766  activities
  767  firefox
  768  sudo apt-get install hp-setup
  769  sudo fdisk -l
  770  sudo blkid
  771  cat /etc/fstab
  772  sudo blkid
  773  cat /etc/fstab
  774  sudo fdisk -l
  775  cat /etc/fstab
  776  youtube-dl https://www.arte.tv/fr/videos/105393-000-A/france-calais-dans-l-objectif-d-un-refugie-afghan/
  777  youtube-dl https://video.twimg.com/amplify_video/1235880958185926656/vid/480x480/9fXH9-wsitSSjDyn.mp4
  778  youtube-dl https://static.mediapart.fr/files/audio/ECO_CC_33_PODCAST.mp3
  779  sudo fdisk -l
  780  sudo blkid
  781  youtube-dl https://www.arte.tv/fr/videos/061655-000-A/le-grand-mystere-des-mathematiques/
  782  youtube-dl https://www.arte.tv/fr/videos/063614-010-A/points-de-reperes/
  783  youtube-dl https://www.arte.tv/fr/videos/105438-000-A/george-boole-genie-des-maths/
  784  youtube-dl https://www.arte.tv/fr/videos/061655-000-A/le-grand-mystere-des-mathematiques/
  785  youtube-dl https://www.arte.tv/fr/videos/101941-008-A/42-la-reponse-a-presque-tout/
  786  youtube-dl https://www.youtube.com/watch?v=3tiUm8H2ejw
  787  youtube-dl https://www.youtube.com/watch?v=i4eweV5sWpU
  788  youtube-dl https://www.youtube.com/watch?v=3tiUm8H2ejw
  789  sudo apt-get install avidemux 
  790  software-center 
  791  sudo apt-get install avidemux2.7-qt5
  792  sudo add ppa:ubuntuhandbook1/avidemux
  793  software-properties-gtk 
  794  youtube-dl https://video.twimg.com/amplify_video/1155892645459349505/vid/480x480/vxNfklqJ5xGaZ7kJ.mp4
  795  youtube-dl https://twitter.com/i/status/1450091768477847552
  796  youtube-dl https://video.twimg.com/ext_tw_video/1450093127918919684/pu/vid/480x852/j2MPqNi8DIENHaUX.mp4
  797  youtube-dl https://youtu.be/O5vT_GiGnj0
  798  youtube-dl https://video.twimg.com/tweet_video/FCEIqsZXoAInDwJ.mp4
  799  youtube-dl https://www.arte.tv/fr/videos/099777-000-A/a-sec-la-grande-soif-des-multinationales/
  800  youtube-dl https://www.arte.tv/fr/videos/073938-000-A/l-homme-a-mange-la-terre/
  801  sudo apt-get remove thunderbird
  802  sudo apt-get purge thunderbird
  803  sudo apt-get install thunderbird
  804  sudo apt update
  805  sudo apt upgrade
  806  thunderbird  
  807  thunderbird 
  808  frf@frf:~$ 
  809  youtube-dl https://www.arte.tv/fr/videos/089052-000-F/planete-mediterranee/
  810  youtube-dl https://www.arte.tv/fr/videos/099777-000-A/a-sec-la-grande-soif-des-multinationales/
  811  youtube-dl https://www.arte.tv/fr/videos/072486-000-A/jusqu-a-la-derniere-goutte/
  812  youtube-dl https://www.arte.tv/fr/videos/099776-000-A/secheresse-en-europe/
  813  thunderbird --ProfileManager
  814  youtube-dl https://www.arte.tv/fr/videos/102286-000-A/le-lobby-climatosceptique/
  815  sudo apt update
  816  sudo apt upgrade 
  817  youtube-dl https://www.arte.tv/fr/videos/099777-000-A/a-sec-la-grande-soif-des-multinationales/
  818  sudo apt-update
  819  sudo apt update 
  820  sudo apt upgrade 
  821  sudo apt autoremove --purge 
  822  youtube-dl https://www.youtube.com/watch?v=MML3F256Bjg
  823  youtube-dl https://www.arte.tv/fr/videos/085428-000-A/big-pharma-labos-tout-puissants/
  824  evolution
  825  youtube-dl  https://www.arte.tv/fr/videos/098157-000-A/propagande-les-nouveaux-manipulateurs/
  826  youtube-dl https://www.arte.tv/fr/videos/101940-003-A/42-la-reponse-a-presque-tout/
  827  youtube-dl https://www.youtube.com/watch?v=ayLxB9fV2y4
  828  sudo apt update 
  829  sudo apt upgrade
  830  sudo apt autoremove --purge 
  831  thunderbird
  832  youtube-dl https://www.arte.tv/fr/videos/085373-005-F/nature-le-retour-du-sauvage/
  833  youtube-dl https://www.arte.tv/fr/videos/097507-000-A/bioeconomie-la-revolution-verte/
  834  youtube-dl youtube-dl https://www.arte.tv/fr/videos/085373-005-F/nature-le-retour-du-sauvage/
  835  youtube-dl https://www.arte.tv/fr/videos/085373-005-F/nature-le-retour-du-sauvage/
  836  sudo apt install cclive 
  837  sudo apt update
  838  sudo apt upgrade
  839  python3 -m pip install 'git+https://github.com/ORB-HD/deface'
  840  sudo apt update
  841  youtube-dl https://video.twimg.com/amplify_video/1451594244620263428/vid/540x540/CnYEL8BpuYEutCa3.mp4
  842  cclive https://www.arte.tv/fr/videos/085373-005-F/nature-le-retour-du-sauvage/
  843  youtube-dl https://www.arte.tv/fr/videos/085373-005-F/nature-le-retour-du-sauvage/
  844  youtube-dl https://video.twimg.com/ext_tw_video/1452105764525465604/pu/vid/640x360/XvdwxAFvSR-reRft.mp4
  845  youtube-dl https://www.france.tv/france-5/echappees-belles/2802621-larzac-la-terre-en-partage.html
  846  youtube-dl https://video.twimg.com/amplify_video/1451139721405554693/vid/540x540/KR5mXKNe9M1FKeL5.mp4?tag=14
  847  youtube-dl https://video.twimg.com/ext_tw_video/1451739413168410634/pu/vid/540x540/AiVeEYYSxkJeulA8.mp4
  848  youtube-dl https://www.france.tv/documentaires/art-culture/1375871-brassens-par-brassens.html
  849  youtube-dl https://twitter.com/i/status/1452296490723037195
  850  libreoffice 
  851  youtube-dl https://www.arte.tv/fr/videos/075786-004-A/une-espece-a-part/
  852  youtube-dl https://video.twimg.com/tweet_video/FCfXSWBVcAAgEfk.mp4
  853  youtube-dl https://video.twimg.com/tweet_video/FCfXSWBVcAAgEfk.mp4 
  854  youtube-dl https://video.twimg.com/ext_tw_video/1451644895937146892/pu/vid/484x270/8iP-S8O02Kf9H5XX.mp4
  855  youtube-dl https://youtu.be/YjE6vIQIRtk
  856  youtube-dl https://video.twimg.com/amplify_video/1452626212187168769/vid/480x270/cmQo_Rb056sy21Wo.mp4
  857  youtube-dl https://www.arte.tv/fr/videos/097512-001-A/bonnes-nouvelles-de-la-planete/
  858  youtube-dl https://www.youtube.com/watch?v=gg0F5JjKmhA
  859  youtube-dl https://video.twimg.com/ext_tw_video/1452530324425084934/pu/vid/426x312/a9JidKTzntgWhjwZ.mp4
  860  youtube-dl https://www.arte.tv/fr/videos/096317-000-A/dans-la-geopolitique-du-climat/
  861  youtube-dl https://video.twimg.com/ext_tw_video/1452989334332784647/pu/vid/480x270/XUqA_pe47024amsT.mp4
  862  sudo apt update
  863  sudo apt upgrade 
  864  youtube-dl https://video.twimg.com/ext_tw_video/1452447905281818628/pu/vid/480x636/fOr8JcPRHTteWgP5.mp4
  865  youtube-dl https://twitter.com/i/broadcasts/1ynJOZQppoXGR
  866  hp-setup
  867  hp-toolbox
  868  su
  869  hp-scan
  870  sudo apt install python-is-python3
  871  sh hplip-*.run 
  872  sh hplip run
  873  xsane
  874  xsane 
  875  xsane 
  876  wget http://8458593035d9e8ff5e2b110e284c4c1b.steamboatlutheran.org/author/rayna-stamboliyska.pdf
  877  youtube-dl https://www.arte.tv/fr/videos/097591-000-A/restituer/
  878  youtube-dl https://vimeo.com/638654857
  879  youtube-dl https://www.arte.tv/fr/videos/097512-001-A/bonnes-nouvelles-de-la-planete/
  880  youtube-dl https://www.arte.tv/fr/videos/105438-000-A/george-boole-genie-des-maths/
  881  youtube-dl https://www.arte.tv/fr/videos/061655-000-A/le-grand-mystere-des-mathematiques/
  882  youtube-dl https://youtu.be/1ejiTSVyaJM 
  883  gnome-disk-utility 
  884  disque
  885  youtube-dl https://www.youtube.com/watch?v=3kSMV3_J1gs
  886  youtube-dl https://videos.assemblee-nationale.fr/video.11402942_617823fa3f705.commission-des-affaires-economiques-et-commission-du-developpement-durable--mme-barbara-pompili-mi-26-octobre-2021
  887  youtube-dl https://www.youtube.com/watch?v=NiLrN7QBnDE
  888  youtube-dl https://video.twimg.com/ext_tw_video/1427213280200773634/pu/vid/540x540/tj6o1HEBWaDnRlAZ.mp4
  889  youtube-dl https://youtu.be/NiLrN7QBnDE
  890  youtube-dl https://video.twimg.com/ext_tw_video/1454011994969870339/pu/vid/640x360/44mpjuEZZRUNQtLQ.mp4
  891  youtube-dl https://youtu.be/BWgesOsL2dA
  892  youtube-dl https://www.francetvinfo.fr/economie/entreprises/video-complement-d-enquete-a-voulu-percer-les-secrets-des-macarons-laduree_4823325.html
  893  youtube-dl https://www.francetvinfo.fr/replay-magazine/france-2/complement-d-enquete/complement-d-enquete-paul-et-laduree-lhistoire-secrete-des-boulangers-milliardaires_4799457.html
  894  youtube-dl https://www.francetvinfo.fr/replay-magazine/france-2/complement-d-enquete/complement-d-enquete-paul-et-laduree-lhistoire-secrete-des-boulangers-milliardaires_4799457.html
  895  cclive https://www.francetvinfo.fr/replay-magazine/france-2/complement-d-enquete/complement-d-enquete-paul-et-laduree-lhistoire-secrete-des-boulangers-milliardaires_4799457.html
  896  libreoffice
  897  youtube-dl https://www.francetvinfo.fr/replay-magazine/france-2/complement-d-enquete/complement-d-enquete-paul-et-laduree-lhistoire-secrete-des-boulangers-milliardaires_4799457.html
  898  youtube-dl https://www.arte.tv/fr/videos/103509-000-A/l-arn-messager-une-revolution-medicale/
  899  youtube-dl https://www.arte.tv/fr/videos/048856-004-A/l-italie-par-la-cote/
  900  youtube-dl https://youtu.be/1ejiTSVyaJM
  901  youtube-dl https://www.arte.tv/fr/videos/101139-022-F/geo-reportage-mauritanie-le-train-du-desert/
  902  sudo apt-add-repository ppa:yoggic/dpluzz
  903  sudo apt update
  904  sudo wget https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp -O /usr/local/bin/yt-dlp
  905  sudo chmod a+rx /usr/local/bin/yt-dlp
  906  cd Bureau && yt-dlp https://www.francetvinfo.fr/replay-magazine/france-2/complement-d-enquete/complement-d-enquete-paul-et-laduree-lhistoire-secrete-des-boulangers-milliardaires_4799457.html
  907  cd Home && yt-dlp https://www.francetvinfo.fr/replay-magazine/france-2/complement-d-enquete/complement-d-enquete-paul-et-laduree-lhistoire-secrete-des-boulangers-milliardaires_4799457.html
  908  cd home && yt-dlp https://www.francetvinfo.fr/replay-magazine/france-2/complement-d-enquete/complement-d-enquete-paul-et-laduree-lhistoire-secrete-des-boulangers-milliardaires_4799457.html
  909  sudo apt remove dpluzz
  910  yt-dlp https://www.francetvinfo.fr/replay-magazine/france-2/complement-d-enquete/complement-d-enquete-paul-et-laduree-lhistoire-secrete-des-boulangers-milliardaires_4799457.html
  911  youtube-dl https://www.youtube.com/watch?v=l44WKAtZLjI
  912  youtube-dl https://video.twimg.com/ext_tw_video/1454448601082568708/pu/vid/480x852/xvMG2KWp3WLQMyx1.mp4
  913  sudo apt remove yoggic/dpluzz
  914  sudo apt remove dpluzz
  915  yt-dlp https://www.france.tv/france-5/dans-l-oeil-des-rg/2857233-tous-des-gauchistes-1968-1981.html
  916  yt-dlp https://www.france.tv/france-5/dans-l-oeil-des-rg/2842087-au-service-du-president-1997-2008.html
  917  yt-dlp https://www.france.tv/france-5/dans-l-oeil-des-rg/2842085-la-republique-des-coups-tordus-1981-1997.html
  918  youtube-dl https://video.twimg.com/ext_tw_video/1454799007964930056/pu/vid/640x360/3PhVvYWUKeQGrcFu.mp4
  919  youtube-dl https://video.twimg.com/ext_tw_video/1451873031924637710/pu/vid/480x480/I7FTwQ64UqWlI0A1.mp4
  920  youtube-dl https://www.arte.tv/fr/videos/101820-000-A/la-fille-de-brest/
  921  sudo apt update  
  922  sudo apt upgrae
  923  sudo apt upgrade
  924  sudo apt update
  925  youtube-dl https://video.twimg.com/ext_tw_video/1454772067597946884/pu/vid/404x360/7rhDA_G8xrEVimV_.mp4
  926  youtube-dl https://video.twimg.com/amplify_video/1242883984943648769/vid/640x360/Gq40iLBFdGu4mNPL.mp4
  927  youtube-dl https://video.twimg.com/ext_tw_video/1454905289539477512/pu/vid/640x360/NC4jeUc53qLgzpKi.mp4
  928  youtube-dl https://video.twimg.com/ext_tw_video/1454226433069441030/pu/vid/640x360/irU53dom81NbDejN.mp4
  929  sudo apt update
  930  sudo apt upgrade 
  931  youtube-dl https://video.twimg.com/amplify_video/1455203254208450563/vid/640x360/YjL_GzMCWw14VToS.mp4?tag=14
  932  yt-dlp https://www.francetvinfo.fr/replay-magazine/france-2/affaires-sensibles/affaires-sensibles-du-lundi-1-novembre-2021_4805545.html
  933  youutube-dl https://www.francetvinfo.fr/replay-magazine/france-2/affaires-sensibles/affaires-sensibles-du-lundi-1-novembre-2021_4805545.html
  934  yt-dlp https://www.francetvinfo.fr/replay-magazine/france-2/affaires-sensibles/affaires-sensibles-du-lundi-1-novembre-2021_4805545.html
  935  youtbe-dl https://www.arte.tv/fr/videos/069847-002-A/les-grands-voyages-de-l-humanite-2-3/
  936  youtube-dl https://www.arte.tv/fr/videos/069847-002-A/les-grands-voyages-de-l-humanite-2-3/
  937  yt-dlp https://www.francetvinfo.fr/economie/energie/video-affaires-sensibles-ca-cassera-un-jour-l-incident-du-blayais-rappelle-qu-en-france-vingt-ans-apres-un-accident-nucleaire-est-toujours-possible_4824839.html
  938  yt-dlp https://www.francetvinfo.fr/societe/nucleaire/video-affaires-sensibles-tcherno-blaye-quand-l-inondation-d-une-centrale-nucleaire-menace-de-tourner-a-la-catastrophe-en-decembre-1999_4822437.html
  939  yt-dlp https://www.francetvinfo.fr/economie/energie/video-affaires-sensibles-ca-cassera-un-jour-l-incident-du-blayais-rappelle-qu-en-france-vingt-ans-apres-un-accident-nucleaire-est-toujours-possible_4824839.html
  940  youtube-dl https://www.arte.tv/fr/videos/051404-000-A/les-vieux-espions-vous-saluent-bien/
  941  youtube-dl https://www.arte.tv/fr/videos/097454-004-A/voyages-au-pays-des-maths/
  942  youtube-dl https://www.arte.tv/fr/videos/097454-006-A/voyages-au-pays-des-maths/
  943  youtube-dl https://www.arte.tv/fr/videos/097454-004-A/voyages-au-pays-des-maths/
  944  youtube-dl https://www.arte.tv/fr/videos/097454-002-A/voyages-au-pays-des-maths/
  945  youtube-dl https://www.arte.tv/fr/videos/RC-021704/le-changement-climatique-a-travers-le-monde/
  946  sudo apt update
  947  sudo apt upgrade
  948  youtube-dl https://video.twimg.com/amplify_video/1455234764466757644/vid/640x360/N6oOnpfT7E7emQIg.mp4
  949  youtube-dl youtu.be/jf6UBcPKlMM
  950  youtube-dl youtu.be/jf6UBcPKlMM
  951  youtube-dl https://www.youtube.com/watch?v=jf6UBcPKlMM
  952  sudo apt update
  953  sudo apt-secure 
  954  youtube-dl https://www.arte.tv/fr/videos/101820-000-A/la-fille-de-brest/
  955  youtube-dl https://www.arte.tv/fr/videos/067064-004-A/le-jardin-d-eden/
  956  sudo apt update
  957  sudo apt install ppa-purge
  958  history | more
  959  sudo ppa-purge ppa:yoggic/dpluzz
  960  sudo apt update
  961  sudo add-apt-repository --remove ppa:yoggic/dpluzz
  962  sud apt update
  963  sudo apt update
  964  youtube-dl https://t.co/qYL9RT0JOd
  965  youtube-dl https://video.twimg.com/amplify_video/1455917611049492481/vid/640x360/sEy0FdlJ1ZI-d-n1.mp4
  966  youtube-dl https://www.arte.tv/fr/videos/099777-000-A/a-sec-la-grande-soif-des-multinationales/
  967  youtube-dl https://www.arte.tv/fr/videos/091083-000-A/abba-forever/
  968  yt-dlp https://www.francetvinfo.fr/replay-magazine/france-2/complement-d-enquete
  969  yt-dlp https://www.francetvinfo.fr/replay-magazine/france-2/complement-d-enquete/complement-d-enquete-zemmour-veni-vidi-vichy_4808295.html
  970  youtube-dl https://www.youtube.com/watch?v=C_ZjYkZjZ2k
  971  youtube-dl https://www.arte.tv/fr/videos/080116-001-A/les-grands-mythes-l-iliade-1-10/
  972  youtube-dl https://www.youtube.com/watch?v=jf6UBcPKlMM
  973  youtube-dl https://video.twimg.com/amplify_video/1456882357529612290/vid/480x360/U4NnaWhKtLH6yiax.mp4
  974  youtube-dl https://www.arte.tv/fr/videos/080116-002-A/les-grands-mythes-l-iliade-2-10/
  975  youtube-dl https://www.arte.tv/fr/videos/080116-003-A/les-grands-mythes-l-iliade-3-10/
  976  youtube-dl https://www.arte.tv/fr/videos/080116-004-A/les-grands-mythes-l-iliade-4-10/
  977  youtube-dl https://www.arte.tv/fr/videos/080116-005-A/les-grands-mythes-l-iliade-5-10/
  978  youtube-dl https://www.arte.tv/fr/videos/102995-002-F/cuisines-des-terroirs/
  979  youtube-dl https://unfccc-cop26.streamworld.de/embed/nirs
  980  yt-dlp https://unfccc-cop26.streamworld.de/embed/nirs
  981  youtube-dl https://unfcccmsstorage.blob.core.windows.net/asset-556b0651-9ea0-43f4-9581-c773e3e3a162/20211106-nirs-6175.mp4?sv=2017-04-17&sr=c&si=eb7bccef-cd7a-41d8-b6f0-c5aa443ec6cf&sig=8jm8zjVbIkByeaaO7oOOmvbjW2CU7gH6QLXkraN54vE%3D&se=2026-11-05T19%3A09%3A43Z
  982  sudo apt install hw-probe
  983  sudo -E hw-probe -all -upload
  984  free -m
  985  youtube-dl https://www.youtube.com/watch?v=MRjVdu_cLwI
  986  youtube-dl https://www.arte.tv/fr/videos/048295-023-A/geo-reportage-fort-mc-murray-la-ruee-vers-l-or-noir/
  987  youtube-dl https://www.arte.tv/en/videos/085430-000-A/farmed-salmon-a-danger-to-the-environment/
  988  youtube-dl https://www.arte.tv/fr/videos/085430-000-A/le-saumon-un-bon-filon/
  989  youtube-dl https://www.lemonde.fr/societe/video/2021/11/07/la-desobeissance-civile-non-violente-est-elle-efficace_6101285_3224.html
  990  yt-dlp https://www.lemonde.fr/societe/video/2021/11/07/la-desobeissance-civile-non-violente-est-elle-efficace_6101285_3224.html
  991  youtube-dl https://www.lemonde.fr/societe/video/2021/11/07/la-desobeissance-civile-non-violente-est-elle-efficace_6101285_3224.html
  992  youtube-dl https://www.dailymotion.com/video/x1r4q9x
  993  youtube-dl https://www.dailymotion.com/video/x1r4q9x
  994  sudo apt update
  995  youtube-dl https://www.youtube.com/watch?v=SjGELPKebFY
  996  youtube-dl https://larevuedesmedias.ina.fr/vincent-bollore-complement-enquete-tristan-waleckx-afrique-proces-france-2
  997  yt-dlp https://larevuedesmedias.ina.fr/vincent-bollore-complement-enquete-tristan-waleckx-afrique-proces-france-2
  998  youtube-dl https://www.youtube.com/watch?v=xrdOdBP-EDw
  999  youtube-dl https://www.youtube.com/watch?v=jf6UBcPKlMM
 1000  youtube-dl https://youtu.be/aUKHX9TMcnU
 1001  youtube-dl https://www.pltv.fr/bientot-dans-vos-assiettes-de-gre-ou-de-force/
 1002  youtube-dl https://video.twimg.com/ext_tw_video/1458119585610223621/pu/vid/320x394/n9pGFE2bCq6mHnAp.mp4
 1003  youtube-dl https://video.twimg.com/ext_tw_video/1458530007358267400/pu/vid/540x540/WsU8KyjBYm1pkoER.mp4
 1004  youtube-dl https://www.youtube.com/watch?v=_nnEoEw4o5I
 1005  youtube-dl https://t.co/Mjz9EqS0nA
 1006  sudo apt update
 1007  dpkg -l | grep -v ^ii
 1008  ls -l /var/crash
 1009  dpkg -l | awk '/^rc/ && !/sql/{print $2}' | xargs -r sudo dpkg -P
 1010  echo -e "\n\tNombre d'éléments de /home/moi ne m'appartenant pas :"; find ~ \( ! -user $USER -o ! -group $USER \) | wc -l
 1011  	Nombre d'éléments de /home/moi ne m'appartenant pas :
 1012  150
 1013  echo -e "\n\tNombre d'éléments de /home/moi ne m'appartenant pas :"; find ~ \( ! -user $USER -o ! -group $USER \) | wc -l
 1014  sudo chown -Rc $USER:$USER /home/$USER
 1015  find ~ -xdev -name "*" -exec sudo chown -ch $USER:$USER "{}" \;
 1016  echo -e "\n\tNombre d'éléments de /home/moi ne m'appartenant pas :"; find ~ \( ! -user $USER -o ! -group $USER \) | wc -l
 1017  lspci -vnn | grep -A12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
 1018  dpkg -l | grep -Ei "intel |i915"
 1019  dmesg | grep -Ei "error|warning"
 1020  find ~ -xdev -name "*" -exec sudo chown -ch $USER:$USER "{}" \;
 1021  youtube-dl https://video.twimg.com/amplify_video/1458863563074772994/vid/540x540/VjASCuD8_5UC6qwi.mp4
 1022  youtube-dl https://www.arte.tv/fr/videos/100294-000-A/sur-la-piste-de-l-argent/
 1023  yt-dlp https://www.francetvinfo.fr/replay-magazine/france-2/complement-d-enquete/complement-d-enquete-laccuse-polanski_4817189.html
 1024  youtube-dl https://www.youtube.com/watch?v=dIGl_qth81c
 1025  youtube-dl https://video.twimg.com/ext_tw_video/1459428349609222144/pu/vid/480x270/DSo8hh-HSu6JCysc.mp4
 1026  youtube-dl https://www.youtube.com/watch?v=TO6XCNmVdaw
 1027  youtube-dl https://twitter.com/i/status/1459554706318053378
 1028  youtube-dl https://video.twimg.com/amplify_video/1458475594069516290/vid/480x270/BWgNcEAxbEcApNHA.mp4
 1029  youtube-dl https://www.amnesty.fr/liberte-d-expression/actualites/documentaire-presume-coupable-repression-manifestants-en-france
 1030  youtube-dl https://www.arte.tv/fr/videos/069786-006-A/des-volcans-et-des-hommes/
 1031  yt-dlp https://www.france.tv/france-5/c-politique/c-politique-saison-13/2882565-invite-francois-gemenne.html
 1032  youtube-dl vimeo.com/128666476
 1033  youtube-dl https://youtu.be/CfhNUGmUlOs
 1034  sudo dpkg --configure -a
 1035  dpkg -l | grep -v ^ii
 1036  sudo apt remove -s libevince-dev
 1037  cat /etc/apt/sources.list
 1038  ls -l /etc/apt/sources.list.d
 1039  evince
 1040  youtube-dl https://www.arte.tv/fr/videos/082774-000-A/le-roman-de-la-colere/
 1041  youtube-dl youtu.be/3tiUm8H2ejw
 1042  youtube-dl https://video.twimg.com/ext_tw_video/1460284972019945482/pu/vid/460x448/36c4EtAgkGUosjuh.mp4
 1043  sudo sed -i "s/^#deb http/deb http/;s/ # disabled.*$//; s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt.sources.list{,.d/*}
 1044  sudo sed -ri "s/^#deb http/deb http/;s/ # disabled.*$//; s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt.sources.list{,.d/*}
 1045  thunderbird
 1046  youtube-dl https://video.twimg.com/ext_tw_video/1460488611283947521/pu/vid/640x360/NjgP8zYzpnwp4mgf.mp4
 1047  sudo apt clean && sudo apt autoclean
 1048  sudo apt update
 1049  sudo apt autoremove
 1050  sudo apt install -f
 1051  sudo apt full-upgrade
 1052  cat /etc/apt/sources.list.d/archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-hirsute.list
 1053  cat /etc/apt/sources.list.d/leap.list
 1054  cat /etc/apt/sources.list.d/openshot_developers-ubuntu-ppa-hirsute.list
 1055  apt list ?obsolete
 1056  sudo apt autoremove --purge
 1057  sudo apt-get clean
 1058  sudo apt-get autoclean
 1059  sudo apt-get autoremove --purge 
 1060  apt list ?obsolete
 1061  sudo sed -ri "s/^#deb http/deb http/;s/ # disabled.*$//; s/(ubuntu\/* ) *[a-z]*/\1$(lsb_release -sc)/" /etc/apt/sources.list{,.d/*}
 1062  sudo sed -i '7d;1,5d;s/\/ubun\///' /etc/apt/sources.list && find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;
 1063  apt list ?obsolete | awk -F'/' '{print $1}' | xargs -r apt policy 2>/dev/null
 1064  sudo sed -i 's/^# deb http/deb http/' /etc/apt/sources.list.d/* && cd /etc/apt/sources.list.d && sudo rm -v *.distUpgrade ; cd .. && sudo rm -v sources.list.distUpgrade ; cd
 1065  find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n\t$1\n"; [[ $1 = *".list" ]] && cat -n "$1"' _ '{}' \;
 1066  dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -r)"
 1067  history
cat /var/log/apt/history.log

Start-Date: 2021-11-01  10:34:06
Commandline: apt upgrade
Requested-By: frf (1000)
Upgrade: libpulse0:amd64 (1:15.0+dfsg1-1ubuntu2, 1:15.0+dfsg1-1ubuntu2.1), libpulse0:i386 (1:15.0+dfsg1-1ubuntu2, 1:15.0+dfsg1-1ubuntu2.1), unity-schemas:amd64 (7.5.1+21.10.20210601.1-0ubuntu1, 7.5.1+21.10.20211026-0ubuntu1), libpulsedsp:amd64 (1:15.0+dfsg1-1ubuntu2, 1:15.0+dfsg1-1ubuntu2.1), pulseaudio:amd64 (1:15.0+dfsg1-1ubuntu2, 1:15.0+dfsg1-1ubuntu2.1), pulseaudio-utils:amd64 (1:15.0+dfsg1-1ubuntu2, 1:15.0+dfsg1-1ubuntu2.1), libpulse-mainloop-glib0:amd64 (1:15.0+dfsg1-1ubuntu2, 1:15.0+dfsg1-1ubuntu2.1), usrmerge:amd64 (25ubuntu1, 25ubuntu1.1), libunity-core-6.0-9:amd64 (7.5.1+21.10.20210601.1-0ubuntu1, 7.5.1+21.10.20211026-0ubuntu1), pulseaudio-module-bluetooth:amd64 (1:15.0+dfsg1-1ubuntu2, 1:15.0+dfsg1-1ubuntu2.1), unity:amd64 (7.5.1+21.10.20210601.1-0ubuntu1, 7.5.1+21.10.20211026-0ubuntu1), unity-services:amd64 (7.5.1+21.10.20210601.1-0ubuntu1, 7.5.1+21.10.20211026-0ubuntu1), libnvidia-compute-470:amd64 (470.74-0ubuntu1, 470.82.00-0ubuntu0.21.10.1)
End-Date: 2021-11-01  10:34:18

Start-Date: 2021-11-01  14:50:37
Commandline: /usr/sbin/synaptic
Requested-By: frf (1000)
Install: libnftables1:amd64 (0.9.8-3.1, automatic), libipset13:amd64 (7.10-1build1, automatic), python3-slip-dbus:amd64 (0.6.5-2, automatic), python3-slip:amd64 (0.6.5-2, automatic), python3-nftables:amd64 (0.9.8-3.1, automatic), ipset:amd64 (7.10-1build1, automatic), python3-selinux:amd64 (3.1-3build2, automatic), firewalld:amd64 (0.9.3-2ubuntu1), python3-firewall:amd64 (0.9.3-2ubuntu1, automatic)
End-Date: 2021-11-01  14:50:59

Start-Date: 2021-11-02  08:42:18
Commandline: aptdaemon role='role-commit-packages' sender=':1.90'
Upgrade: gir1.2-javascriptcoregtk-4.0:amd64 (2.34.0-1ubuntu1, 2.34.1-0ubuntu0.21.10.1), gir1.2-webkit2-4.0:amd64 (2.34.0-1ubuntu1, 2.34.1-0ubuntu0.21.10.1), libjavascriptcoregtk-4.0-18:amd64 (2.34.0-1ubuntu1, 2.34.1-0ubuntu0.21.10.1), libwebkit2gtk-4.0-37:amd64 (2.34.0-1ubuntu1, 2.34.1-0ubuntu0.21.10.1)
End-Date: 2021-11-02  08:42:21

Start-Date: 2021-11-03  10:17:09
Commandline: apt upgrade
Requested-By: frf (1000)
Upgrade: ufw:amd64 (0.36.1-1, 0.36.1-1ubuntu1), software-properties-common:amd64 (0.99.13, 0.99.13.1), python3-software-properties:amd64 (0.99.13, 0.99.13.1), libasound2:amd64 (1.2.4-1.1ubuntu3, 1.2.4-1.1ubuntu3.1), libasound2:i386 (1.2.4-1.1ubuntu3, 1.2.4-1.1ubuntu3.1), libatopology2:amd64 (1.2.4-1.1ubuntu3, 1.2.4-1.1ubuntu3.1), software-properties-gtk:amd64 (0.99.13, 0.99.13.1), libasound2-data:amd64 (1.2.4-1.1ubuntu3, 1.2.4-1.1ubuntu3.1)
End-Date: 2021-11-03  10:17:24

Start-Date: 2021-11-04  08:47:17
Commandline: /usr/bin/unattended-upgrade
Upgrade: firefox-locale-en:amd64 (93.0+build1-0ubuntu3, 94.0+build3-0ubuntu0.21.10.1)
End-Date: 2021-11-04  08:47:18

Start-Date: 2021-11-04  08:47:23
Commandline: /usr/bin/unattended-upgrade
Upgrade: thunderbird:amd64 (1:91.1.2+build1-0ubuntu1, 1:91.2.1+build1-0ubuntu0.21.10.1)
End-Date: 2021-11-04  08:47:31

Start-Date: 2021-11-04  09:08:44
Commandline: apt install ppa-purge
Requested-By: frf (1000)
Install: ppa-purge:amd64 (0.2.8+bzr63)
End-Date: 2021-11-04  09:08:46

Start-Date: 2021-11-07  11:21:40
Commandline: apt upgrade
Requested-By: frf (1000)
Upgrade: libmutter-8-0:amd64 (40.5-1ubuntu2, 40.5-1ubuntu3~21.10.1), mutter-common:amd64 (40.5-1ubuntu2, 40.5-1ubuntu3~21.10.1), gir1.2-mutter-8:amd64 (40.5-1ubuntu2, 40.5-1ubuntu3~21.10.1), mutter:amd64 (40.5-1ubuntu2, 40.5-1ubuntu3~21.10.1), netplan.io:amd64 (0.103-0ubuntu7, 0.103-0ubuntu7.1), liblightdm-gobject-1-0:amd64 (1.30.0-0ubuntu4, 1.30.0-0ubuntu4.21.10.1), libnetplan0:amd64 (0.103-0ubuntu7, 0.103-0ubuntu7.1)
End-Date: 2021-11-07  11:21:47

Start-Date: 2021-11-07  16:52:06
Commandline: apt install hw-probe
Requested-By: frf (1000)
Install: hw-probe:amd64 (1.5-1), vdpauinfo:amd64 (1.4-2, automatic), libx86-1:amd64 (1.1+ds1-12, automatic), acpica-tools:amd64 (20200925-3, automatic), edid-decode:amd64 (0.1~git20201230.95d81c9-2, automatic), i2c-tools:amd64 (4.2-2, automatic), sysstat:amd64 (12.5.2-2build1, automatic), libi2c0:amd64 (4.2-2, automatic), libhd21:amd64 (21.72-1, automatic), vainfo:amd64 (2.10.0+ds1-1, automatic), hwinfo:amd64 (21.72-1, automatic), libx86emu3:amd64 (3.1-2, automatic), cpuid:amd64 (20201006-1, automatic), smartmontools:amd64 (7.2-1build1, automatic), curl:amd64 (7.74.0-1.3ubuntu2, automatic), memtester:amd64 (4.5.0-1, automatic), ethtool:amd64 (1:5.9-1build1, automatic), read-edid:amd64 (3.0.2-1.1, automatic)
End-Date: 2021-11-07  16:52:32

Start-Date: 2021-11-11  09:22:05
Commandline: aptdaemon role='role-commit-packages' sender=':1.91'
Install: linux-modules-extra-5.13.0-22-generic:amd64 (5.13.0-22.22, automatic), linux-image-5.13.0-22-generic:amd64 (5.13.0-22.22, automatic), linux-headers-5.13.0-22:amd64 (5.13.0-22.22, automatic), linux-headers-5.13.0-22-generic:amd64 (5.13.0-22.22, automatic), linux-modules-5.13.0-22-generic:amd64 (5.13.0-22.22, automatic)
Upgrade: linux-headers-generic:amd64 (5.13.0.21.32, 5.13.0.22.33), linux-headers-generic-hwe-20.04:amd64 (5.13.0.21.32, 5.13.0.22.33), linux-generic-hwe-20.04:amd64 (5.13.0.21.32, 5.13.0.22.33), linux-generic:amd64 (5.13.0.21.32, 5.13.0.22.33), linux-image-generic:amd64 (5.13.0.21.32, 5.13.0.22.33), linux-image-generic-hwe-20.04:amd64 (5.13.0.21.32, 5.13.0.22.33), linux-libc-dev:amd64 (5.13.0-21.21, 5.13.0-22.22)
End-Date: 2021-11-11  09:24:08

Start-Date: 2021-11-11  09:24:24
Commandline: aptdaemon role='role-commit-packages' sender=':1.91'
Remove: linux-modules-extra-5.13.0-20-generic:amd64 (5.13.0-20.20), linux-image-5.13.0-20-generic:amd64 (5.13.0-20.20), linux-headers-5.13.0-20:amd64 (5.13.0-20.20), linux-headers-5.13.0-20-generic:amd64 (5.13.0-20.20), linux-modules-5.13.0-20-generic:amd64 (5.13.0-20.20)
End-Date: 2021-11-11  09:24:39

Start-Date: 2021-11-11  16:19:23
Commandline: aptdaemon role='role-commit-packages' sender=':1.102'
Upgrade: libldb2:amd64 (2:2.2.0-3.1, 2:2.2.3-0ubuntu0.21.10.2), libwbclient0:amd64 (2:4.13.5+dfsg-2ubuntu3, 2:4.13.14+dfsg-0ubuntu0.21.10.1), libsmbclient:amd64 (2:4.13.5+dfsg-2ubuntu3, 2:4.13.14+dfsg-0ubuntu0.21.10.1), python3-ldb:amd64 (2:2.2.0-3.1, 2:2.2.3-0ubuntu0.21.10.2), samba-libs:amd64 (2:4.13.5+dfsg-2ubuntu3, 2:4.13.14+dfsg-0ubuntu0.21.10.1)
End-Date: 2021-11-11  16:19:33

Start-Date: 2021-11-15  17:05:51
Commandline: aptdaemon role='role-commit-packages' sender=':1.104'
Upgrade: xxd:amd64 (2:8.2.2434-3ubuntu3, 2:8.2.2434-3ubuntu3.1), vim-common:amd64 (2:8.2.2434-3ubuntu3, 2:8.2.2434-3ubuntu3.1), vim-tiny:amd64 (2:8.2.2434-3ubuntu3, 2:8.2.2434-3ubuntu3.1)
End-Date: 2021-11-15  17:06:00

Start-Date: 2021-11-16  10:59:51
Commandline: packagekit role='install-files'
Requested-By: frf (1000)
Install: master-pdf-editor:amd64 (5.8.20)
End-Date: 2021-11-16  11:00:00

Start-Date: 2021-11-17  08:23:40
Commandline: aptdaemon role='role-commit-packages' sender=':1.94'
Upgrade: gir1.2-accountsservice-1.0:amd64 (0.6.55-0ubuntu14, 0.6.55-0ubuntu14.1), accountsservice:amd64 (0.6.55-0ubuntu14, 0.6.55-0ubuntu14.1), libaccountsservice0:amd64 (0.6.55-0ubuntu14, 0.6.55-0ubuntu14.1)
End-Date: 2021-11-17  08:23:42

Hors ligne

#45 Le 17/11/2021, à 11:19

nany

Re : Installation paquets problématique

nepeta a écrit :
Start-Date: 2021-11-11  09:22:05
Commandline: aptdaemon role='role-commit-packages' sender=':1.91'
Install: linux-modules-extra-5.13.0-22-generic:amd64 (5.13.0-22.22, automatic), linux-image-5.13.0-22-generic:amd64 (5.13.0-22.22, automatic), linux-headers-5.13.0-22:amd64 (5.13.0-22.22, automatic), linux-headers-5.13.0-22-generic:amd64 (5.13.0-22.22, automatic), linux-modules-5.13.0-22-generic:amd64 (5.13.0-22.22, automatic)
Upgrade: linux-headers-generic:amd64 (5.13.0.21.32, 5.13.0.22.33), linux-headers-generic-hwe-20.04:amd64 (5.13.0.21.32, 5.13.0.22.33), linux-generic-hwe-20.04:amd64 (5.13.0.21.32, 5.13.0.22.33), linux-generic:amd64 (5.13.0.21.32, 5.13.0.22.33), linux-image-generic:amd64 (5.13.0.21.32, 5.13.0.22.33), linux-image-generic-hwe-20.04:amd64 (5.13.0.21.32, 5.13.0.22.33), linux-libc-dev:amd64 (5.13.0-21.21, 5.13.0-22.22)
End-Date: 2021-11-11  09:24:08

Voilà l’origine de l’installation du noyau 5.13.0-22. C’est une installation automatique.
Le hic, c’est que je ne vois nulle trace du dépôt proposed dans tous tes retours.
On va quand même tenter quelque chose. D’abord, redémarre sur le noyau 5.13.0-21 puis donne le retour de :

uname -r

Hors ligne

#46 Le 17/11/2021, à 11:23

nany

Re : Installation paquets problématique

J’ai trouvé le proposed.

xubu1957 a écrit :

Vu :

Hit:4 http://fr.archive.ubuntu.com/ubuntu impish-proposed InRelease

Je te laisse lire la Doc : depots#proposed

§ 2.3 a écrit :

Proposed
Les dépôts "proposed" contiennent des paquets proposés à fins de tests seulement ! Ils servent à tester des paquets ou des mises à jour avant qu'ils n'intègrent définitivement les dépôts principaux. Ils peuvent donc être à l'origine de plantage et de corruption de système ! N'ajoutez ces dépôts que si vous savez ce que vous faites !
Ces dépôts correspondent à la case à cocher "Mises à jour en préversion (proposed)" → onglet "Mises à jour" de l'application Logiciels & Mises à jour.

Hors ligne

#47 Le 17/11/2021, à 11:31

nepeta

Re : Installation paquets problématique

uname -r
5.13.0-22-generic

il faut que je fasse

    dpkg -l | awk '/^rc/ && !/sql/{print $2}' | xargs -r sudo dpkg -P

?

Hors ligne

#48 Le 17/11/2021, à 11:41

nany

Re : Installation paquets problématique

Non, il faut que tu redémarres sur le noyau 5.13.0-21.

Pour cela, il faut afficher le menu de GRUB au démarrage (voir le §4 de la page grub-pc).
Descendre ensuite sur la deuxième ligne et appuyer sur la touche [Entrée] pour faire apparaître un autre menu dans lequel on sélectionne le démarrage avec le noyau voulu (mais pas recovery) puis valider par [Entrée].

Si tu n’arrive pas à faire apparaître le menu de GRUB, j’aurai une autre solution.

Dernière modification par nany (Le 17/11/2021, à 11:45)

Hors ligne