#126 Le 07/06/2021, à 11:31
- arvernes
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 16.04.3 LTS _Xenial Xerus_ - Release amd64 (20170801)]/ xenial main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial universe
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ xenial-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu focal partner
# deb-src http://archive.canonical.com/ubuntu xenial partner
deb http://security.ubuntu.com/ubuntu focal-security main restricted
# deb-src http://security.ubuntu.com/ubuntu xenial-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
# deb-src http://security.ubuntu.com/ubuntu xenial-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
# deb-src http://security.ubuntu.com/ubuntu xenial-security multiverse
ls /etc/apt/sources.list.d
total 40
drwxr-xr-x 7 root root 4096 juin 5 20:31 ../
-rw-r--r-- 1 root root 1201 juin 6 18:37 teamviewer.list.distUpgrade
-rw-r--r-- 1 root root 56 juin 6 18:37 skype-stable.list.distUpgrade
-rw-r--r-- 1 root root 81 juin 6 18:37 virtualbox.list.distUpgrade
-rw-r--r-- 1 root root 315 juin 6 18:37 ubuntu-esm-infra.list.distUpgrade
drwxr-xr-x 2 root root 4096 juin 6 18:37 ./
-rw-r--r-- 1 root root 130 juin 6 18:37 virtualbox.list
-rw-r--r-- 1 root root 313 juin 6 18:37 ubuntu-esm-infra.list
-rw-r--r-- 1 root root 1251 juin 6 18:37 teamviewer.list
-rw-r--r-- 1 root root 106 juin 6 18:37 skype-stable.list
cat /etc/apt/sources.list.d/*.list
# deb [arch=amd64] https://repo.skype.com/deb stable main # désactivé pour la mise à niveau vers focal
### TeamViewer DEB repository list
### NOTE: Manual changes to this file
### - prevent it from being updated by TeamViewer package updates
### - will be lost after using the 'teamviewer repo' command
### The original file can be restored with this command:
### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
### which has the same effect as 'teamviewer repo default'
### NOTE: It is preferred to use the following commands to edit this file:
### teamviewer repo - show current repository configuration
### teamviewer repo default - restore default configuration
### teamviewer repo disable - disable the repository
### teamviewer repo stable - make all regular TeamViewer packages available (default)
### teamviewer repo preview - additionally, make feature preview packages available
### teamviewer repo development - additionally, make the latest development packages available
# deb https://linux.teamviewer.com/deb stable main # désactivé pour la mise à niveau vers focal
# deb https://linux.teamviewer.com/deb preview main
# deb https://linux.teamviewer.com/deb development main
# Written by ubuntu-advantage-tools
deb https://esm.ubuntu.com/infra/ubuntu focal-infra-security main
# deb-src https://esm.ubuntu.com/infra/ubuntu xenial-infra-security main
deb https://esm.ubuntu.com/infra/ubuntu focal-infra-updates main
# deb-src https://esm.ubuntu.com/infra/ubuntu xenial-infra-updates main
# deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian focal contrib # désactivé pour la mise à niveau vers focal
Je peux te dire que quelqu'un qui veut un tuto, grace à toi et à mon incompétence, il peut suivre pas à pas le cheminement. Je sens que je vais relire nos échanges pour mieux comprendre tout ce que tu m'as fait faire.
Hors ligne
#127 Le 07/06/2021, à 11:38
- abelthorne
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
On va éditer les fichiers. Comme précédemment, je donne les commandes d'édition avec Nano et le contenu correct. Si tu préfères utiliser GEdit, on vérifiera après coup s'il n'y a pas de fichiers à root dans ton dossier perso.
1) Nettoyage des vieux fichiers :
sudo rm /etc/apt/sources.list.distUpgrade
cd /etc/apt/sources.list.d
sudo rm *.save *.distUpgrade
2) Édition des .list
- sources.list principal
sudo nano /etc/apt/sources.list
Supprime tout son contenu et remplace-le par ça :
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal universe
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu focal partner
deb http://security.ubuntu.com/ubuntu focal-security main restricted
deb http://security.ubuntu.com/ubuntu focal-security universe
deb http://security.ubuntu.com/ubuntu focal-security multiverse
- Skype
sudo nano /etc/apt/sources.list.d/skype-stable.list
Contenu :
deb [arch=amd64] https://repo.skype.com/deb stable main
- Teamviewer :
sudo nano /etc/apt/sources.list.d/teamviewer.list
Contenu :
### TeamViewer DEB repository list
### NOTE: Manual changes to this file
### - prevent it from being updated by TeamViewer package updates
### - will be lost after using the 'teamviewer repo' command
### The original file can be restored with this command:
### cp /opt/teamviewer/tv_bin/script/teamviewer.list /etc/apt/sources.list.d/teamviewer.list
### which has the same effect as 'teamviewer repo default'
### NOTE: It is preferred to use the following commands to edit this file:
### teamviewer repo - show current repository configuration
### teamviewer repo default - restore default configuration
### teamviewer repo disable - disable the repository
### teamviewer repo stable - make all regular TeamViewer packages available (default)
### teamviewer repo preview - additionally, make feature preview packages available
### teamviewer repo development - additionally, make the latest development packages available
deb https://linux.teamviewer.com/deb stable main
# deb https://linux.teamviewer.com/deb preview main
# deb https://linux.teamviewer.com/deb development main
- Ubuntu ESM
sudo nano /etc/apt/sources.list.d/ubuntu-esm-infra.list
Contenu :
# Written by ubuntu-advantage-tools
deb https://esm.ubuntu.com/infra/ubuntu focal-infra-security main
# deb-src https://esm.ubuntu.com/infra/ubuntu focal-infra-updates main
- Virtualbox :
sudo nano /etc/apt/sources.list.d/virtualbox.list
Contenu :
deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian focal contrib
Après avoir modifié tout ça, recharge la liste des dépôts et fais les mises à jour éventuelles :
sudo apt-get update && sudo apt-get dist-upgrade
puis donne-moi la liste des paquets orphelins :
apt list | grep "installé, local"
Hors ligne
#128 Le 07/06/2021, à 12:15
- arvernes
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
OK, j'ai fait les modifs. deux questions. J'ai un sources.list.save dans /etc/apt/ je pense que je peux le sucrer sans pb. ensuite, pourquoi tu m'as fait désactivé "deb https://esm.ubuntu.com/infra/ubuntu focal-infra-updates main"
Il m'a bien insallé virtualbox, mais il ne m'a pas installé skype. Pourtant le dépôt à été regardé :
"Réception de :9 https://repo.skype.com/deb stable/main amd64 Packages [2324 B]"
apt list | grep "installé, local"
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
anydesk/now 4.0.1-1 amd64 [installé, local]
backintime-gnome/now 1.1.12-2 all [installé, local]
brmfc7840wlpr/now 2.0.2-1 i386 [installé, local]
brother-udev-rule-type1/now 1.0.0-1 all [installé, local]
brscan-skey/now 0.2.4-1 amd64 [installé, local]
brscan3/now 0.2.13-1 amd64 [installé, local]
command-not-found-data/now 18.04.5 amd64 [installé, local]
cpp-5/now 5.5.0-12ubuntu1 amd64 [installé, local]
cupswrappermfc7840w/now 2.0.2-1 i386 [installé, local]
dconf-tools/now 0.26.0-2ubuntu3 all [installé, local]
evolution-data-server-online-accounts/now 3.28.5-0ubuntu0.18.04.3 all [installé, local]
g++-5/now 5.5.0-12ubuntu1 amd64 [installé, local]
gcc-5-base/now 5.5.0-12ubuntu1 amd64 [installé, local]
gcc-5/now 5.5.0-12ubuntu1 amd64 [installé, local]
gcc-6-base/now 6.5.0-2ubuntu1~18.04 amd64 [installé, local]
gcc-6-base/now 6.5.0-2ubuntu1~18.04 i386 [installé, local]
geoclue-ubuntu-geoip/now 1.0.2+18.04.20180223-0ubuntu1 amd64 [installé, local]
geoclue/now 0.12.99-4ubuntu2 amd64 [installé, local]
gir1.2-gnomekeyring-1.0/now 3.12.0-1build1 amd64 [installé, local]
gstreamer1.0-fluendo-mp3/now 0.10.32.debian-1 amd64 [installé, local]
libasan2/now 5.5.0-12ubuntu1 amd64 [installé, local]
libavcodec57/now 7:3.4.8-0ubuntu0.2 amd64 [installé, local]
libavformat57/now 7:3.4.8-0ubuntu0.2 amd64 [installé, local]
libavresample3/now 7:3.4.8-0ubuntu0.2 amd64 [installé, local]
libavutil55/now 7:3.4.8-0ubuntu0.2 amd64 [installé, local]
libbrlapi0.6/now 5.5-4ubuntu2.0.1 amd64 [installé, local]
libcamel-1.2-61/now 3.28.5-0ubuntu0.18.04.3 amd64 [installé, local]
libdvdcss-dev/now 1.4.2-1~local amd64 [installé, local]
libdvdcss2/now 1.4.2-1~local amd64 [installé, local]
libdvdread4/now 6.0.0-1 amd64 [installé, local]
libebook-contacts-1.2-2/now 3.28.5-0ubuntu0.18.04.3 amd64 [installé, local]
libecal-1.2-19/now 3.28.5-0ubuntu0.18.04.3 amd64 [installé, local]
libedataserver-1.2-23/now 3.28.5-0ubuntu0.18.04.3 amd64 [installé, local]
libexempi3/now 2.4.5-2 amd64 [installé, local]
libexiv2-14/now 0.25-3.1ubuntu0.18.04.9 amd64 [installé, local]
libffi6/now 3.2.1-8 amd64 [installé, local]
libfreerdp-cache1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libfreerdp-client1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libfreerdp-codec1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libfreerdp-common1.1.0/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libfreerdp-core1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libfreerdp-crypto1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libfreerdp-gdi1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libfreerdp-locale1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libfreerdp-plugins-standard/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libfreerdp-primitives1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libfreerdp-utils1.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libgcc-5-dev/now 5.5.0-12ubuntu1 amd64 [installé, local]
libgeoclue0/now 0.12.99-4ubuntu2 amd64 [installé, local]
libgnome-keyring-common/now 3.12.0-1build1 all [installé, local]
libgnome-keyring0/now 3.12.0-1build1 amd64 [installé, local]
libgutenprint2/now 5.2.13-2 amd64 [installé, local]
libhogweed4/now 3.4-1ubuntu0.1 amd64 [installé, local]
libicu60/now 60.2-3ubuntu3.1 amd64 [installé, local]
libilmbase12/now 2.2.0-11ubuntu2 amd64 [installé, local]
libisl15/now 0.18-4 amd64 [installé, local]
libmagickcore-6.q16-3-extra/now 8:6.9.7.4+dfsg-16ubuntu6.9 amd64 [installé, local]
libmagickcore-6.q16-3/now 8:6.9.7.4+dfsg-16ubuntu6.9 amd64 [installé, local]
libmagickwand-6.q16-3/now 8:6.9.7.4+dfsg-16ubuntu6.9 amd64 [installé, local]
libminiupnpc10/now 1.9.20140610-4ubuntu2 amd64 [installé, local]
libmpx0/now 5.5.0-12ubuntu1 amd64 [installé, local]
libnettle6/now 3.4-1ubuntu0.1 amd64 [installé, local]
libnih-dbus1/now 1.0.3-6ubuntu2 amd64 [installé, local]
libnih1/now 1.0.3-6ubuntu2 amd64 [installé, local]
libnm-glib-vpn1/now 1.10.6-2ubuntu1.4 amd64 [installé, local]
libnm-glib4/now 1.10.6-2ubuntu1.4 amd64 [installé, local]
libnm-gtk0/now 1.8.10-2ubuntu3 amd64 [installé, local]
libnm-util2/now 1.10.6-2ubuntu1.4 amd64 [installé, local]
libopenexr22/now 2.2.0-11.1ubuntu1.6 amd64 [installé, local]
libp11-kit-gnome-keyring/now 3.28.0.2-1ubuntu1.18.04.1 amd64 [installé, local]
libplymouth4/now 0.9.3-1ubuntu7.18.04.2 amd64 [installé, local]
libpostproc54/now 7:3.4.8-0ubuntu0.2 amd64 [installé, local]
librarian0/now 0.8.1-6build1 amd64 [installé, local]
libsane-extras-common/now 1.0.22.5 all [installé, local]
libsane-extras/now 1.0.22.5 amd64 [installé, local]
libsndio6.1/now 1.1.0-3 amd64 [installé, local]
libssl1.0.0/now 1.0.2n-1ubuntu5.6 amd64 [installé, local]
libstdc++-5-dev/now 5.5.0-12ubuntu1 amd64 [installé, local]
libswresample2/now 7:3.4.8-0ubuntu0.2 amd64 [installé, local]
libunity-action-qt1/now 1.1.0+17.04.20170405-0ubuntu1 amd64 [installé, local]
libusbmuxd4/now 1.1.0~git20171206.c724e70f-0.1 amd64 [installé, local]
libvpx5/now 1.7.0-3ubuntu0.18.04.1 amd64 [installé, local]
libwinpr-crt0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-dsparse0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-environment0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-file0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-handle0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-heap0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-input0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-interlocked0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-library0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-path0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-pool0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-registry0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-rpc0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-sspi0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-synch0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-sysinfo0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-thread0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libwinpr-utils0.1/now 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 amd64 [installé, local]
libx264-152/now 2:0.152.2854+gite9a5903-2 amd64 [installé, local]
libx265-146/now 2.6-3 amd64 [installé, local]
multiarch-support/now 2.27-3ubuntu1.4 amd64 [installé, local]
oracle-java8-installer/now 8u201-1~webupd8~1 all [installé, local]
oracle-java8-set-default/now 8u201-1~webupd8~1 all [installé, local]
perl-modules-5.26/now 5.26.1-6ubuntu0.5 all [installé, local]
plainbox-provider-checkbox/now 0.25-2 amd64 [installé, local]
plainbox-provider-resource-generic/now 0.23-1.1 amd64 [installé, local]
plainbox-secure-policy/now 0.25-1 all [installé, local]
python-gtk2/now 2.24.0-5.1ubuntu2 amd64 [installé, local]
python-notify/now 0.1.1-4 amd64 [installé, local]
python-renderpm/now 3.4.0-3ubuntu0.1 amd64 [installé, local]
python-reportlab-accel/now 3.4.0-3ubuntu0.1 amd64 [installé, local]
python-reportlab/now 3.4.0-3ubuntu0.1 all [installé, local]
python-talloc/now 2.1.10-2ubuntu1 amd64 [installé, local]
python3-checkbox-support/now 0.22-1 all [installé, local]
python3-guacamole/now 0.9.2-2 all [installé, local]
python3-plainbox/now 0.25-1 all [installé, local]
pyvnc2swf/now 0.9.5-5 all [installé, local]
qtcore4-l10n/now 4:4.8.7+dfsg-7ubuntu1 all [installé, local]
qtdeclarative5-qtquick2-plugin/now 5.9.5-0ubuntu1.1 amd64 [installé, local]
qtdeclarative5-test-plugin/now 5.9.5-0ubuntu1.1 amd64 [installé, local]
qtdeclarative5-unity-action-plugin/now 1.1.0+17.04.20170405-0ubuntu1 amd64 [installé, local]
rarian-compat/now 0.8.1-6build1 amd64 [installé, local]
transcode-doc/now 3:1.1.7-9ubuntu2 all [installé, local]
transcode/now 3:1.1.7-9ubuntu2 amd64 [installé, local]
unity-scope-chromiumbookmarks/now 0.1+13.10.20130723-0ubuntu1 all [installé, local]
unity-scope-colourlovers/now 0.1+13.10.20130723-0ubuntu1 all [installé, local]
unity-scope-firefoxbookmarks/now 0.1+13.10.20130809.1-0ubuntu1 all [installé, local]
unity-scope-openclipart/now 0.1+13.10.20130723-0ubuntu1 all [installé, local]
unity-scope-texdoc/now 0.1+14.04.20140328-0ubuntu1 all [installé, local]
unity-scope-yelp/now 0.1+13.10.20130723-0ubuntu1 all [installé, local]
ureadahead/now 0.100.0-21 amd64 [installé, local]
vdpau-va-driver/now 0.7.4-6ubuntu1 amd64 [installé, local]
vnc4server/now 4.1.1+xorg4.3.0-37.3ubuntu2 amd64 [installé, local]
xvnc4viewer/now 4.1.1+xorg4.3.0-37.3ubuntu2 amd64 [installé, local]
Hors ligne
#129 Le 07/06/2021, à 12:28
- abelthorne
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
Tu peux effectivement supprimer le .save s'il correspond à une ancienne version mais il est recréé périodiquement par APT (je ne sais pas exactement sous quelle conditions il les regénère) :
sudo rm /etc/apt/sources.list.save
Concernant l'ESM, je ne t'ai rien fait désactiver. Dans ce que j'ai posté, il y a deux lignes :
- une première (deb) qui correspond au dépôt et qui est active ;
- une deuxième (deb-src) qui correspond au code source pour ce dépôt et qui est inactive (commentée avec #).
C'est normal que les dépôts du code source soient désactivés, ils sont inutiles pour l'utilisateur lambda et ça fait deux fois moins de dépôts auxquels accéder quand on recharge la liste. Si tu en as besoin, tu peux les réactiver via Logiciels & mises à jour.
On avait désinstallé Skype au début, c'est normal qu'il ne se réinstalle pas tout seul. Pour le réinstaller :
sudo apt-get install skypeforlinux
Teamviewer est toujours là ? Tu parlais de le réinstaller mais je ne crois pas qu'on l'aie supprimé. En tout cas, s'il n'est plus dans tes applications :
sudo apt-get install teamviewer
Pour le reste, le long retour de :
apt-cache policy backintime-gnome command-not-found-data cpp-5 dconf-tools evolution-data-server-online-accounts g++-5 gcc-5-base gcc-5 gcc-6-base gcc-6-base:i386 geoclue-ubuntu-geoip geoclue gir1.2-gnomekeyring-1.0 gstreamer1.0-fluendo-mp3 libasan2 libavcodec57 libavformat57 libavresample3 libavutil55 libbrlapi0.6 libcamel-1.2-61 libdvdcss-dev libdvdcss2 libdvdread4 libebook-contacts-1.2-2 libecal-1.2-19 libedataserver-1.2-23 libexempi3 libexiv2-14 libffi6 libfreerdp-cache1.1 libfreerdp-client1.1 libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1 libfreerdp-crypto1.1 libfreerdp-gdi1.1 libfreerdp-locale1.1 libfreerdp-plugins-standard libfreerdp-primitives1.1 libfreerdp-utils1.1 libgcc-5-dev libgeoclue0 libgnome-keyring-common libgnome-keyring0 libgutenprint2 libhogweed4 libicu60 libilmbase12 libisl15 libmagickcore-6.q16-3-extra libmagickcore-6.q16-3 libmagickwand-6.q16-3 libminiupnpc10 libmpx0 libnettle6 libnih-dbus1 libnih1 libnm-glib-vpn1 libnm-glib4 libnm-gtk0 libnm-util2 libopenexr22 libp11-kit-gnome-keyring libplymouth4 libpostproc54 librarian0 libsane-extras-common libsane-extras libsndio6.1 libssl1.0.0 libstdc++-5-dev libswresample2 libunity-action-qt1 libusbmuxd4 libvpx5 libwinpr-crt0.1 libwinpr-dsparse0.1 libwinpr-environment0.1 libwinpr-file0.1 libwinpr-handle0.1 libwinpr-heap0.1 libwinpr-input0.1 libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1 libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1 libwinpr-sspi0.1 libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1 libwinpr-utils0.1 libx264-152 libx265-146 multiarch-support perl-modules-5.26 plainbox-provider-checkbox plainbox-provider-resource-generic plainbox-secure-policy python-gtk2 python-notify python-renderpm python-reportlab-accel python-reportlab python-talloc python3-checkbox-support python3-guacamole python3-plainbox pyvnc2swf qtcore4-l10n qtdeclarative5-qtquick2-plugin qtdeclarative5-test-plugin qtdeclarative5-unity-action-plugin rarian-compat transcode-doc transcode unity-scope-chromiumbookmarks unity-scope-colourlovers unity-scope-firefoxbookmarks unity-scope-openclipart unity-scope-texdoc unity-scope-yelp ureadahead vdpau-va-driver vnc4server xvnc4viewer
Il faudra aussi qu'on revoie l'installation de Java.
Hors ligne
#130 Le 07/06/2021, à 12:36
- arvernes
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
ok, je n'avais pas fait gaffe que c'était le source.
Skype est réinstallé, c'est bon. teamviewer est toujours là, donc nickel.
Le long retour effectivement de la commande :
apt-cache policy backintime-gnome command-not-found-data cpp-5 dconf-tools evolution-data-server-online-accounts g++-5 gcc-5-base gcc-5 gcc-6-base gcc-6-base:i386 geoclue-ubuntu-geoip geoclue gir1.2-gnomekeyring-1.0 gstreamer1.0-fluendo-mp3 libasan2 libavcodec57 libavformat57 libavresample3 libavutil55 libbrlapi0.6 libcamel-1.2-61 libdvdcss-dev libdvdcss2 libdvdread4 libebook-contacts-1.2-2 libecal-1.2-19 libedataserver-1.2-23 libexempi3 libexiv2-14 libffi6 libfreerdp-cache1.1 libfreerdp-client1.1 libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1 libfreerdp-crypto1.1 libfreerdp-gdi1.1 libfreerdp-locale1.1 libfreerdp-plugins-standard libfreerdp-primitives1.1 libfreerdp-utils1.1 libgcc-5-dev libgeoclue0 libgnome-keyring-common libgnome-keyring0 libgutenprint2 libhogweed4 libicu60 libilmbase12 libisl15 libmagickcore-6.q16-3-extra libmagickcore-6.q16-3 libmagickwand-6.q16-3 libminiupnpc10 libmpx0 libnettle6 libnih-dbus1 libnih1 libnm-glib-vpn1 libnm-glib4 libnm-gtk0 libnm-util2 libopenexr22 libp11-kit-gnome-keyring libplymouth4 libpostproc54 librarian0 libsane-extras-common libsane-extras libsndio6.1 libssl1.0.0 libstdc++-5-dev libswresample2 libunity-action-qt1 libusbmuxd4 libvpx5 libwinpr-crt0.1 libwinpr-dsparse0.1 libwinpr-environment0.1 libwinpr-file0.1 libwinpr-handle0.1 libwinpr-heap0.1 libwinpr-input0.1 libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1 libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1 libwinpr-sspi0.1 libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1 libwinpr-utils0.1 libx264-152 libx265-146 multiarch-support perl-modules-5.26 plainbox-provider-checkbox plainbox-provider-resource-generic plainbox-secure-policy python-gtk2 python-notify python-renderpm python-reportlab-accel python-reportlab python-talloc python3-checkbox-support python3-guacamole python3-plainbox pyvnc2swf qtcore4-l10n qtdeclarative5-qtquick2-plugin qtdeclarative5-test-plugin qtdeclarative5-unity-action-plugin rarian-compat transcode-doc transcode unity-scope-chromiumbookmarks unity-scope-colourlovers unity-scope-firefoxbookmarks unity-scope-openclipart unity-scope-texdoc unity-scope-yelp ureadahead vdpau-va-driver vnc4server xvnc4viewer
backintime-gnome:
Installé : 1.1.12-2
Candidat : 1.1.12-2
Table de version :
*** 1.1.12-2 100
100 /var/lib/dpkg/status
command-not-found-data:
Installé : 18.04.5
Candidat : 18.04.5
Table de version :
*** 18.04.5 100
100 /var/lib/dpkg/status
cpp-5:
Installé : 5.5.0-12ubuntu1
Candidat : 5.5.0-12ubuntu1
Table de version :
*** 5.5.0-12ubuntu1 100
100 /var/lib/dpkg/status
dconf-tools:
Installé : 0.26.0-2ubuntu3
Candidat : 0.26.0-2ubuntu3
Table de version :
*** 0.26.0-2ubuntu3 100
100 /var/lib/dpkg/status
evolution-data-server-online-accounts:
Installé : 3.28.5-0ubuntu0.18.04.3
Candidat : 3.28.5-0ubuntu0.18.04.3
Table de version :
*** 3.28.5-0ubuntu0.18.04.3 100
100 /var/lib/dpkg/status
g++-5:
Installé : 5.5.0-12ubuntu1
Candidat : 5.5.0-12ubuntu1
Table de version :
*** 5.5.0-12ubuntu1 100
100 /var/lib/dpkg/status
gcc-5-base:
Installé : 5.5.0-12ubuntu1
Candidat : 5.5.0-12ubuntu1
Table de version :
*** 5.5.0-12ubuntu1 100
100 /var/lib/dpkg/status
gcc-5:
Installé : 5.5.0-12ubuntu1
Candidat : 5.5.0-12ubuntu1
Table de version :
*** 5.5.0-12ubuntu1 100
100 /var/lib/dpkg/status
gcc-6-base:
Installé : 6.5.0-2ubuntu1~18.04
Candidat : 6.5.0-2ubuntu1~18.04
Table de version :
*** 6.5.0-2ubuntu1~18.04 100
100 /var/lib/dpkg/status
gcc-6-base:i386:
Installé : 6.5.0-2ubuntu1~18.04
Candidat : 6.5.0-2ubuntu1~18.04
Table de version :
*** 6.5.0-2ubuntu1~18.04 100
100 /var/lib/dpkg/status
geoclue-ubuntu-geoip:
Installé : 1.0.2+18.04.20180223-0ubuntu1
Candidat : 1.0.2+18.04.20180223-0ubuntu1
Table de version :
*** 1.0.2+18.04.20180223-0ubuntu1 100
100 /var/lib/dpkg/status
geoclue:
Installé : 0.12.99-4ubuntu2
Candidat : 0.12.99-4ubuntu2
Table de version :
*** 0.12.99-4ubuntu2 100
100 /var/lib/dpkg/status
gir1.2-gnomekeyring-1.0:
Installé : 3.12.0-1build1
Candidat : 3.12.0-1build1
Table de version :
*** 3.12.0-1build1 100
100 /var/lib/dpkg/status
gstreamer1.0-fluendo-mp3:
Installé : 0.10.32.debian-1
Candidat : 0.10.32.debian-1
Table de version :
*** 0.10.32.debian-1 100
100 /var/lib/dpkg/status
libasan2:
Installé : 5.5.0-12ubuntu1
Candidat : 5.5.0-12ubuntu1
Table de version :
*** 5.5.0-12ubuntu1 100
100 /var/lib/dpkg/status
libavcodec57:
Installé : 7:3.4.8-0ubuntu0.2
Candidat : 7:3.4.8-0ubuntu0.2
Table de version :
*** 7:3.4.8-0ubuntu0.2 100
100 /var/lib/dpkg/status
libavformat57:
Installé : 7:3.4.8-0ubuntu0.2
Candidat : 7:3.4.8-0ubuntu0.2
Table de version :
*** 7:3.4.8-0ubuntu0.2 100
100 /var/lib/dpkg/status
libavresample3:
Installé : 7:3.4.8-0ubuntu0.2
Candidat : 7:3.4.8-0ubuntu0.2
Table de version :
*** 7:3.4.8-0ubuntu0.2 100
100 /var/lib/dpkg/status
libavutil55:
Installé : 7:3.4.8-0ubuntu0.2
Candidat : 7:3.4.8-0ubuntu0.2
Table de version :
*** 7:3.4.8-0ubuntu0.2 100
100 /var/lib/dpkg/status
libbrlapi0.6:
Installé : 5.5-4ubuntu2.0.1
Candidat : 5.5-4ubuntu2.0.1
Table de version :
*** 5.5-4ubuntu2.0.1 100
100 /var/lib/dpkg/status
libcamel-1.2-61:
Installé : 3.28.5-0ubuntu0.18.04.3
Candidat : 3.28.5-0ubuntu0.18.04.3
Table de version :
*** 3.28.5-0ubuntu0.18.04.3 100
100 /var/lib/dpkg/status
libdvdcss-dev:
Installé : 1.4.2-1~local
Candidat : 1.4.2-1~local
Table de version :
*** 1.4.2-1~local 100
100 /var/lib/dpkg/status
libdvdcss2:
Installé : 1.4.2-1~local
Candidat : 1.4.2-1~local
Table de version :
*** 1.4.2-1~local 100
100 /var/lib/dpkg/status
libdvdread4:
Installé : 6.0.0-1
Candidat : 6.0.0-1
Table de version :
*** 6.0.0-1 100
100 /var/lib/dpkg/status
libebook-contacts-1.2-2:
Installé : 3.28.5-0ubuntu0.18.04.3
Candidat : 3.28.5-0ubuntu0.18.04.3
Table de version :
*** 3.28.5-0ubuntu0.18.04.3 100
100 /var/lib/dpkg/status
libecal-1.2-19:
Installé : 3.28.5-0ubuntu0.18.04.3
Candidat : 3.28.5-0ubuntu0.18.04.3
Table de version :
*** 3.28.5-0ubuntu0.18.04.3 100
100 /var/lib/dpkg/status
libedataserver-1.2-23:
Installé : 3.28.5-0ubuntu0.18.04.3
Candidat : 3.28.5-0ubuntu0.18.04.3
Table de version :
*** 3.28.5-0ubuntu0.18.04.3 100
100 /var/lib/dpkg/status
libexempi3:
Installé : 2.4.5-2
Candidat : 2.4.5-2
Table de version :
*** 2.4.5-2 100
100 /var/lib/dpkg/status
libexiv2-14:
Installé : 0.25-3.1ubuntu0.18.04.9
Candidat : 0.25-3.1ubuntu0.18.04.9
Table de version :
*** 0.25-3.1ubuntu0.18.04.9 100
100 /var/lib/dpkg/status
libffi6:
Installé : 3.2.1-8
Candidat : 3.2.1-8
Table de version :
*** 3.2.1-8 100
100 /var/lib/dpkg/status
libfreerdp-cache1.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libfreerdp-client1.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libfreerdp-codec1.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libfreerdp-common1.1.0:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libfreerdp-core1.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libfreerdp-crypto1.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libfreerdp-gdi1.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libfreerdp-locale1.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libfreerdp-plugins-standard:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libfreerdp-primitives1.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libfreerdp-utils1.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libgcc-5-dev:
Installé : 5.5.0-12ubuntu1
Candidat : 5.5.0-12ubuntu1
Table de version :
*** 5.5.0-12ubuntu1 100
100 /var/lib/dpkg/status
libgeoclue0:
Installé : 0.12.99-4ubuntu2
Candidat : 0.12.99-4ubuntu2
Table de version :
*** 0.12.99-4ubuntu2 100
100 /var/lib/dpkg/status
libgnome-keyring-common:
Installé : 3.12.0-1build1
Candidat : 3.12.0-1build1
Table de version :
*** 3.12.0-1build1 100
100 /var/lib/dpkg/status
libgnome-keyring0:
Installé : 3.12.0-1build1
Candidat : 3.12.0-1build1
Table de version :
*** 3.12.0-1build1 100
100 /var/lib/dpkg/status
libgutenprint2:
Installé : 5.2.13-2
Candidat : 5.2.13-2
Table de version :
*** 5.2.13-2 100
100 /var/lib/dpkg/status
libhogweed4:
Installé : 3.4-1ubuntu0.1
Candidat : 3.4-1ubuntu0.1
Table de version :
*** 3.4-1ubuntu0.1 100
100 /var/lib/dpkg/status
libicu60:
Installé : 60.2-3ubuntu3.1
Candidat : 60.2-3ubuntu3.1
Table de version :
*** 60.2-3ubuntu3.1 100
100 /var/lib/dpkg/status
libilmbase12:
Installé : 2.2.0-11ubuntu2
Candidat : 2.2.0-11ubuntu2
Table de version :
*** 2.2.0-11ubuntu2 100
100 /var/lib/dpkg/status
libisl15:
Installé : 0.18-4
Candidat : 0.18-4
Table de version :
*** 0.18-4 100
100 /var/lib/dpkg/status
libmagickcore-6.q16-3-extra:
Installé : 8:6.9.7.4+dfsg-16ubuntu6.9
Candidat : 8:6.9.7.4+dfsg-16ubuntu6.9
Table de version :
*** 8:6.9.7.4+dfsg-16ubuntu6.9 100
100 /var/lib/dpkg/status
libmagickcore-6.q16-3:
Installé : 8:6.9.7.4+dfsg-16ubuntu6.9
Candidat : 8:6.9.7.4+dfsg-16ubuntu6.9
Table de version :
*** 8:6.9.7.4+dfsg-16ubuntu6.9 100
100 /var/lib/dpkg/status
libmagickwand-6.q16-3:
Installé : 8:6.9.7.4+dfsg-16ubuntu6.9
Candidat : 8:6.9.7.4+dfsg-16ubuntu6.9
Table de version :
*** 8:6.9.7.4+dfsg-16ubuntu6.9 100
100 /var/lib/dpkg/status
libminiupnpc10:
Installé : 1.9.20140610-4ubuntu2
Candidat : 1.9.20140610-4ubuntu2
Table de version :
*** 1.9.20140610-4ubuntu2 100
100 /var/lib/dpkg/status
libmpx0:
Installé : 5.5.0-12ubuntu1
Candidat : 5.5.0-12ubuntu1
Table de version :
*** 5.5.0-12ubuntu1 100
100 /var/lib/dpkg/status
libnettle6:
Installé : 3.4-1ubuntu0.1
Candidat : 3.4-1ubuntu0.1
Table de version :
*** 3.4-1ubuntu0.1 100
100 /var/lib/dpkg/status
libnih-dbus1:
Installé : 1.0.3-6ubuntu2
Candidat : 1.0.3-6ubuntu2
Table de version :
*** 1.0.3-6ubuntu2 100
100 /var/lib/dpkg/status
libnih1:
Installé : 1.0.3-6ubuntu2
Candidat : 1.0.3-6ubuntu2
Table de version :
*** 1.0.3-6ubuntu2 100
100 /var/lib/dpkg/status
libnm-glib-vpn1:
Installé : 1.10.6-2ubuntu1.4
Candidat : 1.10.6-2ubuntu1.4
Table de version :
*** 1.10.6-2ubuntu1.4 100
100 /var/lib/dpkg/status
libnm-glib4:
Installé : 1.10.6-2ubuntu1.4
Candidat : 1.10.6-2ubuntu1.4
Table de version :
*** 1.10.6-2ubuntu1.4 100
100 /var/lib/dpkg/status
libnm-gtk0:
Installé : 1.8.10-2ubuntu3
Candidat : 1.8.10-2ubuntu3
Table de version :
*** 1.8.10-2ubuntu3 100
100 /var/lib/dpkg/status
libnm-util2:
Installé : 1.10.6-2ubuntu1.4
Candidat : 1.10.6-2ubuntu1.4
Table de version :
*** 1.10.6-2ubuntu1.4 100
100 /var/lib/dpkg/status
libopenexr22:
Installé : 2.2.0-11.1ubuntu1.6
Candidat : 2.2.0-11.1ubuntu1.6
Table de version :
*** 2.2.0-11.1ubuntu1.6 100
100 /var/lib/dpkg/status
libp11-kit-gnome-keyring:
Installé : 3.28.0.2-1ubuntu1.18.04.1
Candidat : 3.28.0.2-1ubuntu1.18.04.1
Table de version :
*** 3.28.0.2-1ubuntu1.18.04.1 100
100 /var/lib/dpkg/status
libplymouth4:
Installé : 0.9.3-1ubuntu7.18.04.2
Candidat : 0.9.3-1ubuntu7.18.04.2
Table de version :
*** 0.9.3-1ubuntu7.18.04.2 100
100 /var/lib/dpkg/status
libpostproc54:
Installé : 7:3.4.8-0ubuntu0.2
Candidat : 7:3.4.8-0ubuntu0.2
Table de version :
*** 7:3.4.8-0ubuntu0.2 100
100 /var/lib/dpkg/status
librarian0:
Installé : 0.8.1-6build1
Candidat : 0.8.1-6build1
Table de version :
*** 0.8.1-6build1 100
100 /var/lib/dpkg/status
libsane-extras-common:
Installé : 1.0.22.5
Candidat : 1.0.22.5
Table de version :
*** 1.0.22.5 100
100 /var/lib/dpkg/status
libsane-extras:
Installé : 1.0.22.5
Candidat : 1.0.22.5
Table de version :
*** 1.0.22.5 100
100 /var/lib/dpkg/status
libsndio6.1:
Installé : 1.1.0-3
Candidat : 1.1.0-3
Table de version :
*** 1.1.0-3 100
100 /var/lib/dpkg/status
libssl1.0.0:
Installé : 1.0.2n-1ubuntu5.6
Candidat : 1.0.2n-1ubuntu5.6
Table de version :
*** 1.0.2n-1ubuntu5.6 100
100 /var/lib/dpkg/status
libstdc++-5-dev:
Installé : 5.5.0-12ubuntu1
Candidat : 5.5.0-12ubuntu1
Table de version :
*** 5.5.0-12ubuntu1 100
100 /var/lib/dpkg/status
libswresample2:
Installé : 7:3.4.8-0ubuntu0.2
Candidat : 7:3.4.8-0ubuntu0.2
Table de version :
*** 7:3.4.8-0ubuntu0.2 100
100 /var/lib/dpkg/status
libunity-action-qt1:
Installé : 1.1.0+17.04.20170405-0ubuntu1
Candidat : 1.1.0+17.04.20170405-0ubuntu1
Table de version :
*** 1.1.0+17.04.20170405-0ubuntu1 100
100 /var/lib/dpkg/status
libusbmuxd4:
Installé : 1.1.0~git20171206.c724e70f-0.1
Candidat : 1.1.0~git20171206.c724e70f-0.1
Table de version :
*** 1.1.0~git20171206.c724e70f-0.1 100
100 /var/lib/dpkg/status
libvpx5:
Installé : 1.7.0-3ubuntu0.18.04.1
Candidat : 1.7.0-3ubuntu0.18.04.1
Table de version :
*** 1.7.0-3ubuntu0.18.04.1 100
100 /var/lib/dpkg/status
libwinpr-crt0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-dsparse0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-environment0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-file0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-handle0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-heap0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-input0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-interlocked0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-library0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-path0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-pool0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-registry0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-rpc0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-sspi0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-synch0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-sysinfo0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-thread0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libwinpr-utils0.1:
Installé : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Candidat : 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2
Table de version :
*** 1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2 100
100 /var/lib/dpkg/status
libx264-152:
Installé : 2:0.152.2854+gite9a5903-2
Candidat : 2:0.152.2854+gite9a5903-2
Table de version :
*** 2:0.152.2854+gite9a5903-2 100
100 /var/lib/dpkg/status
libx265-146:
Installé : 2.6-3
Candidat : 2.6-3
Table de version :
*** 2.6-3 100
100 /var/lib/dpkg/status
multiarch-support:
Installé : 2.27-3ubuntu1.4
Candidat : 2.27-3ubuntu1.4
Table de version :
*** 2.27-3ubuntu1.4 100
100 /var/lib/dpkg/status
perl-modules-5.26:
Installé : 5.26.1-6ubuntu0.5
Candidat : 5.26.1-6ubuntu0.5
Table de version :
*** 5.26.1-6ubuntu0.5 100
100 /var/lib/dpkg/status
plainbox-provider-checkbox:
Installé : 0.25-2
Candidat : 0.25-2
Table de version :
*** 0.25-2 100
100 /var/lib/dpkg/status
plainbox-provider-resource-generic:
Installé : 0.23-1.1
Candidat : 0.23-1.1
Table de version :
*** 0.23-1.1 100
100 /var/lib/dpkg/status
plainbox-secure-policy:
Installé : 0.25-1
Candidat : 0.25-1
Table de version :
*** 0.25-1 100
100 /var/lib/dpkg/status
python-gtk2:
Installé : 2.24.0-5.1ubuntu2
Candidat : 2.24.0-5.1ubuntu2
Table de version :
*** 2.24.0-5.1ubuntu2 100
100 /var/lib/dpkg/status
python-notify:
Installé : 0.1.1-4
Candidat : 0.1.1-4
Table de version :
*** 0.1.1-4 100
100 /var/lib/dpkg/status
python-renderpm:
Installé : 3.4.0-3ubuntu0.1
Candidat : 3.4.0-3ubuntu0.1
Table de version :
*** 3.4.0-3ubuntu0.1 100
100 /var/lib/dpkg/status
python-reportlab-accel:
Installé : 3.4.0-3ubuntu0.1
Candidat : 3.4.0-3ubuntu0.1
Table de version :
*** 3.4.0-3ubuntu0.1 100
100 /var/lib/dpkg/status
python-reportlab:
Installé : 3.4.0-3ubuntu0.1
Candidat : 3.4.0-3ubuntu0.1
Table de version :
*** 3.4.0-3ubuntu0.1 100
100 /var/lib/dpkg/status
python-talloc:
Installé : 2.1.10-2ubuntu1
Candidat : 2.1.10-2ubuntu1
Table de version :
*** 2.1.10-2ubuntu1 100
100 /var/lib/dpkg/status
python3-checkbox-support:
Installé : 0.22-1
Candidat : 0.22-1
Table de version :
*** 0.22-1 100
100 /var/lib/dpkg/status
python3-guacamole:
Installé : 0.9.2-2
Candidat : 0.9.2-2
Table de version :
*** 0.9.2-2 100
100 /var/lib/dpkg/status
python3-plainbox:
Installé : 0.25-1
Candidat : 0.25-1
Table de version :
*** 0.25-1 100
100 /var/lib/dpkg/status
pyvnc2swf:
Installé : 0.9.5-5
Candidat : 0.9.5-5
Table de version :
*** 0.9.5-5 100
100 /var/lib/dpkg/status
qtcore4-l10n:
Installé : 4:4.8.7+dfsg-7ubuntu1
Candidat : 4:4.8.7+dfsg-7ubuntu1
Table de version :
*** 4:4.8.7+dfsg-7ubuntu1 100
100 /var/lib/dpkg/status
qtdeclarative5-qtquick2-plugin:
Installé : 5.9.5-0ubuntu1.1
Candidat : 5.9.5-0ubuntu1.1
Table de version :
*** 5.9.5-0ubuntu1.1 100
100 /var/lib/dpkg/status
qtdeclarative5-test-plugin:
Installé : 5.9.5-0ubuntu1.1
Candidat : 5.9.5-0ubuntu1.1
Table de version :
*** 5.9.5-0ubuntu1.1 100
100 /var/lib/dpkg/status
qtdeclarative5-unity-action-plugin:
Installé : 1.1.0+17.04.20170405-0ubuntu1
Candidat : 1.1.0+17.04.20170405-0ubuntu1
Table de version :
*** 1.1.0+17.04.20170405-0ubuntu1 100
100 /var/lib/dpkg/status
rarian-compat:
Installé : 0.8.1-6build1
Candidat : 0.8.1-6build1
Table de version :
*** 0.8.1-6build1 100
100 /var/lib/dpkg/status
transcode-doc:
Installé : 3:1.1.7-9ubuntu2
Candidat : 3:1.1.7-9ubuntu2
Table de version :
*** 3:1.1.7-9ubuntu2 100
100 /var/lib/dpkg/status
transcode:
Installé : 3:1.1.7-9ubuntu2
Candidat : 3:1.1.7-9ubuntu2
Table de version :
*** 3:1.1.7-9ubuntu2 100
100 /var/lib/dpkg/status
unity-scope-chromiumbookmarks:
Installé : 0.1+13.10.20130723-0ubuntu1
Candidat : 0.1+13.10.20130723-0ubuntu1
Table de version :
*** 0.1+13.10.20130723-0ubuntu1 100
100 /var/lib/dpkg/status
unity-scope-colourlovers:
Installé : 0.1+13.10.20130723-0ubuntu1
Candidat : 0.1+13.10.20130723-0ubuntu1
Table de version :
*** 0.1+13.10.20130723-0ubuntu1 100
100 /var/lib/dpkg/status
unity-scope-firefoxbookmarks:
Installé : 0.1+13.10.20130809.1-0ubuntu1
Candidat : 0.1+13.10.20130809.1-0ubuntu1
Table de version :
*** 0.1+13.10.20130809.1-0ubuntu1 100
100 /var/lib/dpkg/status
unity-scope-openclipart:
Installé : 0.1+13.10.20130723-0ubuntu1
Candidat : 0.1+13.10.20130723-0ubuntu1
Table de version :
*** 0.1+13.10.20130723-0ubuntu1 100
100 /var/lib/dpkg/status
unity-scope-texdoc:
Installé : 0.1+14.04.20140328-0ubuntu1
Candidat : 0.1+14.04.20140328-0ubuntu1
Table de version :
*** 0.1+14.04.20140328-0ubuntu1 100
100 /var/lib/dpkg/status
unity-scope-yelp:
Installé : 0.1+13.10.20130723-0ubuntu1
Candidat : 0.1+13.10.20130723-0ubuntu1
Table de version :
*** 0.1+13.10.20130723-0ubuntu1 100
100 /var/lib/dpkg/status
ureadahead:
Installé : 0.100.0-21
Candidat : 0.100.0-21
Table de version :
*** 0.100.0-21 100
100 /var/lib/dpkg/status
vdpau-va-driver:
Installé : 0.7.4-6ubuntu1
Candidat : 0.7.4-6ubuntu1
Table de version :
*** 0.7.4-6ubuntu1 100
100 /var/lib/dpkg/status
vnc4server:
Installé : 4.1.1+xorg4.3.0-37.3ubuntu2
Candidat : 4.1.1+xorg4.3.0-37.3ubuntu2
Table de version :
*** 4.1.1+xorg4.3.0-37.3ubuntu2 100
100 /var/lib/dpkg/status
xvnc4viewer:
Installé : 4.1.1+xorg4.3.0-37.3ubuntu2
Candidat : 4.1.1+xorg4.3.0-37.3ubuntu2
Table de version :
*** 4.1.1+xorg4.3.0-37.3ubuntu2 100
100 /var/lib/dpkg/status
Hors ligne
#131 Le 07/06/2021, à 12:52
- abelthorne
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
Tout a l'air obsolète là-dedans, mais on va quand même faire une simu d'abord :
sudo apt-get remove -s --purge backintime-gnome command-not-found-data cpp-5 dconf-tools evolution-data-server-online-accounts g++-5 gcc-5-base gcc-5 gcc-6-base gcc-6-base:i386 geoclue-ubuntu-geoip geoclue gir1.2-gnomekeyring-1.0 gstreamer1.0-fluendo-mp3 libasan2 libavcodec57 libavformat57 libavresample3 libavutil55 libbrlapi0.6 libcamel-1.2-61 libdvdcss-dev libdvdcss2 libdvdread4 libebook-contacts-1.2-2 libecal-1.2-19 libedataserver-1.2-23 libexempi3 libexiv2-14 libffi6 libfreerdp-cache1.1 libfreerdp-client1.1 libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1 libfreerdp-crypto1.1 libfreerdp-gdi1.1 libfreerdp-locale1.1 libfreerdp-plugins-standard libfreerdp-primitives1.1 libfreerdp-utils1.1 libgcc-5-dev libgeoclue0 libgnome-keyring-common libgnome-keyring0 libgutenprint2 libhogweed4 libicu60 libilmbase12 libisl15 libmagickcore-6.q16-3-extra libmagickcore-6.q16-3 libmagickwand-6.q16-3 libminiupnpc10 libmpx0 libnettle6 libnih-dbus1 libnih1 libnm-glib-vpn1 libnm-glib4 libnm-gtk0 libnm-util2 libopenexr22 libp11-kit-gnome-keyring libplymouth4 libpostproc54 librarian0 libsane-extras-common libsane-extras libsndio6.1 libssl1.0.0 libstdc++-5-dev libswresample2 libunity-action-qt1 libusbmuxd4 libvpx5 libwinpr-crt0.1 libwinpr-dsparse0.1 libwinpr-environment0.1 libwinpr-file0.1 libwinpr-handle0.1 libwinpr-heap0.1 libwinpr-input0.1 libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1 libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1 libwinpr-sspi0.1 libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1 libwinpr-utils0.1 libx264-152 libx265-146 multiarch-support perl-modules-5.26 plainbox-provider-checkbox plainbox-provider-resource-generic plainbox-secure-policy python-gtk2 python-notify python-renderpm python-reportlab-accel python-reportlab python-talloc python3-checkbox-support python3-guacamole python3-plainbox pyvnc2swf qtcore4-l10n qtdeclarative5-qtquick2-plugin qtdeclarative5-test-plugin qtdeclarative5-unity-action-plugin rarian-compat transcode-doc transcode unity-scope-chromiumbookmarks unity-scope-colourlovers unity-scope-firefoxbookmarks unity-scope-openclipart unity-scope-texdoc unity-scope-yelp ureadahead vdpau-va-driver vnc4server xvnc4viewer
Hors ligne
#132 Le 07/06/2021, à 12:58
- arvernes
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
Ca à l'air correct, il ne m'envoie pas de message d'erreur. Question, comment tu sais que ces paquets sont obsoletes? C'est parce qu'ils ne font pas référence à un dépôt ? Par exemple je me souviens qu'il y a bien longtemps, c'est vrai, vnc4server et xvnc4viewer.
Cette commande te donne la liste des applis installées, mais local ? "apt list | grep "installé, local"" Orphelin veut dire quoi dans ce contexte ? que ces applis n'existent plus dans les dépôts et ne sont que sur mon ordi ?
Dernière modification par arvernes (Le 07/06/2021, à 13:01)
Hors ligne
#133 Le 07/06/2021, à 13:15
- abelthorne
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
Ils sont obsolètes parce qu'ils ne viennent pas d'un dépôt actif et qu'ils n'ont a priori pas été installés manuellement, donc ce sont dans la plupart des cas des paquets qui étaient dans les dépôts d'anciennes versions d'Ubuntu mais qui ne le sont plus. Dans certains cas, c'est probable que ce qu'ils contiennent ait été réorganisé et intégré à d'autres paquets ou publiés sous un nom différent. Par exemple le serveur/viewer VNC vnc4server/xvnc4viewer a peut-être été abandonné au profit de vino. De même pour le paquet vdpau-va-driver, on peut supposer que la gestion de VDPAU a été déplacée dans d'autres paquets, vu qu'elle existe toujours alors que ce paquet n'est plus dans les dépôts.
Ce que j'appelle un paquet orphelin (je ne sais pas si c'est le terme vraiment le plus approprié), c'est un paquet qui ne vient pas d'un dépôt et qui n'est donc installé que localement (sur ton ordi). Ils apparaissent dans la liste d'APT avec les termes "installé, local", d'où le filtre avec grep dans la commande pour n'afficher que ceux-ci. Ce genre de paquet peut :
- avoir été installé manuellement en deb sans fournir de dépôt : c'est le cas par exemple d'Anydesk ou du pilote imprimante/scanner que tu as installé ;
- venir d'un dépôt qui a été supprimé ;
- ne plus exister dans un dépôt actif (plus maintenu dans les dépôts officiels et retiré dans une nouvelle version d'Ubuntu, supprimé d'un dépôt tiers, comme les paquets Java d'Oracle qui n'ont plus le droit d'être diffusés comme ça...).
Donne-moi quand même le retour de la commande, le but de la simulation n'est pas tant de vérifier si elle provoque des erreurs que de voir si elle ne supprime pas des paquets qu'il faudrait garder parce que c'est la foire dans les dépendances.
Hors ligne
#134 Le 07/06/2021, à 13:25
- arvernes
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
sudo apt-get remove -s --purge backintime-gnome command-not-found-data cpp-5 dconf-tools evolution-data-server-online-accounts g++-5 gcc-5-base gcc-5 gcc-6-base gcc-6-base:i386 geoclue-ubuntu-geoip geoclue gir1.2-gnomekeyring-1.0 gstreamer1.0-fluendo-mp3 libasan2 libavcodec57 libavformat57 libavresample3 libavutil55 libbrlapi0.6 libcamel-1.2-61 libdvdcss-dev libdvdcss2 libdvdread4 libebook-contacts-1.2-2 libecal-1.2-19 libedataserver-1.2-23 libexempi3 libexiv2-14 libffi6 libfreerdp-cache1.1 libfreerdp-client1.1 libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1 libfreerdp-crypto1.1 libfreerdp-gdi1.1 libfreerdp-locale1.1 libfreerdp-plugins-standard libfreerdp-primitives1.1 libfreerdp-utils1.1 libgcc-5-dev libgeoclue0 libgnome-keyring-common libgnome-keyring0 libgutenprint2 libhogweed4 libicu60 libilmbase12 libisl15 libmagickcore-6.q16-3-extra libmagickcore-6.q16-3 libmagickwand-6.q16-3 libminiupnpc10 libmpx0 libnettle6 libnih-dbus1 libnih1 libnm-glib-vpn1 libnm-glib4 libnm-gtk0 libnm-util2 libopenexr22 libp11-kit-gnome-keyring libplymouth4 libpostproc54 librarian0 libsane-extras-common libsane-extras libsndio6.1 libssl1.0.0 libstdc++-5-dev libswresample2 libunity-action-qt1 libusbmuxd4 libvpx5 libwinpr-crt0.1 libwinpr-dsparse0.1 libwinpr-environment0.1 libwinpr-file0.1 libwinpr-handle0.1 libwinpr-heap0.1 libwinpr-input0.1 libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1 libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1 libwinpr-sspi0.1 libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1 libwinpr-utils0.1 libx264-152 libx265-146 multiarch-support perl-modules-5.26 plainbox-provider-checkbox plainbox-provider-resource-generic plainbox-secure-policy python-gtk2 python-notify python-renderpm python-reportlab-accel python-reportlab python-talloc python3-checkbox-support python3-guacamole python3-plainbox pyvnc2swf qtcore4-l10n qtdeclarative5-qtquick2-plugin qtdeclarative5-test-plugin qtdeclarative5-unity-action-plugin rarian-compat transcode-doc transcode unity-scope-chromiumbookmarks unity-scope-colourlovers unity-scope-firefoxbookmarks unity-scope-openclipart unity-scope-texdoc unity-scope-yelp ureadahead vdpau-va-driver vnc4server xvnc4viewer
[sudo] Mot de passe de fm :
Désolé, essayez de nouveau.
[sudo] Mot de passe de fm :
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 :
backintime-common backintime-qt backintime-qt4 libcrystalhd3
libmjpegutils-2.1-0 libqt5designer5 libqt5help5 libquicktime2 python-cairo
python-olefile python-pil python3-dbus.mainloop.pyqt5 python3-pyqt5
python3-sip twolame xbase-clients
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets suivants seront ENLEVÉS :
backintime-gnome* command-not-found-data* cpp-5* dconf-tools*
evolution-data-server-online-accounts* g++-5* gcc-5* gcc-5-base* gcc-6-base*
gcc-6-base:i386* geoclue* geoclue-ubuntu-geoip* gir1.2-gnomekeyring-1.0*
gstreamer1.0-fluendo-mp3* libasan2* libavcodec57* libavformat57*
libavresample3* libavutil55* libbrlapi0.6* libcamel-1.2-61* libdvdcss-dev*
libdvdcss2* libdvdread4* libebook-contacts-1.2-2* libecal-1.2-19*
libedataserver-1.2-23* libexempi3* libexiv2-14* libffi6*
libfreerdp-cache1.1* libfreerdp-client1.1* libfreerdp-codec1.1*
libfreerdp-common1.1.0* libfreerdp-core1.1* libfreerdp-crypto1.1*
libfreerdp-gdi1.1* libfreerdp-locale1.1* libfreerdp-plugins-standard*
libfreerdp-primitives1.1* libfreerdp-utils1.1* libgcc-5-dev* libgeoclue0*
libgnome-keyring-common* libgnome-keyring0* libgutenprint2* libhogweed4*
libicu60* libilmbase12* libisl15* libmagickcore-6.q16-3*
libmagickcore-6.q16-3-extra* libmagickwand-6.q16-3* libminiupnpc10* libmpx0*
libnettle6* libnih-dbus1* libnih1* libnm-glib-vpn1* libnm-glib4* libnm-gtk0*
libnm-util2* libopenexr22* libp11-kit-gnome-keyring* libplymouth4*
libpostproc54* librarian0* libsane-extras* libsane-extras-common*
libsndio6.1* libssl1.0.0* libstdc++-5-dev* libswresample2*
libunity-action-qt1* libusbmuxd4* libvpx5* libwinpr-crt0.1*
libwinpr-dsparse0.1* libwinpr-environment0.1* libwinpr-file0.1*
libwinpr-handle0.1* libwinpr-heap0.1* libwinpr-input0.1*
libwinpr-interlocked0.1* libwinpr-library0.1* libwinpr-path0.1*
libwinpr-pool0.1* libwinpr-registry0.1* libwinpr-rpc0.1* libwinpr-sspi0.1*
libwinpr-synch0.1* libwinpr-sysinfo0.1* libwinpr-thread0.1*
libwinpr-utils0.1* libx264-152* libx265-146* multiarch-support*
perl-modules-5.26* plainbox-provider-checkbox*
plainbox-provider-resource-generic* plainbox-secure-policy* python-gtk2*
python-notify* python-renderpm* python-reportlab* python-reportlab-accel*
python-talloc* python3-checkbox-support* python3-guacamole*
python3-plainbox* pyvnc2swf* qtcore4-l10n* qtdeclarative5-qtquick2-plugin*
qtdeclarative5-test-plugin* qtdeclarative5-unity-action-plugin*
rarian-compat* transcode* transcode-doc* unity-scope-chromiumbookmarks*
unity-scope-colourlovers* unity-scope-firefoxbookmarks*
unity-scope-openclipart* unity-scope-texdoc* unity-scope-yelp* ureadahead*
vdpau-va-driver* vnc4server* xvnc4viewer*
0 mis à jour, 0 nouvellement installés, 128 à enlever et 0 non mis à jour.
Purg backintime-gnome [1.1.12-2]
Purg command-not-found-data [18.04.5]
Purg g++-5 [5.5.0-12ubuntu1]
Purg gcc-5 [5.5.0-12ubuntu1]
Purg cpp-5 [5.5.0-12ubuntu1]
Purg dconf-tools [0.26.0-2ubuntu3]
Purg evolution-data-server-online-accounts [3.28.5-0ubuntu0.18.04.3]
Purg libstdc++-5-dev [5.5.0-12ubuntu1]
Purg libgcc-5-dev [5.5.0-12ubuntu1]
Purg libmpx0 [5.5.0-12ubuntu1]
Purg gcc-5-base [5.5.0-12ubuntu1] [libasan2:amd64 ]
Purg gcc-6-base [6.5.0-2ubuntu1~18.04] [libasan2:amd64 ]
Purg gcc-6-base:i386 [6.5.0-2ubuntu1~18.04] [libasan2:amd64 ]
Purg geoclue-ubuntu-geoip [1.0.2+18.04.20180223-0ubuntu1] [libasan2:amd64 ]
Purg geoclue [0.12.99-4ubuntu2] [libasan2:amd64 ]
Purg gir1.2-gnomekeyring-1.0 [3.12.0-1build1] [libasan2:amd64 ]
Purg gstreamer1.0-fluendo-mp3 [0.10.32.debian-1] [libasan2:amd64 ]
Purg libasan2 [5.5.0-12ubuntu1]
Purg transcode [3:1.1.7-9ubuntu2]
Purg libavformat57 [7:3.4.8-0ubuntu0.2]
Purg libavcodec57 [7:3.4.8-0ubuntu0.2]
Purg libavresample3 [7:3.4.8-0ubuntu0.2]
Purg libswresample2 [7:3.4.8-0ubuntu0.2]
Purg libpostproc54 [7:3.4.8-0ubuntu0.2]
Purg libavutil55 [7:3.4.8-0ubuntu0.2]
Purg libbrlapi0.6 [5.5-4ubuntu2.0.1]
Purg libebook-contacts-1.2-2 [3.28.5-0ubuntu0.18.04.3]
Purg libecal-1.2-19 [3.28.5-0ubuntu0.18.04.3]
Purg libedataserver-1.2-23 [3.28.5-0ubuntu0.18.04.3]
Purg libcamel-1.2-61 [3.28.5-0ubuntu0.18.04.3]
Purg libdvdcss-dev [1.4.2-1~local]
Purg libdvdcss2 [1.4.2-1~local]
Purg libdvdread4 [6.0.0-1]
Purg libexempi3 [2.4.5-2]
Purg libexiv2-14 [0.25-3.1ubuntu0.18.04.9]
Purg libffi6 [3.2.1-8]
Purg libfreerdp-gdi1.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libfreerdp-cache1.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libfreerdp-client1.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libfreerdp-core1.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libfreerdp-codec1.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libfreerdp-plugins-standard [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libfreerdp-common1.1.0 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libfreerdp-crypto1.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libfreerdp-locale1.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libfreerdp-primitives1.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libfreerdp-utils1.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libgeoclue0 [0.12.99-4ubuntu2]
Purg libgnome-keyring0 [3.12.0-1build1]
Purg libgnome-keyring-common [3.12.0-1build1]
Purg libgutenprint2 [5.2.13-2]
Purg libhogweed4 [3.4-1ubuntu0.1]
Purg libicu60 [60.2-3ubuntu3.1]
Purg libmagickcore-6.q16-3-extra [8:6.9.7.4+dfsg-16ubuntu6.9]
Purg libopenexr22 [2.2.0-11.1ubuntu1.6]
Purg libilmbase12 [2.2.0-11ubuntu2]
Purg libisl15 [0.18-4]
Purg libmagickwand-6.q16-3 [8:6.9.7.4+dfsg-16ubuntu6.9]
Purg libmagickcore-6.q16-3 [8:6.9.7.4+dfsg-16ubuntu6.9]
Purg libminiupnpc10 [1.9.20140610-4ubuntu2]
Purg libnettle6 [3.4-1ubuntu0.1]
Purg libnih-dbus1 [1.0.3-6ubuntu2]
Purg ureadahead [0.100.0-21]
Purg libnih1 [1.0.3-6ubuntu2]
Purg libnm-glib-vpn1 [1.10.6-2ubuntu1.4]
Purg libnm-gtk0 [1.8.10-2ubuntu3]
Purg libnm-glib4 [1.10.6-2ubuntu1.4]
Purg libnm-util2 [1.10.6-2ubuntu1.4]
Purg libp11-kit-gnome-keyring [3.28.0.2-1ubuntu1.18.04.1]
Purg libplymouth4 [0.9.3-1ubuntu7.18.04.2]
Purg rarian-compat [0.8.1-6build1]
Purg librarian0 [0.8.1-6build1]
Purg libsane-extras [1.0.22.5]
Purg libsane-extras-common [1.0.22.5]
Purg libsndio6.1 [1.1.0-3]
Purg libwinpr-sspi0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libwinpr-pool0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libwinpr-utils0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libwinpr-rpc0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libssl1.0.0 [1.0.2n-1ubuntu5.6]
Purg qtdeclarative5-unity-action-plugin [1.1.0+17.04.20170405-0ubuntu1]
Purg libunity-action-qt1 [1.1.0+17.04.20170405-0ubuntu1]
Purg libusbmuxd4 [1.1.0~git20171206.c724e70f-0.1]
Purg libvpx5 [1.7.0-3ubuntu0.18.04.1]
Purg libwinpr-registry0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libwinpr-path0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libwinpr-crt0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2] [libwinpr-file0.1:amd64 ]
Purg libwinpr-dsparse0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2] [libwinpr-file0.1:amd64 ]
Purg libwinpr-environment0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2] [libwinpr-file0.1:amd64 ]
Purg libwinpr-file0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libwinpr-handle0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libwinpr-heap0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libwinpr-input0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libwinpr-synch0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libwinpr-interlocked0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libwinpr-library0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libwinpr-sysinfo0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libwinpr-thread0.1 [1.1.0~git20140921.1.440916e+dfsg1-15ubuntu1.18.04.2]
Purg libx264-152 [2:0.152.2854+gite9a5903-2]
Purg libx265-146 [2.6-3]
Purg multiarch-support [2.27-3ubuntu1.4]
Purg perl-modules-5.26 [5.26.1-6ubuntu0.5]
Purg plainbox-provider-checkbox [0.25-2]
Purg plainbox-provider-resource-generic [0.23-1.1]
Purg python3-plainbox [0.25-1]
Purg plainbox-secure-policy [0.25-1]
Purg python-notify [0.1.1-4]
Purg python-gtk2 [2.24.0-5.1ubuntu2]
Purg python-renderpm [3.4.0-3ubuntu0.1]
Purg python-reportlab [3.4.0-3ubuntu0.1]
Purg python-reportlab-accel [3.4.0-3ubuntu0.1]
Purg python-talloc [2.1.10-2ubuntu1]
Purg python3-checkbox-support [0.22-1]
Purg python3-guacamole [0.9.2-2]
Purg pyvnc2swf [0.9.5-5]
Purg qtcore4-l10n [4:4.8.7+dfsg-7ubuntu1]
Purg qtdeclarative5-qtquick2-plugin [5.9.5-0ubuntu1.1]
Purg qtdeclarative5-test-plugin [5.9.5-0ubuntu1.1]
Purg transcode-doc [3:1.1.7-9ubuntu2]
Purg unity-scope-chromiumbookmarks [0.1+13.10.20130723-0ubuntu1]
Purg unity-scope-colourlovers [0.1+13.10.20130723-0ubuntu1]
Purg unity-scope-firefoxbookmarks [0.1+13.10.20130809.1-0ubuntu1]
Purg unity-scope-openclipart [0.1+13.10.20130723-0ubuntu1]
Purg unity-scope-texdoc [0.1+14.04.20140328-0ubuntu1]
Purg unity-scope-yelp [0.1+13.10.20130723-0ubuntu1]
Purg vdpau-va-driver [0.7.4-6ubuntu1]
Purg vnc4server [4.1.1+xorg4.3.0-37.3ubuntu2]
Purg xvnc4viewer [4.1.1+xorg4.3.0-37.3ubuntu2]
Hors ligne
#135 Le 07/06/2021, à 13:31
- abelthorne
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
C'est bon, tu peux relancer la commande sans la simu :
sudo apt-get remove --purge backintime-gnome command-not-found-data cpp-5 dconf-tools evolution-data-server-online-accounts g++-5 gcc-5-base gcc-5 gcc-6-base gcc-6-base:i386 geoclue-ubuntu-geoip geoclue gir1.2-gnomekeyring-1.0 gstreamer1.0-fluendo-mp3 libasan2 libavcodec57 libavformat57 libavresample3 libavutil55 libbrlapi0.6 libcamel-1.2-61 libdvdread4 libebook-contacts-1.2-2 libecal-1.2-19 libedataserver-1.2-23 libexempi3 libexiv2-14 libffi6 libfreerdp-cache1.1 libfreerdp-client1.1 libfreerdp-codec1.1 libfreerdp-common1.1.0 libfreerdp-core1.1 libfreerdp-crypto1.1 libfreerdp-gdi1.1 libfreerdp-locale1.1 libfreerdp-plugins-standard libfreerdp-primitives1.1 libfreerdp-utils1.1 libgcc-5-dev libgeoclue0 libgnome-keyring-common libgnome-keyring0 libgutenprint2 libhogweed4 libicu60 libilmbase12 libisl15 libmagickcore-6.q16-3-extra libmagickcore-6.q16-3 libmagickwand-6.q16-3 libminiupnpc10 libmpx0 libnettle6 libnih-dbus1 libnih1 libnm-glib-vpn1 libnm-glib4 libnm-gtk0 libnm-util2 libopenexr22 libp11-kit-gnome-keyring libplymouth4 libpostproc54 librarian0 libsane-extras-common libsane-extras libsndio6.1 libssl1.0.0 libstdc++-5-dev libswresample2 libunity-action-qt1 libusbmuxd4 libvpx5 libwinpr-crt0.1 libwinpr-dsparse0.1 libwinpr-environment0.1 libwinpr-file0.1 libwinpr-handle0.1 libwinpr-heap0.1 libwinpr-input0.1 libwinpr-interlocked0.1 libwinpr-library0.1 libwinpr-path0.1 libwinpr-pool0.1 libwinpr-registry0.1 libwinpr-rpc0.1 libwinpr-sspi0.1 libwinpr-synch0.1 libwinpr-sysinfo0.1 libwinpr-thread0.1 libwinpr-utils0.1 libx264-152 libx265-146 multiarch-support perl-modules-5.26 plainbox-provider-checkbox plainbox-provider-resource-generic plainbox-secure-policy python-gtk2 python-notify python-renderpm python-reportlab-accel python-reportlab python-talloc python3-checkbox-support python3-guacamole python3-plainbox pyvnc2swf qtcore4-l10n qtdeclarative5-qtquick2-plugin qtdeclarative5-test-plugin qtdeclarative5-unity-action-plugin rarian-compat transcode-doc transcode unity-scope-chromiumbookmarks unity-scope-colourlovers unity-scope-firefoxbookmarks unity-scope-openclipart unity-scope-texdoc unity-scope-yelp ureadahead vdpau-va-driver vnc4server xvnc4viewer
Est-ce que tu utilises BackInTime (système de sauvegarde) ? Là, il est supprimé parce qu'on supprime backintime-gnome (qui n'existe plus). Si tu en as besoin, réinstalle-le ensuite :
sudo apt-get install backintime-qt
De même, comme je le disais pour xvnc4viewer et server, on les supprime parce qu'ils ne sont plus dans les dépôts. Si tu as besoin d'un viewer/serveur VNC, il faudra en réinstaller un qui est disponible, par exemple Vino.
En tout cas, une fois que c'est fait, redonne-moi la liste des paquets orphelins (qui sera plus digeste), qu'on fasse un dernier point dessus :
apt list | grep "installé, local"
EDIT : oups, je vois que j'avais laissé libdvdcss dans la liste des paquets à supprimer, je viens de l'enlever de la commande. Si tu as vu mon message avant la modif et que tu l'as lancée, ce n'est pas très grave, on réinstallera ce qu'il faut.
Dernière modification par abelthorne (Le 07/06/2021, à 13:33)
Hors ligne
#136 Le 07/06/2021, à 13:46
- arvernes
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
;-) ben libdvdcss est parti avec les autres paquets.
Pour ce qui est de backintime, non, je ne l'utilise plus. J'utilise un disque dur externe avec gsync. C'est sur ce forum qu'on m'a donné ce conseil, et j'avoue que ça me simplifie la vie. Donc pas besoin de le réinstaller.
Pour les paquets orphelins, les voilà :
apt list | grep "installé, local"
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
anydesk/now 4.0.1-1 amd64 [installé, local]
brmfc7840wlpr/now 2.0.2-1 i386 [installé, local]
brother-udev-rule-type1/now 1.0.0-1 all [installé, local]
brscan-skey/now 0.2.4-1 amd64 [installé, local]
brscan3/now 0.2.13-1 amd64 [installé, local]
cupswrappermfc7840w/now 2.0.2-1 i386 [installé, local]
libdvdcss-dev/now 1.4.2-1~local amd64 [installé, local]
libdvdcss2/now 1.4.2-1~local amd64 [installé, local]
oracle-java8-installer/now 8u201-1~webupd8~1 all [installé, local]
oracle-java8-set-default/now 8u201-1~webupd8~1 all [installé, local]
Hors ligne
#137 Le 07/06/2021, à 13:55
- arvernes
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
Quand je fais un :
sudo apt-get update && sudo apt-get dist-upgrade
j'ai ça en message :
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
backintime-common backintime-qt backintime-qt4 libcrystalhd3 libmjpegutils-2.1-0 libqt5designer5 libqt5help5 libquicktime2 python-cairo python-olefile python-pil
python3-dbus.mainloop.pyqt5 python3-pyqt5 python3-sip twolame xbase-clients
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Hors ligne
#138 Le 07/06/2021, à 13:56
- abelthorne
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
Non, c'est bon, libdvdcss2 et libdvdcss-dev sont toujours là.
Je suppose que tu as l'utilité d'Anydesk ?
Concernant les paquets imprimante/scanner qui sont là, ils correspondent à un modèle Brother (MFC-7840W). Or, tu parlais de l'installation de HPLIP plus tôt, qui concerne les imprimantes HP. Donc, c'est normal qu'il y ait ces paquets ? Tu as toujours l'imprimante Brother en question ?
Concernant Java, est-ce que tu as besoin de la version 8 qui est installée ? Sachant que la 9 est arrivée en fin de vie il y a un bout de temps, donc je ne suis pas sûr que ce soit très utile de garder la 8. Sur le site d'Oracle, on en est à la 11 (LTS) ou la 16 (pas LTS).
EDIT : pour les dépendances inutiles qui ont été libérées, tu peux les supprimer :
sudo apt-get autoremove --purge
Dernière modification par abelthorne (Le 07/06/2021, à 13:57)
Hors ligne
#139 Le 07/06/2021, à 14:12
- arvernes
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
le "libdvdread4" a du être sucré je pense.
Je me dis qu'avec tout ce que j'ai sucré, je vais surement avoir des surprises sur des programmes que j'utilise ponctuellement. ;-)
Anydesk, oui, car il y a des personnes qui préfèrent anydesk à teamviewer. Donc il me faut les deux.
Pour les imprimantes, oui la Brother est installée dans un logement sur le continent, et la HP ici chez moi, sur l'ile.
Java, il faut que je reste en 8. Je viens de reprendre la dernière version tar.gz de la 8 et je viens de créer un .deb. La version que j'ai actuellement est :
java -version
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
et là j'ai maintenant ce .deb que je viens de me faire : 105492936 juin 7 13:49 oracle-java8-jdk_8u291_amd64.deb
Par contre, java chez moi c'est absolument obligatoire, et j'ai fait grosso modo à peu prés n'importe quoi, mais ça marche ;-)
Par exemple, sous /usr/local/ j'ai un répertoire jdk1.8.0_151 et sur lequel j'ai fait un lien symbolique donc /usr/local/jdk --> jdk1.8.0_151
Mais après j'ai sucré le lien symbolique et j'ai installé un paquet .deb. J'ai du recréer le lien symbolique vers :
jdk -> /usr/lib/jvm/java-8-oracle
Pour les mises à jour tu as vu que j'avais installé le paquet que tu m'as demandé de sucrer.
J'ai aussi fait des modifs dans le /etc/bash.bashrc car je dois avoir "ant" pour compiler des programmes java.
Donc j'ai dans le bash.bashrc :
export ANT_HOME=/usr/local/ant
# export PATH=.:$JAVA_HOME/bin:$ANT_HOME/bin:/usr/local/bin:/usr/local/sbin:$PATH
export PATH=.:$ANT_HOME/bin:/usr/local/bin:/usr/local/sbin:$PATH
Je sais aussi que j'ai des programmes qui me demandent de définir le JAVA_HOME, je l'avais fait comme tu le vois au dessus, et j'ai désactivé. Enfin j'ai fait plein de trucs, mais il est impératif que java tourne
Hors ligne
#140 Le 07/06/2021, à 14:18
- abelthorne
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
libdvdread4, c'est normal, c'est un vieux paquet qui est obsolète.
Pour les mises à jour tu as vu que j'avais installé le paquet que tu m'as demandé de sucrer.
De quel paquet tu parles ?
Hors ligne
#141 Le 07/06/2021, à 14:21
- arvernes
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
je pense que c'est celui là "webupd8team-ubuntu" enfin le nom je n'en suis pas sur mais tu m'as demandé de sucrer le fichier : webupd8team-ubuntu-java-xenial.list donc je pense qu'il m'avait permis d'installer java à une époque
Hors ligne
#142 Le 07/06/2021, à 14:32
- abelthorne
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
Oui, je t'ai fait supprimer le dépôt, pas les paquets. C'est effectivement par lui que tu avais installé Java 8, sauf que les paquets en question ont été supprimés du dépôt, il a été vidé, c'est pour ça qu'il ne sert plus à rien. Mais ça n'empêche pas de garder les paquets qui ont été installés : quand on supprime un dépôt, ça ne supprime pas automatiquement ce qui a été installé avec.
Cela dit, je conseillerais de supprimer les paquets en question (oracle-java8-installer et oracle-java8-set-default), d'autant plus si tu as un deb d'une version un peu plus récente, étant donné que ceux de WebUpd8 ne seront plus jamais mis à jour, ils resteront définitivement à cette version.
Ça, c'est pour la théorie, mes conseils perso. Je te laisse gérer ton installation Java comme tu le veux, d'autant que ça a l'air d'être un sacré bazar.
Il reste à voir les petits problèmes avec le bureau. Est-ce que dans Tweak ("Ajustements") tu as désactivé l'extension fournie avec Ubuntu 20.04 ? Et est-ce que tu as installé/activé DING depuis le site des extensions GNOME ?
Hors ligne
#143 Le 07/06/2021, à 14:39
- arvernes
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
on va se concentré sur java. donc comment je vérifie les fichiers oracle-java8-installer et oracle-java8-set-default ?
dpkg -l | grep java
ii gir1.2-javascriptcoregtk-4.0:amd64 2.32.0-0ubuntu0.20.04.1 amd64 JavaScript engine library from WebKitGTK - GObject introspection data
ii gjs 1.64.5-0ubuntu0.20.04.01 amd64 Mozilla-based javascript bindings for the GNOME platform
ii java-common 0.72 all Base package for Java runtimes
ii java-package 0.62 all Utility for creating Java Debian packages
ii javascript-common 11 all Base support for JavaScript library packages
ii libgjs0g:amd64 1.64.5-0ubuntu0.20.04.01 amd64 Mozilla-based javascript bindings for the GNOME platform
ii libjavascriptcoregtk-4.0-18:amd64 2.32.0-0ubuntu0.20.04.1 amd64 JavaScript engine library from WebKitGTK
ii libjuh-java 1:6.4.7-0ubuntu0.20.04.1 all LibreOffice UNO runtime environment -- Java Uno helper
ii libjurt-java 1:6.4.7-0ubuntu0.20.04.1 all LibreOffice UNO runtime environment -- Java Uno Runtime
ii libridl-java 1:6.4.7-0ubuntu0.20.04.1 all LibreOffice UNO runtime environment -- base types and types access library for the Java Uno typesystem
ii libunoloader-java 1:6.4.7-0ubuntu0.20.04.1 all LibreOffice UNO runtime environment -- (Java) UNO loader
ii oracle-java8-installer 8u201-1~webupd8~1 all Oracle Java(TM) Development Kit (JDK) 8
ii oracle-java8-set-default 8u201-1~webupd8~1 all Set Oracle JDK 8 as default Java
Que faudrait-il que je sucre ? et après puis-je installer mon .deb ? faut-il que je définisse le java_home dans le /etc/bash.bashrc ? Dans netbeans, j'ai mis la localisation de java dans /usr/local/jdk et je trouve plus simple d'avoir un lien symbolique vers la version de java installée.
Hors ligne
#144 Le 07/06/2021, à 14:49
- arvernes
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
est ce que je peux faire un :
sudo apt-get -s remove --purge oracle-java8-installer oracle-java8-set-default
pour vérifier, puis :
sudo apt-get remove --purge oracle-java8-installer oracle-java8-set-default
puis :
sudo apt-get install oracle-java8-jdk_8u291_amd64.deb
Dernière modification par arvernes (Le 07/06/2021, à 14:49)
Hors ligne
#145 Le 07/06/2021, à 14:51
- abelthorne
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
Pour les question du style est-ce qu'il faut définir java_home, ce qui a trait à Netbeans, etc. j'en ai aucune idée, j'y connais pas grand chose à Java. Sachant que pour ce qui est du lien symbolique qui définit la version à utiliser, c'est normalement géré pas le système d'alternatives. Mais vu que tu as bidouillé des trucs à ta sauce, je ne saurais pas vraiment te guider pour faire tout ça proprement.
Personnellement, je supprimerais les deux paquets de WebUpd8 qui datent :
sudo apt-get remove --purge oracle-java8-installer oracle-java8-set-default
et j'installerais ton nouveau deb. Mais pas avec APT (qui ne gère que l'installation de paquets depuis les dépôts), avec dpkg.
Mais j'insiste : je ne sais pas ce que ça va donner concrètement avec tes bidouilles. Là, je ne prends aucune responsabilité.
Un petit détail : je me suis planté quand je disais qu'Oracle interdisait de diffuser Java et que c'était pour ça que le dépôt de WebUpd8 avait été vidé. C'est un petit peu plus subtil que ça : en fait, Oracle oblige à passer par un compte Oracle pour télécharger Java. WebUpd8 a abandonné ses paquets parce qu'ils ne pouvaient pas être adaptés à ce changement. Mais il y a un autre groupe (LinuxUprising) qui continue à fournir un dépôt Ubuntu pour installer Java, ils ont mis en place des bidouilles pour passer par un compte Oracle avec leurs paquets. Cependant, je ne crois pas qu'ils proposent un dépôt pour Java 8, seulement pour des versions plus récentes encore supportées officiellement (11 et 16).
Au cas où, le dépôt en question est là : https://launchpad.net/~linuxuprising/+a … buntu/java
Dernière modification par abelthorne (Le 07/06/2021, à 14:52)
Hors ligne
#146 Le 07/06/2021, à 14:55
- arvernes
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
sudo apt-get -s remove --purge oracle-java8-installer oracle-java8-set-default
[sudo] Mot de passe de fm :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
Le paquet suivant a été installé automatiquement et n'est plus nécessaire :
java-common
Veuillez utiliser « sudo apt autoremove » pour le supprimer.
Les paquets suivants seront ENLEVÉS :
oracle-java8-installer* oracle-java8-set-default*
0 mis à jour, 0 nouvellement installés, 2 à enlever et 0 non mis à jour.
Purg oracle-java8-set-default [8u201-1~webupd8~1]
Purg oracle-java8-installer [8u201-1~webupd8~1]
Il me propose d'enlever java-common, je ne sais pas si j'en aurai besoin pour l'installation de mon .deb
est ce que c'est bon les commandes que j'ai proposées au dessus ? j'ai relu des trucs que tu m'as indiqués hier, et j'en ai déduis ces commandes. cependant, je n'en suis pas sûr.
Hors ligne
#147 Le 07/06/2021, à 15:02
- abelthorne
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
java-common va probablement être en dépendance de ton deb s'il est utile. Là, APT t'indique juste que si tu supprimes les deux paquets java8, java-common n'est plus utilisé par d'autres paquets et peut être supprimé sans risque.
Tu peux valider la commande (sans -s). Par contre, pour l'installation de ton deb, ça ne va pas passer par apt-get (APT ne gère que l'installation de paquets depuis les dépôts, pas les .deb en local) mais par dpkg. Donne le chemin complet du fichier deb que je t'indique la commande à utiliser.
Dernière modification par abelthorne (Le 07/06/2021, à 15:03)
Hors ligne
#148 Le 07/06/2021, à 15:06
- arvernes
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
voilà pourquoi lorsque j'ai fait une simulation d'installation avec apt-get ça ne marchait pas. Le .deb est dans le répertoire dans lequel je suis. Par contre je n'ai pas vu d'outil de simulation avec dpkg.
dpkg -i oracle-java8-jdk_8u291_amd64.deb
ce serait bon ?
Hors ligne
#149 Le 07/06/2021, à 15:10
- abelthorne
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
Il n'y a pas de simulation avec dpkg. Si le .deb est dans le dossier courant, alors oui, ta commande ci-dessus est bonne, sauf qu'il faut ajouter sudo devant (droits admin nécessaires pour manipuler le système).
Et dpkg ne gère pas les dépendances, donc il est fortement recommandé d'enchaîner avec un coup d'apt-get ensuite :
sudo apt-get install -f
Ça va "réparer" les paquets cassés en installant les dépendances manquantes depuis les dépôts s'il y en a. Ou ne rien faire si toutes les dépendances de ton deb étaient déjà installées.
Hors ligne
#150 Le 07/06/2021, à 15:25
- arvernes
Re : [Résolu] passage 16.4 LTS vers 20.4 LTS
Bon j'ai fait, j'ai effectivement la nouvelle version de java installée. J'avais un programme qui ne trouvait pas java, j'ai refait mon lien symbolique pour pointer vers le bon répertoire et c'est bon. J'ai mis ma dernière version 8. Il n'y aura pas de mise à jour, mais ce n'est pas grave. Mon install de java est un peu plus simple. Comment puis-je savoir si java-common est utile pour la version que j'ai installée ? j'ai fait un apt-cache policy java mais ça ne marche pas.
Hors ligne