Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 19/10/2021, à 09:45

wallace27

upgrade qui ne s'effectue pas [Résolu]

Bonjour,

L'upgrade disponible ne s'effectue lorsque je tape sudo apt upgrade :

lubuntu@lubuntu-allseries:~$ sudo apt list --upgradable 
Listing... Done
linux-modules-nvidia-470-generic/focal-updates 5.4.0-89.100 amd64 [upgradable from: 5.4.0-88.99]
N: There is 1 additional version. Please use the '-a' switch to see it
lubuntu@lubuntu-allseries:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
lubuntu@lubuntu-allseries:~$ 

Savez-vous quelle commande je peux taper pour effectuer l'upgrade disponible ?

Merci pour votre aide.

Dernière modification par wallace27 (Le 23/10/2021, à 11:29)

Hors ligne

#2 Le 19/10/2021, à 10:01

Qid

Re : upgrade qui ne s'effectue pas [Résolu]

Alors déjà l'upgrade complet de fait avec "full-upgrade" et non "upgrade" et puis après accessoirement ça cause d'utiliser "-a" mais je ne suis pas sûr de comprendre le pourquoi ni l'intérêt à partir du moment où la commande full-upgrade marche... À voir donc...


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#3 Le 19/10/2021, à 10:03

wallace27

Re : upgrade qui ne s'effectue pas [Résolu]

Apparemment elle ne marche pas du tout :

lubuntu@lubuntu-allseries:~$ sudo apt full-upgrade
[sudo] password for lubuntu: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
lubuntu@lubuntu-allseries:~$ sudo apt list --upgradable
Listing... Done
linux-modules-nvidia-470-generic/focal-updates 5.4.0-89.100 amd64 [upgradable from: 5.4.0-88.99]
N: There is 1 additional version. Please use the '-a' switch to see it
lubuntu@lubuntu-allseries:~$ 

Hors ligne

#4 Le 19/10/2021, à 10:27

Qid

Re : upgrade qui ne s'effectue pas [Résolu]

Le message reste le même...
Du coup :

sudo apt list --upgradable -a

Voir

sudo apt full-upgrade -a

Mais bon c'est bizarre...


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#5 Le 19/10/2021, à 10:43

wallace27

Re : upgrade qui ne s'effectue pas [Résolu]

lubuntu@lubuntu-allseries:~$ sudo apt list --upgradable -a
[sudo] password for lubuntu: 
Listing... Done
linux-modules-nvidia-470-generic/focal-updates 5.4.0-89.100 amd64 [upgradable from: 5.4.0-88.99]
linux-modules-nvidia-470-generic/focal-security,now 5.4.0-88.99 amd64 [installed,upgradable to: 5.4.0-89.100]

lubuntu@lubuntu-allseries:~$ sudo apt full-upgrade -a
E: Command line option 'a' [from -a] is not understood in combination with the other options.
lubuntu@lubuntu-allseries:~$ 

Hors ligne

#6 Le 19/10/2021, à 10:50

Qid

Re : upgrade qui ne s'effectue pas [Résolu]

On recommence...

sudo apt full-upgrade

Sinon en force

sudo apt upgrade linux-modules-nvidia-470-generic

Voir un install --reinstall mais pour cette dernière idée si elle foire j'ai peur du résultat...


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#7 Le 19/10/2021, à 11:22

FrancisFDZ

Re : upgrade qui ne s'effectue pas [Résolu]

Bonjour,
Il peut être nécessaire de lancer auparavant

sudo apt update

pour s'assurer de la conformité du sources.list


-- On peut avoir des raisons de se plaindre et n'avoir pas raison de se plaindre --
[Victor Hugo]

Hors ligne

#8 Le 19/10/2021, à 11:28

Qid

Re : upgrade qui ne s'effectue pas [Résolu]

FrancisFDZ a écrit :

Il peut être nécessaire de lancer auparavant

sudo apt update

De mon point de vu c'est effectivement à faire avant à chaque fois... Ça coule tellement de source pour moi que j'ai oublié de le préciser au cas où...


"GNU/Linux c'est que du bon mais M$ Windows ce n'est pas si mal"
Référent technique Ubuntu d'un Groupe d'Utilisateur du Libre
plus d'info sur mon profil

Hors ligne

