Bonjour,
Impossible de mettre à niveau vers la 20.04.2 depuis le gestionnaire de mise à jour, cette popup s'affiche:
J'ai exécuté sur un terminal ces commandes:
james@james-Dell-System-XPS-15Z:~$ find /etc/apt -name '*.list' -exec bash -c 'echo -e "\n$1\n"; nl -ba "$1"' _ '{}' \;
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180426)]/ bionic 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/ bionic main restricted
6 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic 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/ bionic-updates main restricted
11 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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/ bionic universe
17 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
19 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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/ bionic multiverse
27 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
29 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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/ bionic-backports main restricted universe multiverse
37 # deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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 bionic partner
44 # deb-src http://archive.canonical.com/ubuntu bionic partner
45
46 deb http://security.ubuntu.com/ubuntu bionic-security main restricted
47 # deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
48 deb http://security.ubuntu.com/ubuntu bionic-security universe
49 # deb-src http://security.ubuntu.com/ubuntu bionic-security universe
50 deb http://security.ubuntu.com/ubuntu bionic-security multiverse
51 # deb-src http://archive.canonical.com/ubuntu bionic partner
52 # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
53 deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main
54 # deb-src https://dl.winehq.org/wine-builds/ubuntu/ bionic main
55 deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/ ./
56 # deb-src https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/ ./
/etc/apt/sources.list.d/megasync.list
1 deb https://mega.nz/linux/MEGAsync/xUbuntu_18.04/ ./
/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
/etc/apt/sources.list.d/mmozeiko-ubuntu-rclone-browser-bionic.list
/etc/apt/sources.list.d/balena-etcher.list
1 deb https://deb.etcher.io stable etcher
/etc/apt/sources.list.d/skype-stable.list
1 deb [arch=amd64] https://repo.skype.com/deb stable main
/etc/apt/sources.list.d/teamviewer.list
1 ### TeamViewer DEB repository list
2
3 ### NOTE: Manual changes to this file
4 ### - prevent it from being updated by TeamViewer package updates
5 ### - will be lost after using the 'teamviewer repo' command
6 ### The original file can be restored with this command:
7 ### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
8 ### which has the same effect as 'teamviewer repo default'
9
10 ### NOTE: It is preferred to use the following commands to edit this file:
11 ### teamviewer repo - show current repository configuration
12 ### teamviewer repo default - restore default configuration
13 ### teamviewer repo disable - disable the repository
14 ### teamviewer repo stable - make all regular TeamViewer packages available (default)
15 ### teamviewer repo preview - additionally, make feature preview packages available
16 ### teamviewer repo development - additionally, make the latest development packages available
17
18
19 deb https://linux.teamviewer.com/deb stable main
20
james@james-Dell-System-XPS-15Z:~$ cat /var/log/dist-upgrade/main.log
2021-03-13 21:17:51,249 INFO Using config files '['./DistUpgrade.cfg.bionic']'
2021-03-13 21:17:51,250 INFO uname information: 'Linux james-Dell-System-XPS-15Z 4.15.0-136-generic #140-Ubuntu SMP Thu Jan 28 05:20:47 UTC 2021 x86_64'
2021-03-13 21:17:51,836 INFO apt version: '1.6.12ubuntu0.2'
2021-03-13 21:17:51,836 INFO python version: '3.6.9 (default, Jan 26 2021, 15:33:00)
[GCC 8.4.0]'
2021-03-13 21:17:51,841 INFO release-upgrader version '20.04.29' started
2021-03-13 21:17:51,919 INFO locale: 'fr_FR' 'UTF-8'
2021-03-13 21:17:52,178 DEBUG Using 'DistUpgradeViewGtk3' view
2021-03-13 21:17:52,258 DEBUG enable dpkg --force-overwrite
2021-03-13 21:17:52,283 DEBUG creating statefile: '/var/log/dist-upgrade/apt-clone_system_state.tar.gz'
2021-03-13 21:18:00,832 DEBUG lsb-release: 'bionic'
2021-03-13 21:18:00,833 DEBUG _pythonSymlinkCheck run
2021-03-13 21:18:00,834 DEBUG openCache()
2021-03-13 21:18:00,834 DEBUG quirks: running PreCacheOpen
2021-03-13 21:18:00,835 DEBUG running Quirks.PreCacheOpen
2021-03-13 21:18:02,689 DEBUG Comparing 4.15.0-135 with
2021-03-13 21:18:02,689 DEBUG Comparing 4.15.0-136 with 4.15.0-135
2021-03-13 21:18:03,204 DEBUG /openCache(), new cache size 102145
2021-03-13 21:18:03,205 DEBUG need_server_mode(): run in 'desktop' mode, (because of pkg 'ubuntu-desktop')
2021-03-13 21:18:03,205 DEBUG checkViewDepends()
2021-03-13 21:18:03,209 DEBUG running doUpdate() (showErrors=False)
2021-03-13 21:18:09,016 DEBUG openCache()
2021-03-13 21:18:10,852 DEBUG Comparing 4.15.0-135 with
2021-03-13 21:18:10,852 DEBUG Comparing 4.15.0-136 with 4.15.0-135
2021-03-13 21:18:11,380 DEBUG /openCache(), new cache size 102145
2021-03-13 21:18:11,381 DEBUG doPostInitialUpdate
2021-03-13 21:18:11,381 DEBUG quirks: running focalPostInitialUpdate
2021-03-13 21:18:11,381 DEBUG running Quirks.focalPostInitialUpdate
2021-03-13 21:18:14,532 DEBUG Snap core18 is installed
2021-03-13 21:18:14,692 DEBUG Snap gnome-3-34-1804 is installed
2021-03-13 21:18:14,693 DEBUG Snap gnome-3-34-1804 is not tracking the release channel
2021-03-13 21:18:14,911 DEBUG Snap gtk-common-themes is installed
2021-03-13 21:18:14,912 DEBUG Snap gtk-common-themes is not tracking the release channel
2021-03-13 21:18:15,333 DEBUG Snap gnome-3-28-1804 is installed
2021-03-13 21:18:15,334 DEBUG Snap gnome-3-28-1804 is not tracking the release channel
2021-03-13 21:18:15,577 DEBUG Snap gnome-calculator is installed
2021-03-13 21:18:15,831 DEBUG Snap gnome-characters is installed
2021-03-13 21:18:16,104 DEBUG Snap gnome-logs is installed
2021-03-13 21:18:20,403 DEBUG MetaPkgs: ubuntu-desktop
2021-03-13 21:18:28,116 DEBUG Foreign: balena-etcher-electron google-chrome-stable libfaudio0 libfaudio0:i386 megasync skypeforlinux teamviewer wine-stable wine-stable-amd64 wine-stable-i386:i386 winehq-stable
2021-03-13 21:18:28,116 DEBUG Obsolete: acroread-bin:i386 anydesk kse oracle-java10-installer oracle-java11-installer oracle-java11-set-default rclone-browser stlink waterfox zoom
2021-03-13 21:18:28,117 DEBUG updateSourcesList()
2021-03-13 21:18:28,142 DEBUG rewriteSourcesList() with mirror_check
2021-03-13 21:18:28,142 DEBUG ['ubuntu-minimal', 'ubuntu-standard']
2021-03-13 21:18:28,142 DEBUG Checking pkg: ubuntu-minimal
2021-03-13 21:18:28,147 DEBUG Checking pkg: ubuntu-standard
2021-03-13 21:18:28,150 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted'
2021-03-13 21:18:28,151 DEBUG verifySourcesListEntry: deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
2021-03-13 21:18:28,151 DEBUG url_downloadable: http://fr.archive.ubuntu.com/ubuntu//dists/focal/Release
2021-03-13 21:18:28,151 DEBUG s='http' n='fr.archive.ubuntu.com' p='/ubuntu//dists/focal/Release' q='' f=''
2021-03-13 21:18:28,178 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted' updated to new dist
2021-03-13 21:18:28,178 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted'
2021-03-13 21:18:28,178 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted' updated to new dist
2021-03-13 21:18:28,178 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic universe'
2021-03-13 21:18:28,178 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal universe' updated to new dist
2021-03-13 21:18:28,178 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe'
2021-03-13 21:18:28,178 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe' updated to new dist
2021-03-13 21:18:28,178 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse'
2021-03-13 21:18:28,179 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse' updated to new dist
2021-03-13 21:18:28,179 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse'
2021-03-13 21:18:28,179 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse' updated to new dist
2021-03-13 21:18:28,179 DEBUG examining: 'deb http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse'
2021-03-13 21:18:28,180 DEBUG entry 'deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse' updated to new dist
2021-03-13 21:18:28,180 DEBUG examining: 'deb http://archive.canonical.com/ubuntu bionic partner'
2021-03-13 21:18:28,180 DEBUG verifySourcesListEntry: deb http://archive.canonical.com/ubuntu focal partner
2021-03-13 21:18:28,180 DEBUG url_downloadable: http://archive.canonical.com/ubuntu/dists/focal/Release
2021-03-13 21:18:28,180 DEBUG s='http' n='archive.canonical.com' p='/ubuntu/dists/focal/Release' q='' f=''
2021-03-13 21:18:28,219 DEBUG entry 'deb http://archive.canonical.com/ubuntu focal partner' updated to new dist
2021-03-13 21:18:28,219 DEBUG examining: 'deb http://security.ubuntu.com/ubuntu bionic-security main restricted'
2021-03-13 21:18:28,219 DEBUG verifySourcesListEntry: deb http://security.ubuntu.com/ubuntu focal main restricted
2021-03-13 21:18:28,220 DEBUG url_downloadable: http://security.ubuntu.com/ubuntu/dists/focal/Release
2021-03-13 21:18:28,220 DEBUG s='http' n='security.ubuntu.com' p='/ubuntu/dists/focal/Release' q='' f=''
2021-03-13 21:18:28,271 DEBUG entry 'deb http://security.ubuntu.com/ubuntu focal-security main restricted' updated to new dist
2021-03-13 21:18:28,271 DEBUG examining: 'deb http://security.ubuntu.com/ubuntu bionic-security universe'
2021-03-13 21:18:28,271 DEBUG entry 'deb http://security.ubuntu.com/ubuntu focal-security universe' updated to new dist
2021-03-13 21:18:28,271 DEBUG examining: 'deb http://security.ubuntu.com/ubuntu bionic-security multiverse'
2021-03-13 21:18:28,271 DEBUG entry 'deb http://security.ubuntu.com/ubuntu focal-security multiverse' updated to new dist
2021-03-13 21:18:28,272 DEBUG examining: 'deb https://dl.winehq.org/wine-builds/ubuntu/ bionic main'
2021-03-13 21:18:28,273 DEBUG entry '# deb https://dl.winehq.org/wine-builds/ubuntu/ focal main # désactivé pour la mise à niveau vers focal' was disabled (unknown mirror)
2021-03-13 21:18:28,273 DEBUG examining: 'deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/ ./'
2021-03-13 21:18:28,274 DEBUG entry '# deb https://download.opensuse.org/repositories/Emulators:/Wine:/Debian/xUbuntu_18.04/ ./ # désactivé pour la mise à niveau vers focal' was disabled (unknown mirror)
2021-03-13 21:18:28,274 DEBUG examining: 'deb https://mega.nz/linux/MEGAsync/xUbuntu_18.04/ ./'
2021-03-13 21:18:28,276 DEBUG entry '# deb https://mega.nz/linux/MEGAsync/xUbuntu_18.04/ ./ # désactivé pour la mise à niveau vers focal' was disabled (unknown mirror)
2021-03-13 21:18:28,276 DEBUG examining: 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main'
2021-03-13 21:18:28,277 DEBUG entry '# deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main # désactivé pour la mise à niveau vers focal' was disabled (unknown mirror)
2021-03-13 21:18:28,277 DEBUG examining: 'deb https://deb.etcher.io stable etcher'
2021-03-13 21:18:28,278 DEBUG entry '# deb https://deb.etcher.io stable etcher # désactivé pour la mise à niveau vers focal' was disabled (unknown mirror)
2021-03-13 21:18:28,278 DEBUG examining: 'deb [arch=amd64] https://repo.skype.com/deb stable main'
2021-03-13 21:18:28,280 DEBUG entry '# deb [arch=amd64] https://repo.skype.com/deb stable main # désactivé pour la mise à niveau vers focal' was disabled (unknown mirror)
2021-03-13 21:18:28,280 DEBUG examining: 'deb https://linux.teamviewer.com/deb stable main'
2021-03-13 21:18:28,281 DEBUG entry '# deb https://linux.teamviewer.com/deb stable main # désactivé pour la mise à niveau vers focal' was disabled (unknown mirror)
2021-03-13 21:18:52,466 DEBUG running doUpdate() (showErrors=True)
2021-03-13 21:19:17,305 DEBUG openCache()
2021-03-13 21:19:18,512 DEBUG Comparing 4.15.0-135 with
2021-03-13 21:19:18,512 DEBUG Comparing 4.15.0-136 with 4.15.0-135
2021-03-13 21:19:18,848 DEBUG /openCache(), new cache size 67949
2021-03-13 21:19:18,848 DEBUG need_server_mode(): run in 'desktop' mode, (because of pkg 'ubuntu-desktop')
2021-03-13 21:19:18,849 DEBUG quirks: running PreDistUpgradeCache
2021-03-13 21:19:18,849 DEBUG running Quirks.PreDistUpgradeCache
2021-03-13 21:19:18,849 INFO checking for python-dbg
2021-03-13 21:19:18,850 INFO checking for python-doc
2021-03-13 21:19:18,850 INFO checking for python-minimal
2021-03-13 21:19:18,850 INFO checking for python-dev
2021-03-13 21:19:18,850 INFO checking for libpython-dev
2021-03-13 21:19:18,850 INFO checking for libpython-stdlib
2021-03-13 21:19:18,850 INFO checking for libpython-dbg
2021-03-13 21:19:28,812 ERROR Dist-upgrade failed: 'E:Erreur, pkgProblem::Resolve a généré des ruptures, ce qui a pu être causé par les paquets devant être gardés en l'état.'
2021-03-13 21:19:28,814 DEBUG abort called
2021-03-13 21:19:28,816 DEBUG openCache()
2021-03-13 21:19:33,430 DEBUG Comparing 4.15.0-135 with
2021-03-13 21:19:33,430 DEBUG Comparing 4.15.0-136 with 4.15.0-135
2021-03-13 21:19:33,987 DEBUG /openCache(), new cache size 102145
james@james-Dell-System-XPS-15Z:~$ apt list | awk '/, local]/{print}'
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
acroread-bin/now 9.5.5-1raring1 i386 [installé, local]
anydesk/now 4.0.1-1 amd64 [installé, local]
bleachbit/now 4.2.0-0 all [installé, local]
gir1.2-nm-1.0/now 1.10.14-0ubuntu2 amd64 [installé, local]
kse/now 5.4.3 all [installé, local]
libnm0/now 1.10.14-0ubuntu2 amd64 [installé, local]
network-manager/now 1.10.14-0ubuntu2 amd64 [installé, local]
network-manager-config-connectivity-ubuntu/now 1.10.14-0ubuntu2 all [installé, local]
oracle-java10-installer/now 10.0.2-1~linuxuprising+2 amd64 [installé, local]
oracle-java11-installer/now 11.0.2-2~linuxuprising1 amd64 [installé, local]
oracle-java11-set-default/now 11.0.2-2~linuxuprising1 amd64 [installé, local]
rclone-browser/now 1.2 amd64 [installé, local]
stlink/now 1.6.1-1 amd64 [installé, local]
zoom/now 5.5.7011.0206 amd64 [installé, local]
james@james-Dell-System-XPS-15Z:~$ apt list | awk '/, local]/{sub("/now","",$1);print $1}' | xargs -r apt policy
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
acroread-bin:i386:
Installé : 9.5.5-1raring1
Candidat : 9.5.5-1raring1
Table de version :
*** 9.5.5-1raring1 100
100 /var/lib/dpkg/status
anydesk:
Installé : 4.0.1-1
Candidat : 4.0.1-1
Table de version :
*** 4.0.1-1 100
100 /var/lib/dpkg/status
bleachbit:
Installé : 4.2.0-0
Candidat : 4.2.0-0
Table de version :
*** 4.2.0-0 100
100 /var/lib/dpkg/status
2.0-2 500
500 http://fr.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
500 http://fr.archive.ubuntu.com/ubuntu bionic/universe i386 Packages
gir1.2-nm-1.0:
Installé : 1.10.14-0ubuntu2
Candidat : 1.10.14-0ubuntu2
Table de version :
*** 1.10.14-0ubuntu2 100
100 /var/lib/dpkg/status
1.10.6-2ubuntu1.4 500
500 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
1.10.6-2ubuntu1.1 500
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
1.10.6-2ubuntu1 500
500 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
kse:
Installé : 5.4.3
Candidat : 5.4.3
Table de version :
*** 5.4.3 100
100 /var/lib/dpkg/status
libnm0:
Installé : 1.10.14-0ubuntu2
Candidat : 1.10.14-0ubuntu2
Table de version :
*** 1.10.14-0ubuntu2 100
100 /var/lib/dpkg/status
1.10.6-2ubuntu1.4 500
500 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
1.10.6-2ubuntu1.1 500
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
1.10.6-2ubuntu1 500
500 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
network-manager:
Installé : 1.10.14-0ubuntu2
Candidat : 1.10.14-0ubuntu2
Table de version :
*** 1.10.14-0ubuntu2 100
100 /var/lib/dpkg/status
1.10.6-2ubuntu1.4 500
500 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
1.10.6-2ubuntu1.1 500
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
1.10.6-2ubuntu1 500
500 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
network-manager-config-connectivity-ubuntu:
Installé : 1.10.14-0ubuntu2
Candidat : 1.10.14-0ubuntu2
Table de version :
*** 1.10.14-0ubuntu2 100
100 /var/lib/dpkg/status
1.10.6-2ubuntu1.4 500
500 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages
500 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main i386 Packages
1.10.6-2ubuntu1.1 500
500 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages
500 http://security.ubuntu.com/ubuntu bionic-security/main i386 Packages
1.10.6-2ubuntu1 500
500 http://fr.archive.ubuntu.com/ubuntu bionic/main amd64 Packages
500 http://fr.archive.ubuntu.com/ubuntu bionic/main i386 Packages
oracle-java10-installer:
Installé : 10.0.2-1~linuxuprising+2
Candidat : 10.0.2-1~linuxuprising+2
Table de version :
*** 10.0.2-1~linuxuprising+2 100
100 /var/lib/dpkg/status
oracle-java11-installer:
Installé : 11.0.2-2~linuxuprising1
Candidat : 11.0.2-2~linuxuprising1
Table de version :
*** 11.0.2-2~linuxuprising1 100
100 /var/lib/dpkg/status
oracle-java11-set-default:
Installé : 11.0.2-2~linuxuprising1
Candidat : 11.0.2-2~linuxuprising1
Table de version :
*** 11.0.2-2~linuxuprising1 100
100 /var/lib/dpkg/status
rclone-browser:
Installé : 1.2
Candidat : 1.2
Table de version :
*** 1.2 100
100 /var/lib/dpkg/status
stlink:
Installé : 1.6.1-1
Candidat : 1.6.1-1
Table de version :
*** 1.6.1-1 100
100 /var/lib/dpkg/status
zoom:
Installé : 5.5.7011.0206
Candidat : 5.5.7011.0206
Table de version :
*** 5.5.7011.0206 100
100 /var/lib/dpkg/status
Auriez-vous une idée du problème s'il vous plait?
Merci d'avance.