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 25/07/2018, à 07:46

fredmir

[Résolu] Erreur "package python 3" à chaque installation de logiciels

Bonjour,

voici le type d'erreur qui m'est renvoyé par Logiciels à chaque fois que j'installe un logiciel. D'abord en installant Kdenlive, et là en installant le navigateur Chromium

ubuntu 18 error while installing package : installed  python 3 package post installation script subprocess returned error exit status 4

C'est grave ? Laissez comme ça ?

Merci à vous

Dernière modification par fredmir (Le 25/07/2018, à 10:28)


Clevo I7 i7-8750H HD630 ( Intel® UHD Graphics 630 )
Disque dur 500Go 5400tr/min SATA-3 6Gb/s 2½ 7MM
Disque dur ultra rapide 120Go SSD M.2 (mémoire Flash)
Mémoire DDR4 Sodimm 16Go / Ubuntu 22.04.3 LTS

Hors ligne

#2 Le 25/07/2018, à 07:57

xubu1957

Re : [Résolu] Erreur "package python 3" à chaque installation de logiciels


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#3 Le 25/07/2018, à 10:27

fredmir

Re : [Résolu] Erreur "package python 3" à chaque installation de logiciels

Suivi le lien dans le lauchpad et ensuite la formule

apt install --reinstall hplip hplip-data

hplip ou autre..

puis

sudo apt-get install --reinstalar python3