#9 Le 19/10/2021, à 11:33

nany

Re : upgrade qui ne s'effectue pas [Résolu]

Bonjour,


wallace27 a écrit :
linux-modules-nvidia-470-generic/focal-updates 5.4.0-89.100 amd64 [upgradable from: 5.4.0-88.99]
linux-modules-nvidia-470-generic/focal-security,now 5.4.0-88.99 amd64 [installed,upgradable to: 5.4.0-89.100]

La seconde ligne annule la première, la mise à jour est donc neutralisée.

Personnellement, je ferais un

sudo apt clean

puis

FrancisFDZ a écrit :

Bonjour,
Il peut être nécessaire de lancer auparavant

sudo apt update

pour s'assurer de la conformité du sources.list

Hors ligne

#10 Le 19/10/2021, à 11:35

FrancisFDZ

Re : upgrade qui ne s'effectue pas [Résolu]

Bien vu nany ! Et merci de confirmer mon conseil.


-- On peut avoir des raisons de se plaindre et n'avoir pas raison de se plaindre --
[Victor Hugo]

Hors ligne

#11 Le 19/10/2021, à 11:38

ylag

Re : upgrade qui ne s'effectue pas [Résolu]

Bonjour,

On peut aussi vérifier ce qui en est concernant ce paquet avec la commande :

apt policy linux-modules-nvidia-470-generic

A+

Hors ligne

#12 Le 19/10/2021, à 14:53

wallace27

Re : upgrade qui ne s'effectue pas [Résolu]

Qid a écrit :

On recommence...

sudo apt full-upgrade

Sinon en force

sudo apt upgrade linux-modules-nvidia-470-generic

Voir un install --reinstall mais pour cette dernière idée si elle foire j'ai peur du résultat...

lubuntu@lubuntu-allseries:~$ sudo apt full-upgrade
[sudo] password for lubuntu: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
lubuntu@lubuntu-allseries:~$ sudo apt upgrade linux-modules-nvidia-470-generic
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 linux-modules-nvidia-470-generic : Depends: linux-modules-nvidia-470-5.4.0-89-generic (= 5.4.0-89.100) but it is not going to be installed
                                    Depends: nvidia-kernel-common-470 (>= 470.74) but 470.63.01-0ubuntu0.20.04.2 is to be installed
E: Broken packages
lubuntu@lubuntu-allseries:~$ 

Hors ligne

#13 Le 19/10/2021, à 14:54

wallace27

Re : upgrade qui ne s'effectue pas [Résolu]

FrancisFDZ a écrit :

Bonjour,
Il peut être nécessaire de lancer auparavant

sudo apt update

pour s'assurer de la conformité du sources.list

lubuntu@lubuntu-allseries:~$ sudo apt update
[sudo] password for lubuntu: 
Hit:1 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal InRelease
Hit:2 https://download.docker.com/linux/ubuntu focal InRelease                                                                                  
Hit:3 https://linux.teamviewer.com/deb stable InRelease                                                                                         
Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease                                                                                       
Get:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]                                                
Get:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]                                                         
Hit:7 https://packages.microsoft.com/repos/ms-teams stable InRelease                                              
Get:8 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1’284 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [549 kB]
Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 DEP-11 Metadata [283 kB]
Get:12 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [14.4 kB]
Get:13 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [866 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [642 kB]
Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 DEP-11 Metadata [363 kB]
Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [19.2 kB]
Get:17 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 DEP-11 Metadata [940 B]
Get:18 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 DEP-11 Metadata [10.4 kB]
Get:19 http://security.ubuntu.com/ubuntu focal-security/main amd64 DEP-11 Metadata [29.0 kB]
Get:20 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [8’840 B]
Get:21 http://security.ubuntu.com/ubuntu focal-security/universe amd64 DEP-11 Metadata [63.6 kB]
Get:22 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [12.7 kB]
Get:23 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 DEP-11 Metadata [2’464 B]
Fetched 4’477 kB in 1s (3’891 kB/s)                                       
Reading package lists... Done
Building dependency tree       
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
lubuntu@lubuntu-allseries:~$ 

Hors ligne

#14 Le 19/10/2021, à 14:55

wallace27

Re : upgrade qui ne s'effectue pas [Résolu]

nany a écrit :

Bonjour,


wallace27 a écrit :
linux-modules-nvidia-470-generic/focal-updates 5.4.0-89.100 amd64 [upgradable from: 5.4.0-88.99]
linux-modules-nvidia-470-generic/focal-security,now 5.4.0-88.99 amd64 [installed,upgradable to: 5.4.0-89.100]

La seconde ligne annule la première, la mise à jour est donc neutralisée.

Personnellement, je ferais un

sudo apt clean

puis

FrancisFDZ a écrit :

Bonjour,
Il peut être nécessaire de lancer auparavant

sudo apt update

pour s'assurer de la conformité du sources.list

lubuntu@lubuntu-allseries:~$ sudo apt clean
lubuntu@lubuntu-allseries:~$ sudo apt update
Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal InRelease                                                                    
Hit:3 https://linux.teamviewer.com/deb stable InRelease                                                                                         
Hit:4 https://download.docker.com/linux/ubuntu focal InRelease                                                                                  
Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease                                                                               
Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease                                                       
Hit:7 https://packages.microsoft.com/repos/ms-teams stable InRelease                                            
Get:8 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]
Fetched 114 kB in 1s (141 kB/s)    
Reading package lists... Done
Building dependency tree       
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
lubuntu@lubuntu-allseries:~$ 

