Le 14/10/2019 à 18:36, rudu a écrit :
Do you want to continue? [Y/n]
dpkg: error: parsing file '/var/lib/dpkg/status' near line 44958
package 'libqwt-qt5-6':
field name '!use' must be followed by colon
E: Sub-process dpkg --set-selections returned an error code (2)
E: Couldn't clean the currently selected dpkg states
Isn't there a problem with that /var/lib/dpkg/status file too ?
I finally got out of my problem by doing this :
# cd /var/lib/dpkg
# cp status status.backup
# cp status-old status-old.backup
# cp status-old status
# apt --fix-broken install
# apt-get update
# apt-get upgrade
# rm status.backup
# rm status-old.backup
Great thanks to Jonas for his help,
Rudu