Changer "reinstalar" par reinstall (l'intervenant était espagnol).

J'ai par la suite installer Chromium sans problème. J'imagine que ça sera pareil pour d'autres applications.

Merci smile


Clevo I7 i7-8750H HD630 ( Intel® UHD Graphics 630 )
Disque dur 500Go 5400tr/min SATA-3 6Gb/s 2½ 7MM
Disque dur ultra rapide 120Go SSD M.2 (mémoire Flash)
Mémoire DDR4 Sodimm 16Go / Ubuntu 22.04.3 LTS

Hors ligne

#4 Le 17/09/2019, à 06:08

yu pa

Re : [Résolu] Erreur "package python 3" à chaque installation de logiciels

commen faire pour regler se beuibe

ubuntu 18 error while installing package : installed  python 3 package post installation script subprocess returned error exit status 4

Hors ligne

#5 Le 17/09/2019, à 06:15

xubu1957

Re : [Résolu] Erreur "package python 3" à chaque installation de logiciels

Bonjour,

@yu pa

Vu > askubuntu.com/questions/1166411/error-while-installing-package-installed-python3-package-post-installation-scri/1166422

Que donne :

sudo apt update
sudo apt full-upgrade

?

Dernière modification par xubu1957 (Le 17/09/2019, à 06:16)


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#6 Le 17/09/2019, à 14:58

yu pa

Re : [Résolu] Erreur "package python 3" à chaque installation de logiciels

                                                                dpkg: trop d'erreurs, arrêt
Traitement des actions différées (« triggers ») pour libc-bin (2.27-3ubuntu1) ...
Traitement des actions différées (« triggers ») pour initramfs-tools (0.130ubuntu3.8) ...
update-initramfs: Generating /boot/initrd.img-4.15.0-54-generic
Des erreurs ont été rencontrées pendant l'exécution :
 python3
 update-notifier-common
 usb-creator-gtk
 ubuntu-web-launchers
 python3-brlapi
 python3-numpy
 language-selector-common
 py3-oqapy-iproc
 python3-update-manager
 apparmor
 python3-wadllib
 oqapy
 gnome-shell
 apport-gtk
 python3-aptdaemon.gtk3widgets
 apturl
 python3-gi-cairo
 netplan.io
 ubuntu-release-upgrader-core
 python3-gi
 python3-apport
 python3-netifaces
 gnome-terminal
 blender
 python3-problem-report
 gnome-tweaks
 ubuntu-drivers-common
 snapd
 python3-debconf
 python3-uno
 ibus
 software-properties-gtk
 apturl-common
 nplan
 python3-aptdaemon
 update-notifier
 gnome-software
 rhythmbox-plugin-alternative-toolbar
 aptdaemon
 ubuntu-desktop
 kazam
 gedit-common
 python3-httplib2
 unattended-upgrades
 gedit
 python3-requests
 apport
 update-manager
 python3-gdbm:amd64
 python3-software-properties
 python3-urllib3
L'exécution a été arrêtée car il y avait trop d'erreurs.
E: Sub-process /usr/bin/dpkg returned an error code (1)
boss@T440:~$ 

Hors ligne

#7 Le 17/09/2019, à 15:01

xubu1957

Re : [Résolu] Erreur "package python 3" à chaque installation de logiciels

Montre le sources.list :

find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;
cqfd93 a écrit :

Astuce pour copier / coller sans erreur :

  • triple clic gauche pour sélectionner et copier une ligne entière

  • clic molette pour coller dans le terminal


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#8 Le 17/09/2019, à 15:09

yu pa

Re : [Résolu] Erreur "package python 3" à chaque installation de logiciels

merci sa marche matenan

Hors ligne

#9 Le 17/09/2019, à 15:11

yu pa

Re : [Résolu] Erreur "package python 3" à chaque installation de logiciels

a non sa marche plus

Hors ligne

#10 Le 17/09/2019, à 15:14

yu pa

Re : [Résolu] Erreur "package python 3" à chaque installation de logiciels

boss@T440:~$ find /etc/apt -type f -name '*.list*' -exec bash -c 'echo -e "\n$1\n"; [[ $1 = *".list" ]] && nl -ba "$1"' _ '{}' \;

/etc/apt/sources.list.d/apandada1-ubuntu-brightness-controller-bionic.list

     1	deb http://ppa.launchpad.net/apandada1/brightness-controller/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/apandada1/brightness-controller/ubuntu bionic main

/etc/apt/sources.list.d/apandada1-ubuntu-brightness-controller-bionic.list.save


/etc/apt/sources.list.d/costales-ubuntu-folder-color-bionic.list

     1	deb http://ppa.launchpad.net/costales/folder-color/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/costales/folder-color/ubuntu bionic main

/etc/apt/sources.list.d/costales-ubuntu-folder-color-bionic.list.save


/etc/apt/sources.list.d/danielrichter2007-ubuntu-grub-customizer-bionic.list

     1	deb http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/danielrichter2007/grub-customizer/ubuntu bionic main

/etc/apt/sources.list.d/danielrichter2007-ubuntu-grub-customizer-bionic.list.save


/etc/apt/sources.list.d/djcj-ubuntu-screenfetch-bionic.list

     1	deb http://ppa.launchpad.net/djcj/screenfetch/ubuntu xenial main
     2	# deb-src http://ppa.launchpad.net/djcj/screenfetch/ubuntu xenial main

/etc/apt/sources.list.d/djcj-ubuntu-screenfetch-bionic.list.save


/etc/apt/sources.list.d/fossfreedom-ubuntu-indicator-sysmonitor-bionic.list


/etc/apt/sources.list.d/fossfreedom-ubuntu-indicator-sysmonitor-bionic.list.save


/etc/apt/sources.list.d/inkscape_dev-ubuntu-stable-bionic.list

     1	deb http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/inkscape.dev/stable/ubuntu bionic main

/etc/apt/sources.list.d/inkscape_dev-ubuntu-stable-bionic.list.save


/etc/apt/sources.list.d/jonathonf-ubuntu-ffmpeg-3-bionic.list


/etc/apt/sources.list.d/jonathonf-ubuntu-ffmpeg-3-bionic.list.save


/etc/apt/sources.list.d/libreoffice-ubuntu-ppa-bionic.list

     1	deb http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/libreoffice/ppa/ubuntu bionic main

/etc/apt/sources.list.d/libreoffice-ubuntu-ppa-bionic.list.save


/etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-bionic.list

     1	deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu bionic main

/etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-bionic.list.save


/etc/apt/sources.list.d/otto-kesselgulasch-ubuntu-misc-bionic.list

     1	deb http://ppa.launchpad.net/otto-kesselgulasch/misc/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/otto-kesselgulasch/misc/ubuntu bionic main

/etc/apt/sources.list.d/otto-kesselgulasch-ubuntu-misc-bionic.list.save


/etc/apt/sources.list.d/thomas-schiex-ubuntu-blender-bionic.list

     1	deb http://ppa.launchpad.net/thomas-schiex/blender/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/thomas-schiex/blender/ubuntu bionic main

/etc/apt/sources.list.d/thomas-schiex-ubuntu-blender-bionic.list.save


/etc/apt/sources.list.d/transmissionbt-ubuntu-ppa-bionic.list

     1	deb http://ppa.launchpad.net/transmissionbt/ppa/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/transmissionbt/ppa/ubuntu bionic main

/etc/apt/sources.list.d/transmissionbt-ubuntu-ppa-bionic.list.save


/etc/apt/sources.list.d/tsbarnes-ubuntu-indicator-keylock-bionic.list


/etc/apt/sources.list.d/tsbarnes-ubuntu-indicator-keylock-bionic.list.save


/etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-ppa-bionic.list

     1	deb http://ppa.launchpad.net/ubuntu-toolchain-r/ppa/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/ubuntu-toolchain-r/ppa/ubuntu bionic main

/etc/apt/sources.list.d/ubuntu-toolchain-r-ubuntu-ppa-bionic.list.save


/etc/apt/sources.list.d/ubuntu-wine-ubuntu-ppa-bionic.list


/etc/apt/sources.list.d/ubuntu-wine-ubuntu-ppa-bionic.list.save


/etc/apt/sources.list.d/ubuntuhandbook1-ubuntu-apps-bionic.list

     1	deb http://ppa.launchpad.net/ubuntuhandbook1/apps/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/ubuntuhandbook1/apps/ubuntu bionic main

/etc/apt/sources.list.d/ubuntuhandbook1-ubuntu-apps-bionic.list.save


/etc/apt/sources.list.d/vincent-vandevyvre-ubuntu-vvv-bionic.list

     1	deb http://ppa.launchpad.net/vincent-vandevyvre/vvv/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/vincent-vandevyvre/vvv/ubuntu bionic main

/etc/apt/sources.list.d/vincent-vandevyvre-ubuntu-vvv-bionic.list.save


/etc/apt/sources.list.d/videolan-ubuntu-stable-daily-bionic.list


/etc/apt/sources.list.d/videolan-ubuntu-stable-daily-bionic.list.save


/etc/apt/sources.list.d/webupd8team-ubuntu-y-ppa-manager-bionic.list

     1	deb http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu bionic main

/etc/apt/sources.list.d/webupd8team-ubuntu-y-ppa-manager-bionic.list.save


/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-bionic.list

     1	deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu bionic main

/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-bionic.list.save


/etc/apt/sources.list.d/yoggic-ubuntu-dpluzz-bionic.list

     1	deb http://ppa.launchpad.net/yoggic/dpluzz/ubuntu bionic main
     2	# deb-src http://ppa.launchpad.net/yoggic/dpluzz/ubuntu bionic main

/etc/apt/sources.list.d/skype-stable.list

     1	deb [arch=amd64] https://repo.skype.com/deb stable main

/etc/apt/sources.list

     1	# deb cdrom:[Ubuntu 18.04 LTS _Bionic Beaver_ - Release amd64 (20180426)]/ bionic main restricted
     2	
     3	# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
     4	# newer versions of the distribution.
     5	deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ bionic main restricted
     6	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
     7	
     8	## Major bug fix updates produced after the final release of the
     9	## distribution.
    10	deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ bionic-updates main restricted
    11	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
    12	
    13	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    14	## team. Also, please note that software in universe WILL NOT receive any
    15	## review or updates from the Ubuntu security team.
    16	deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ bionic universe
    17	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
    18	deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ bionic-updates universe
    19	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
    20	
    21	## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu 
    22	## team, and may not be under a free licence. Please satisfy yourself as to 
    23	## your rights to use the software. Also, please note that software in 
    24	## multiverse WILL NOT receive any review or updates from the Ubuntu
    25	## security team.
    26	deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ bionic multiverse
    27	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
    28	deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ bionic-updates multiverse
    29	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
    30	
    31	## N.B. software from this repository may not have been tested as
    32	## extensively as that contained in the main release, although it includes
    33	## newer versions of some applications which may provide useful features.
    34	## Also, please note that software in backports WILL NOT receive any review
    35	## or updates from the Ubuntu security team.
    36	deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ bionic-backports main restricted universe multiverse
    37	# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-backports main restricted universe multiverse
    38	
    39	## Uncomment the following two lines to add software from Canonical's
    40	## 'partner' repository.
    41	## This software is not part of Ubuntu, but is offered by Canonical and the
    42	## respective vendors as a service to Ubuntu users.
    43	deb http://archive.canonical.com/ubuntu bionic partner
    44	deb-src http://archive.canonical.com/ubuntu bionic partner
    45	
    46	deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ bionic-security main restricted
    47	# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
    48	deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ bionic-security universe
    49	# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
    50	deb http://bouyguestelecom.ubuntu.lafibre.info/ubuntu/ bionic-security multiverse
    51	# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse

/etc/apt/sources.list.save

boss@T440:~$ 

Hors ligne

#11 Le 17/09/2019, à 15:19

xubu1957

Re : [Résolu] Erreur "package python 3" à chaque installation de logiciels

Va falloir le renfort des aidants costauds, vu les PPA.


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne

#12 Le 17/09/2019, à 15:26

xubu1957

Re : [Résolu] Erreur "package python 3" à chaque installation de logiciels

Tu n'aurais pas une imprimante Hewlett-Packard ?


Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Résolu] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci.                   Membre de Linux-Azur

En ligne