Hors ligne

#15 Le 19/10/2021, à 14:56

wallace27

Re : upgrade qui ne s'effectue pas [Résolu]

ylag a écrit :

Bonjour,

On peut aussi vérifier ce qui en est concernant ce paquet avec la commande :

apt policy linux-modules-nvidia-470-generic

A+

lubuntu@lubuntu-allseries:~$ apt policy linux-modules-nvidia-470-generic
linux-modules-nvidia-470-generic:
  Installed: 5.4.0-88.99
  Candidate: 5.4.0-89.100
  Version table:
     5.4.0-89.100 500
        500 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages
        500 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages
 *** 5.4.0-88.99 100
        100 /var/lib/dpkg/status
lubuntu@lubuntu-allseries:~$ 

Hors ligne

#16 Le 19/10/2021, à 15:01

wallace27

Re : upgrade qui ne s'effectue pas [Résolu]

Peut-être est-ce lié à ceci ? sad

https://i.ibb.co/rv5pWfy/image.png


Modération : merci d'utiliser des images de petite taille (300x300) ou des miniatures pointant sur ces images.

Dernière modification par cqfd93 (Le 19/10/2021, à 15:37)

Hors ligne

#17 Le 19/10/2021, à 15:10

ylag

Re : upgrade qui ne s'effectue pas [Résolu]

Bonjour,

Tenter se simuler l'installation forcée du paquet linux-modules-nvidia-470-generic en version 5.4.0-89.100 :

sudo apt -s install --reinstall linux-modules-nvidia-470-generic=5.4.0-89.100

...pour voir si ça règlerait le problème de dépendances ?

A+

Dernière modification par ylag (Le 19/10/2021, à 15:17)

Hors ligne

#18 Le 19/10/2021, à 15:18

wallace27

Re : upgrade qui ne s'effectue pas [Résolu]

lubuntu@lubuntu-allseries:~$ sudo apt -s install --reinstall linux-modules-nvidia-470-generic=5.4.0-89.100
[sudo] password for lubuntu: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 linux-modules-nvidia-470-generic : Depends: linux-modules-nvidia-470-5.4.0-89-generic (= 5.4.0-89.100) but it is not going to be installed
                                    Depends: nvidia-kernel-common-470 (>= 470.74) but 470.63.01-0ubuntu0.20.04.2 is to be installed
E: Unable to correct problems, you have held broken packages.
lubuntu@lubuntu-allseries:~$ 

Hors ligne

#19 Le 19/10/2021, à 15:27

ylag

Re : upgrade qui ne s'effectue pas [Résolu]

Bonjour,

Faire voir le résultat de :

apt-mark showhold
apt policy linux-modules-nvidia-470-5.4.0-89-generic nvidia-kernel-common-470
dpkg -l | grep -Ev "^ii|^rc|^un"

A+

Dernière modification par ylag (Le 19/10/2021, à 15:29)

Hors ligne

#20 Le 19/10/2021, à 15:43

