Merci de vos réponses,
nany a écrit
lsb_release -sd ; printenv XDG_CURRENT_DESKTOP GDMSESSION ; uname -mrs
Le résultat donne :
Ubuntu 19.10
ubuntu:GNOME
ubuntu
Linux 5.3.0-24-generic x86_64
nany a écrit
find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;
Pour cette commande :
/etc/apt/sources.list.distUpgrade
/etc/apt/sources.list.d/brave-browser.list.distUpgrade
/etc/apt/sources.list.d/google-chrome.list
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 # deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main # désactivé pour la mise à niveau vers cosmic
/etc/apt/sources.list.d/brave-browser-release-bionic.list.distUpgrade
/etc/apt/sources.list.d/brave-browser-release-bionic.list
1 # deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ cosmic main # désactivé pour la mise à niveau vers cosmic
/etc/apt/sources.list.d/google-chrome.list.distUpgrade
/etc/apt/sources.list.d/brave-browser.list
1 ### THIS FILE IS AUTOMATICALLY CONFIGURED ###
2 # You may comment out this entry, but any other modifications may be lost.
3 # deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main # désactivé pour la mise à niveau vers cosmic
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 17.10 _Artful Aardvark_ - Release amd64 (20171018)]/ artful 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/ eoan main restricted
6 # deb-src http://fr.archive.ubuntu.com/ubuntu/ artful 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/ eoan-updates main restricted
11 # deb-src http://fr.archive.ubuntu.com/ubuntu/ artful-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/ eoan universe
17 # deb-src http://fr.archive.ubuntu.com/ubuntu/ artful universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-updates universe
19 # deb-src http://fr.archive.ubuntu.com/ubuntu/ artful-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/ eoan multiverse
27 # deb-src http://fr.archive.ubuntu.com/ubuntu/ artful multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-updates multiverse
29 # deb-src http://fr.archive.ubuntu.com/ubuntu/ artful-updates multiverse
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://fr.archive.ubuntu.com/ubuntu/ eoan-backports main restricted universe multiverse
37 # deb-src http://fr.archive.ubuntu.com/ubuntu/ artful-backports main restricted universe multiverse
38
39 ## Uncomment the following two lines to add software from Canonical's
40 ## 'partner' repository.
41 ## This software is not part of Ubuntu, but is offered by Canonical and the
42 ## respective vendors as a service to Ubuntu users.
43 # deb http://archive.canonical.com/ubuntu artful partner
44 # deb-src http://archive.canonical.com/ubuntu artful partner
45
46 deb http://security.ubuntu.com/ubuntu eoan-security main restricted
47 # deb-src http://security.ubuntu.com/ubuntu artful-security main restricted
48 deb http://security.ubuntu.com/ubuntu eoan-security universe
49 # deb-src http://security.ubuntu.com/ubuntu artful-security universe
50 deb http://security.ubuntu.com/ubuntu eoan-security multiverse
51 # deb-src http://security.ubuntu.com/ubuntu artful-security multiverse
nany a écritsudo apt install -fy
Et enfin :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
g++-8 gir1.2-mutter-4 libcrystalhd3 libdouble-conversion1 libgnome-desktop-3-17 libigdgmm5 libisl19 libllvm8 liblouisutdml8 libmutter-4-0
libmysqlclient20 libpoppler85 libstdc++-8-dev libtagc0 libvpx5 libx265-165 python-idna
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
Merci de me dire si quelques chose vous parait pas bon, mais au vu de ces résultats, j'aurai plutôt tendance à dire que c'est plutôt bon.
Je me suis focalisé sur les restes de dépots de la 17.10 qui trainent, c'est ce qui m'a induit en erreur.
J'ai dû tout éteindre à un moment pas si critique finalement 😉
Merci.