wallace27

Re : upgrade qui ne s'effectue pas [Résolu]

lubuntu@lubuntu-allseries:~$ apt-mark showhold
lubuntu@lubuntu-allseries:~$ apt policy linux-modules-nvidia-470-5.4.0-89-generic nvidia-kernel-common-470
linux-modules-nvidia-470-5.4.0-89-generic:
  Installed: (none)
  Candidate: 5.4.0-89.100
  Version table:
     5.4.0-89.100 500
        500 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages
        500 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages
nvidia-kernel-common-470:
  Installed: 470.63.01-0ubuntu0.20.04.2
  Candidate: 470.63.01-0ubuntu0.20.04.2
  Version table:
 *** 470.63.01-0ubuntu0.20.04.2 500
        500 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages
        500 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages
        100 /var/lib/dpkg/status
lubuntu@lubuntu-allseries:~$ dpkg -l | grep -Ev "^ii|^rc|^un"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                          Version                               Architecture Description
+++-=============================================-=====================================-============-======================================================================================================
ic  hplip                                         3.20.3+dfsg0-2                        amd64        HP Linux Printing and Imaging System (HPLIP)
ic  libsane-hpaio:amd64                           3.20.3+dfsg0-2                        amd64        HP SANE backend for multi-function peripherals
lubuntu@lubuntu-allseries:~$ 

Hors ligne

#21 Le 19/10/2021, à 15:43

ylag

Re : upgrade qui ne s'effectue pas [Résolu]

Re,

Peut-être aussi tenter cette autre simulation d'installation «forcée» :

sudo apt -s install nvidia-kernel-common-470=470.63.01-0ubuntu0.20.04.2 linux-modules-nvidia-470-generic=5.4.0-89.100 linux-modules-nvidia-470-5.4.0-89-generic=5.4.0-89.100

?

Dernière modification par ylag (Le 19/10/2021, à 15:43)

Hors ligne

#22 Le 19/10/2021, à 15:45

wallace27

Re : upgrade qui ne s'effectue pas [Résolu]

lubuntu@lubuntu-allseries:~$ sudo apt -s install nvidia-kernel-common-470=470.63.01-0ubuntu0.20.04.2 linux-modules-nvidia-470-generic=5.4.0-89.100 linux-modules-nvidia-470-5.4.0-89-generic=5.4.0-89.100
[sudo] password for lubuntu: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
nvidia-kernel-common-470 is already the newest version (470.63.01-0ubuntu0.20.04.2).
nvidia-kernel-common-470 set to manually installed.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies.
 linux-modules-nvidia-470-5.4.0-89-generic : Depends: nvidia-kernel-common-470 (>= 470.74) but 470.63.01-0ubuntu0.20.04.2 is to be installed
 linux-modules-nvidia-470-generic : Depends: nvidia-kernel-common-470 (>= 470.74) but 470.63.01-0ubuntu0.20.04.2 is to be installed
E: Unable to correct problems, you have held broken packages.
lubuntu@lubuntu-allseries:~$ 

Hors ligne

#23 Le 19/10/2021, à 15:47

ylag

Re : upgrade qui ne s'effectue pas [Résolu]

Re,
On voit deux paquets «cassés» au #20, il faut tenter d'en réparer l'installation :

sudo apt install --reinstall hplip libsane-hpaio:amd64

A+

Hors ligne

#24 Le 19/10/2021, à 15:49

wallace27

Re : upgrade qui ne s'effectue pas [Résolu]

lubuntu@lubuntu-allseries:~$ sudo apt install --reinstall hplip libsane-hpaio:amd64
[sudo] password for lubuntu: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  hplip-data libhpmud0 libimagequant0 printer-driver-hpcups printer-driver-postscript-hp python3-olefile python3-pexpect python3-pil
  python3-ptyprocess python3-renderpm python3-reportlab python3-reportlab-accel
Suggested packages:
  hplip-doc hplip-gui python3-notify2 python-pexpect-doc python-pil-doc python3-pil-dbg python3-renderpm-dbg python3-egenix-mxtexttools
  python-reportlab-doc
The following NEW packages will be installed
  hplip hplip-data libhpmud0 libimagequant0 libsane-hpaio printer-driver-hpcups printer-driver-postscript-hp python3-olefile python3-pexpect
  python3-pil python3-ptyprocess python3-renderpm python3-reportlab python3-reportlab-accel
0 to upgrade, 14 to newly install, 0 to remove and 1 not to upgrade.
Need to get 9’363 kB of archives.
After this operation, 22.0 MB of additional disk space will be used.
Do you want to continue? [O/n] o
Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 hplip-data all 3.20.3+dfsg0-2 [6’427 kB]
Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libhpmud0 amd64 3.20.3+dfsg0-2 [107 kB]
Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libsane-hpaio amd64 3.20.3+dfsg0-2 [126 kB]
Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 printer-driver-hpcups amd64 3.20.3+dfsg0-2 [266 kB]
Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-ptyprocess all 0.6.0-1ubuntu1 [13.3 kB]
Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pexpect all 4.6.0-1build1 [44.6 kB]
Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 libimagequant0 amd64 2.12.2-1.1 [31.4 kB]
Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-pil amd64 7.0.0-4ubuntu0.4 [363 kB]
Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-reportlab-accel amd64 3.5.34-1ubuntu1 [19.4 kB]
Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-reportlab all 3.5.34-1ubuntu1 [546 kB]
Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 hplip amd64 3.20.3+dfsg0-2 [204 kB]
Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 printer-driver-postscript-hp amd64 3.20.3+dfsg0-2 [1’122 kB]
Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-olefile all 0.46-2 [33.7 kB]
Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-renderpm amd64 3.5.34-1ubuntu1 [60.4 kB]
Fetched 9’363 kB in 0s (29.4 MB/s)           
Selecting previously unselected package hplip-data.
(Reading database ... 350316 files and directories currently installed.)
Preparing to unpack .../00-hplip-data_3.20.3+dfsg0-2_all.deb ...
Unpacking hplip-data (3.20.3+dfsg0-2) ...
Selecting previously unselected package libhpmud0:amd64.
Preparing to unpack .../01-libhpmud0_3.20.3+dfsg0-2_amd64.deb ...
Unpacking libhpmud0:amd64 (3.20.3+dfsg0-2) ...
Preparing to unpack .../02-libsane-hpaio_3.20.3+dfsg0-2_amd64.deb ...
Unpacking libsane-hpaio:amd64 (3.20.3+dfsg0-2) ...
Selecting previously unselected package printer-driver-hpcups.
Preparing to unpack .../03-printer-driver-hpcups_3.20.3+dfsg0-2_amd64.deb ...
Unpacking printer-driver-hpcups (3.20.3+dfsg0-2) ...
Selecting previously unselected package python3-ptyprocess.
Preparing to unpack .../04-python3-ptyprocess_0.6.0-1ubuntu1_all.deb ...
Unpacking python3-ptyprocess (0.6.0-1ubuntu1) ...
Selecting previously unselected package python3-pexpect.
Preparing to unpack .../05-python3-pexpect_4.6.0-1build1_all.deb ...
Unpacking python3-pexpect (4.6.0-1build1) ...
Selecting previously unselected package libimagequant0:amd64.
Preparing to unpack .../06-libimagequant0_2.12.2-1.1_amd64.deb ...
Unpacking libimagequant0:amd64 (2.12.2-1.1) ...
Selecting previously unselected package python3-pil:amd64.
Preparing to unpack .../07-python3-pil_7.0.0-4ubuntu0.4_amd64.deb ...
Unpacking python3-pil:amd64 (7.0.0-4ubuntu0.4) ...
Selecting previously unselected package python3-reportlab-accel:amd64.
Preparing to unpack .../08-python3-reportlab-accel_3.5.34-1ubuntu1_amd64.deb ...
Unpacking python3-reportlab-accel:amd64 (3.5.34-1ubuntu1) ...
Selecting previously unselected package python3-reportlab.
Preparing to unpack .../09-python3-reportlab_3.5.34-1ubuntu1_all.deb ...
Unpacking python3-reportlab (3.5.34-1ubuntu1) ...
Preparing to unpack .../10-hplip_3.20.3+dfsg0-2_amd64.deb ...
Unpacking hplip (3.20.3+dfsg0-2) ...
Selecting previously unselected package printer-driver-postscript-hp.
Preparing to unpack .../11-printer-driver-postscript-hp_3.20.3+dfsg0-2_amd64.deb ...
Unpacking printer-driver-postscript-hp (3.20.3+dfsg0-2) ...
Selecting previously unselected package python3-olefile.
Preparing to unpack .../12-python3-olefile_0.46-2_all.deb ...
Unpacking python3-olefile (0.46-2) ...
Selecting previously unselected package python3-renderpm:amd64.
Preparing to unpack .../13-python3-renderpm_3.5.34-1ubuntu1_amd64.deb ...
Unpacking python3-renderpm:amd64 (3.5.34-1ubuntu1) ...
Setting up python3-renderpm:amd64 (3.5.34-1ubuntu1) ...
Setting up python3-olefile (0.46-2) ...
Setting up hplip-data (3.20.3+dfsg0-2) ...
Setting up printer-driver-postscript-hp (3.20.3+dfsg0-2) ...
Setting up python3-reportlab-accel:amd64 (3.5.34-1ubuntu1) ...
Setting up libimagequant0:amd64 (2.12.2-1.1) ...
Setting up libhpmud0:amd64 (3.20.3+dfsg0-2) ...
Setting up libsane-hpaio:amd64 (3.20.3+dfsg0-2) ...
Setting up python3-ptyprocess (0.6.0-1ubuntu1) ...
Setting up python3-pil:amd64 (7.0.0-4ubuntu0.4) ...
Setting up python3-pexpect (4.6.0-1build1) ...
Setting up python3-reportlab (3.5.34-1ubuntu1) ...
Setting up printer-driver-hpcups (3.20.3+dfsg0-2) ...
Setting up hplip (3.20.3+dfsg0-2) ...
Creating/updating hplip user account...
Processing triggers for libc-bin (2.31-0ubuntu9.3) ...
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for dbus (1.12.16-2ubuntu2.1) ...
Processing triggers for cups (2.3.1-9ubuntu1.1) ...
Updating PPD files for hpcups ...
lubuntu@lubuntu-allseries:~$ 

Hors ligne

#25 Le 19/10/2021, à 15:50

wallace27

Re : upgrade qui ne s'effectue pas [Résolu]

je continue toutefois à voir un message qui me dit qu'un paquet peut être upgradé lors de la commande sudo apt update, mais qui résulte impossible à upgrader :

lubuntu@lubuntu-allseries:~$ sudo apt update
Hit:1 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal InRelease
Hit:2 https://download.docker.com/linux/ubuntu focal InRelease                                                                                  
Hit:3 http://archive.ubuntu.com/ubuntu focal InRelease                                                                                          
Hit:4 https://linux.teamviewer.com/deb stable InRelease                                                                                         
Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease                                                                          
Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease                                                                        
Hit:7 https://packages.microsoft.com/repos/ms-teams stable InRelease                                              
Get:8 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]       
Fetched 114 kB in 1s (140 kB/s)    
Reading package lists... Done
Building dependency tree       
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
lubuntu@lubuntu-allseries:~$ sudo apt upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
lubuntu@lubuntu-allseries:~$ sudo apt dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
lubuntu@lubuntu-allseries:~$ sudo apt autoremove 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
0 to upgrade, 0 to newly install, 0 to remove and 1 not to upgrade.
lubuntu@lubuntu-allseries:~$ sudo apt autoclean 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
lubuntu@lubuntu-allseries:~$ sudo apt update 
Hit:1 https://download.docker.com/linux/ubuntu focal InRelease
Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease                                                                                          
Hit:3 https://linux.teamviewer.com/deb stable InRelease                                                                                         
Hit:4 http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal InRelease                                                                    
Hit:5 http://archive.ubuntu.com/ubuntu focal-updates InRelease                                                                                  
Hit:6 http://archive.ubuntu.com/ubuntu focal-backports InRelease                                                                         
Hit:7 https://packages.microsoft.com/repos/ms-teams stable InRelease                                              
Get:8 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB]                                         
Fetched 114 kB in 1s (145 kB/s)    
Reading package lists... Done
Building dependency tree       
Reading state information... Done
1 package can be upgraded. Run 'apt list --upgradable' to see it.
lubuntu@lubuntu-allseries:~$ sudo apt full-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
lubuntu@lubuntu-allseries:~$ 

Hors ligne