#1 Le 11/02/2025, à 13:46
- Clhiver
Impossible d'installer Pitivi [RESOLU]
Salut à toutes et à tous,
J'utilise Xubuntu 22.04 LTS.
J'effectue une MAJ avec les commandes suivantes :
sudo apt-get update
sudo apt-get dist-upgrade
sudo apt-get autoremove
sudo apt-get autoclean
sudo reboot
Je cherche à installer PiTiVi, sauf que j'obtiens le message d'erreur suivant :
godinno@godinno:~/Bureau$ sudo apt-get install --no-install-recommends pitivi
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation :
Les paquets suivants contiennent des dépendances non satisfaites :
python3-gi-cairo : Dépend: python3-gi (= 3.42.0-3build1) mais 3.42.1-0ubuntu1 devra être installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
Voilà. J'imagine que j'ai pêché quelque part, mais où ?
Dernière modification par Clhiver (Le 14/02/2025, à 13:46)
L'informatique ça marche, sauf quand ça ne marche pas !
Hors ligne
#2 Le 11/02/2025, à 14:01
- xubu1957
Re : Impossible d'installer Pitivi [RESOLU]
Bonjour,
Fournis les retours de :
sudo apt update
et d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
Hors ligne
#3 Le 11/02/2025, à 14:22
- Clhiver
Re : Impossible d'installer Pitivi [RESOLU]
Bonjour xubu et merci de m'aider.
Je te fournis les retour demandés :
godinno@godinno:~/Bureau$ sudo apt update
[sudo] Mot de passe de godinno :
Atteint :1 http://security.ubuntu.com/ubuntu jammy-security InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu jammy InRelease
Réception de :3 https://packages.mozilla.org/apt mozilla InRelease [1524 B]
Réception de :4 https://packages.mozilla.org/apt mozilla/main i386 Packages [98,4 kB]
Réception de :5 https://packages.mozilla.org/apt mozilla/main all Packages [5502 kB]
Réception de :6 https://packages.mozilla.org/apt mozilla/main amd64 Packages [100 kB]
5702 ko réceptionnés en 4s (1431 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
godinno@godinno:~/Bureau$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-====================================-=======================================-============-================================================================================
L'informatique ça marche, sauf quand ça ne marche pas !
Hors ligne
#4 Le 11/02/2025, à 14:57
- xubu1957
Re : Impossible d'installer Pitivi [RESOLU]
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
Hors ligne
#5 Le 11/02/2025, à 14:57
- Clhiver
Re : Impossible d'installer Pitivi [RESOLU]
No problemo. Encore merci !
L'informatique ça marche, sauf quand ça ne marche pas !
Hors ligne
#6 Le 11/02/2025, à 15:10
- ylag
Re : Impossible d'installer Pitivi [RESOLU]
Bonjour,
Il semble manquer le dépôt jammy-updates dans les sources ?
La version 3.42.1-0ubuntu1 des deux paquets python3 récalcitrants s'y trouve : Paquets python3-gi
A+
Dernière modification par ylag (Le 11/02/2025, à 15:19)
Hors ligne
#7 Le 11/02/2025, à 15:16
- Clhiver
Re : Impossible d'installer Pitivi [RESOLU]
Bonjour, En fait, je décoche toujours la case "Code source" dans Synaptic. En clair, je ne coche que les cases main, restricted, universe et multiverse.
L'informatique ça marche, sauf quand ça ne marche pas !
Hors ligne
#8 Le 11/02/2025, à 15:21
- nany
Re : Impossible d'installer Pitivi [RESOLU]
Bonjour,
Les paquets suivants contiennent des dépendances non satisfaites : python3-gi-cairo : Dépend: python3-gi (= 3.42.0-3build1) mais 3.42.1-0ubuntu1 devra être installé E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
Il y a conflit de versions. on va tenter de comprendre pourquoi.
Donne les retours de :
apt show pitivy python3-gi python3-gi-cairo
apt policy python3-gi python3-gi-cairo
apt-mark showhold
find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat "$1"' _ '{}' \;
[edit]Grilled by ylag![/edit]
Dernière modification par nany (Le 11/02/2025, à 15:23)
Hors ligne
#9 Le 11/02/2025, à 15:25
- ylag
Re : Impossible d'installer Pitivi [RESOLU]
Bonjour,
Montre aussi le contenu de ton fichier principal de sources :
cat /etc/apt/sources.list
@nany :
Bonjour, pas de traces du dépôt jammy-updates dans le résultat de sudo apt update au #3 ?
A+
Dernière modification par ylag (Le 11/02/2025, à 15:31)
Hors ligne
#10 Le 11/02/2025, à 15:29
- nany
Re : Impossible d'installer Pitivi [RESOLU]
pas de traces du dépôt jammy dans le résultat de sudo apt update au #3
Bah si. Mais il manque peut-être effectivement jammy-updates.
Hors ligne
#11 Le 11/02/2025, à 15:33
- ylag
Re : Impossible d'installer Pitivi [RESOLU]
@nany :
Désolé, faute de frappe, il s'agirait bien de jammy-updates ...
Je viens de corriger le message #6.
La version courante des paquets python3 récalcitrants se trouve présentement dans jammy-updates, voir le lien au message #6.
A+
Dernière modification par ylag (Le 11/02/2025, à 15:39)
Hors ligne
#12 Le 11/02/2025, à 16:09
- Clhiver
Re : Impossible d'installer Pitivi [RESOLU]
godinno@godinno:~/Bureau$ apt show pitivy python3-gi python3-gi-cairo
Package: python3-gi
Version: 3.42.1-0ubuntu1
Status: install ok installed
Priority: important
Section: python
Source: pygobject
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Installed-Size: 765 kB
Depends: gir1.2-glib-2.0 (>= 1.48.0), python3 (<< 3.11), python3 (>= 3.10~), python3:any, libc6 (>= 2.14), libffi8 (>= 3.4), libgirepository-1.0-1 (>= 1.62.0-4~), libgirepository-1.0-1-with-libffi8 (>= 1.62.0-4~), libglib2.0-0 (>= 2.56.0)
Homepage: https://wiki.gnome.org/Projects/PyGObject
Download-Size: inconnu
APT-Manual-Installed: yes
APT-Sources: /var/lib/dpkg/status
Description: interfaçage avec Python 3 pour les bibliothèques gobject-introspection
GObject est une couche d'abstraction permettant de programmer dans un
paradigme objet qui est compatible avec beaucoup de langages. Elle fait
partie de Glib, la bibliothèque au cœur de GTK+ et GNOME.
.
Ce paquet fournit le créateur d'interfaçage avec Python 3 pour les
bibliothèques prenant en charge gobject-introspection, c'est-à-dire celles
fournissant un paquet gir1.2-<nom>-<version>. Avec ces paquets, les
bibliothèques peuvent être utilisées depuis Python 3.
Package: python3-gi-cairo
Version: 3.42.0-3build1
Priority: optional
Section: python
Source: pygobject
Origin: Ubuntu
Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 55,3 kB
Depends: python3-cairo (>= 1.11.1), python3-gi (= 3.42.0-3build1), python3 (<< 3.11), python3 (>= 3.10~), libc6 (>= 2.4), libcairo-gobject2 (>= 1.12.16), libcairo2 (>= 1.10.0), libglib2.0-0 (>= 2.56.0)
Homepage: https://wiki.gnome.org/Projects/PyGObject
Task: ubuntu-desktop-minimal, ubuntu-desktop, xubuntu-desktop, ubuntustudio-graphics, ubuntustudio-publishing, ubuntukylin-desktop, ubuntu-mate-core, ubuntu-mate-desktop, ubuntu-budgie-desktop, ubuntu-budgie-desktop-raspi
Download-Size: 8204 B
APT-Sources: http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
Description: liaisons Python 3 Cairo pour la bibliothèque GObject
GObject est une couche d'abstraction permettant de programmer dans un
paradigme objet qui est compatible avec beaucoup de langages. Elle fait
partie de Glib, la bibliothèque au cœur de GTK+ et GNOME.
.
Ce paquet contient les liaisons Python 3 Cairo pour GObject. Il est
principalement utilisé par d'autres liaisons pour mapper leurs GObjects
vers des objets Python.
N: Impossible de trouver le paquet pitivy
N: Impossible de trouver le paquet pitivy
N: Il y a 1 enregistrement supplémentaire. Veuillez utiliser l'opérande « -a » pour le voir
godinno@godinno:~/Bureau$ apt policy python3-gi python3-gi-cairo
python3-gi:
Installé : 3.42.1-0ubuntu1
Candidat : 3.42.1-0ubuntu1
Table de version :
*** 3.42.1-0ubuntu1 100
100 /var/lib/dpkg/status
3.42.0-3build1 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
python3-gi-cairo:
Installé : (aucun)
Candidat : 3.42.0-3build1
Table de version :
3.42.0-3build1 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
godinno@godinno:~/Bureau$ apt-mark showhold
godinno@godinno:~/Bureau$ find /etc/apt -type f -regex ".*\(list\|sources\).*" -exec bash -c 'echo -e "\n\t$1\n" ; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat "$1"' _ '{}' \;
/etc/apt/sources.list.save
/etc/apt/sources.list
# deb cdrom:[Xubuntu 22.04.4 LTS _Jammy Jellyfish_ - Release amd64 (20240216.1)]/ jammy main multiverse restricted universe
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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-src http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu jammy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
deb http://security.ubuntu.com/ubuntu jammy-security universe
# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
deb http://security.ubuntu.com/ubuntu jammy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
/etc/apt/sources.list.d/mozilla.list
deb [signed-by=/etc/apt/keyrings/packages.mozilla.org.asc] https://packages.mozilla.org/apt mozilla main
/etc/apt/sources.list.d/mozillateam-ubuntu-firefox-next-jammy.list
# deb https://ppa.launchpadcontent.net/mozillateam/firefox-next/ubuntu/ jammy main
# deb-src https://ppa.launchpadcontent.net/mozillateam/firefox-next/ubuntu/ jammy main
/etc/apt/sources.list.d/mozillateam-ubuntu-firefox-next-jammy.list.save
godinno@godinno:~/Bureau$ cat /etc/apt/sources.list
# deb cdrom:[Xubuntu 22.04.4 LTS _Jammy Jellyfish_ - Release amd64 (20240216.1)]/ jammy main multiverse restricted universe
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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-src http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu jammy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
deb http://security.ubuntu.com/ubuntu jammy-security universe
# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
deb http://security.ubuntu.com/ubuntu jammy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
L'informatique ça marche, sauf quand ça ne marche pas !
Hors ligne
#13 Le 11/02/2025, à 16:18
- nany
Re : Impossible d'installer Pitivi [RESOLU]
Il manque effectivement des choses dans le fichier sources.list.
Donne le retour de :
wget -qO- https://raw.githubusercontent.com/canonical/cloud-init/master/templates/sources.list.ubuntu.tmpl | sed -e "1,8d;s@{{mirror}}@http://fr.archive.ubuntu.com/ubuntu/@;s@{{codename}}@$(lsb_release -sc)@;s@{{security}}@http://security.ubuntu.com/ubuntu@;9i\\$(test -s /var/log/installer/media-info && awk -F'[ "]' '{if ( $3 ) {cn = $5} else {cn = $4};gsub("\"","_",$0);print "# deb cdrom:["$0"]/ "tolower(cn)" main restricted"}' /var/log/installer/media-info)" -e '$a\\n# This system was installed using small removable media\n# (e.g. netinst, live or single CD). The matching \"deb cdrom\"\n# entries were disabled at the end of the installation process.\n# For information about how to configure apt package sources,\n# see the sources.list(5) manual.' | sudo tee /etc/apt/sources.list
Donne ensuite le retour de :
sudo apt clean && sudo apt update
Hors ligne
#14 Le 11/02/2025, à 16:19
- Clhiver
Re : Impossible d'installer Pitivi [RESOLU]
Merci pour votre aide ! Il faut que j'ajoute des dépôts ?
L'informatique ça marche, sauf quand ça ne marche pas !
Hors ligne
#15 Le 11/02/2025, à 16:21
- nany
Re : Impossible d'installer Pitivi [RESOLU]
Il faut que j'ajoute des dépôts ?
Oui. Fais ce que je demande en #13.
Hors ligne
#16 Le 11/02/2025, à 16:25
- Clhiver
Re : Impossible d'installer Pitivi [RESOLU]
Voilà les retours demandés :
godinno@godinno:~/Bureau$ wget -qO- https://raw.githubusercontent.com/canonical/cloud-init/master/templates/sources.list.ubuntu.tmpl | sed -e "1,8d;s@{{mirror}}@http://fr.archive.ubuntu.com/ubuntu/@;s@{{codename}}@$(lsb_release -sc)@;s@{{security}}@http://security.ubuntu.com/ubuntu@;9i\\$(test -s /var/log/installer/media-info && awk -F'[ "]' '{if ( $3 ) {cn = $5} else {cn = $4};gsub("\"","_",$0);print "# deb cdrom:["$0"]/ "tolower(cn)" main restricted"}' /var/log/installer/media-info)" -e '$a\\n# This system was installed using small removable media\n# (e.g. netinst, live or single CD). The matching \"deb cdrom\"\n# entries were disabled at the end of the installation process.\n# For information about how to configure apt package sources,\n# see the sources.list(5) manual.' | sudo tee /etc/apt/sources.lis
[sudo] Mot de passe de godinno :
# deb cdrom:[Xubuntu 22.04.4 LTS _Jammy Jellyfish_ - Release amd64 (20240216.1)]/ jammy 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/ jammy main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu jammy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
deb http://security.ubuntu.com/ubuntu jammy-security universe
# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
deb http://security.ubuntu.com/ubuntu jammy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
godinno@godinno:~/Bureau$ sudo apt clean && sudo apt update
Réception de :1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Atteint :2 http://fr.archive.ubuntu.com/ubuntu jammy InRelease
Atteint :3 https://packages.mozilla.org/apt mozilla InRelease
129 ko réceptionnés en 1s (140 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
L'informatique ça marche, sauf quand ça ne marche pas !
Hors ligne
#17 Le 11/02/2025, à 16:27
- nany
Re : Impossible d'installer Pitivi [RESOLU]
Bizarre que le second retour ne soit pas plus long.
Redonne le retour de :
cat /etc/apt/sources.list
Hors ligne
#18 Le 11/02/2025, à 16:29
- Clhiver
Re : Impossible d'installer Pitivi [RESOLU]
godinno@godinno:~/Bureau$ cat /etc/apt/sources.list
# deb cdrom:[Xubuntu 22.04.4 LTS _Jammy Jellyfish_ - Release amd64 (20240216.1)]/ jammy main multiverse restricted universe
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
## Major bug fix updates produced after the final release of the
## distribution.
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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/ jammy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ jammy-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-src http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu jammy-security main restricted
# deb-src http://security.ubuntu.com/ubuntu jammy-security main restricted
deb http://security.ubuntu.com/ubuntu jammy-security universe
# deb-src http://security.ubuntu.com/ubuntu jammy-security universe
deb http://security.ubuntu.com/ubuntu jammy-security multiverse
# deb-src http://security.ubuntu.com/ubuntu jammy-security multiverse
# This system was installed using small removable media
# (e.g. netinst, live or single CD). The matching "deb cdrom"
# entries were disabled at the end of the installation process.
# For information about how to configure apt package sources,
# see the sources.list(5) manual.
L'informatique ça marche, sauf quand ça ne marche pas !
Hors ligne
#19 Le 11/02/2025, à 16:31
- nany
Re : Impossible d'installer Pitivi [RESOLU]
Bon ben c’est OK pour le fichier sources.list.
Tu peux réessayer d’installer Pitivi.
Hors ligne
#20 Le 11/02/2025, à 16:35
- Clhiver
Re : Impossible d'installer Pitivi [RESOLU]
Super ! J'essaie tout de suite....
Même motif, même punition...
godinno@godinno:~/Bureau$ sudo apt-get install --no-install-recommends pitivi
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Certains paquets ne peuvent être installés. Ceci peut signifier
que vous avez demandé l'impossible, ou bien, si vous utilisez
la distribution unstable, que certains paquets n'ont pas encore
été créés ou ne sont pas sortis d'Incoming.
L'information suivante devrait vous aider à résoudre la situation :
Les paquets suivants contiennent des dépendances non satisfaites :
python3-gi-cairo : Dépend: python3-gi (= 3.42.0-3build1) mais 3.42.1-0ubuntu1 devra être installé
E: Impossible de corriger les problèmes, des paquets défectueux sont en mode « garder en l'état ».
L'informatique ça marche, sauf quand ça ne marche pas !
Hors ligne
#21 Le 11/02/2025, à 16:46
- nany
Re : Impossible d'installer Pitivi [RESOLU]
Alors là le mystère s’épaissit.
Redonne le retour de :
apt policy python3-gi python3-gi-cairo
Hors ligne
#22 Le 11/02/2025, à 17:02
- Clhiver
Re : Impossible d'installer Pitivi [RESOLU]
Voici le retour demandé :
godinno@godinno:~/Bureau$ apt policy python3-gi python3-gi-cairo
python3-gi:
Installé : 3.42.1-0ubuntu1
Candidat : 3.42.1-0ubuntu1
Table de version :
*** 3.42.1-0ubuntu1 100
100 /var/lib/dpkg/status
3.42.0-3build1 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
python3-gi-cairo:
Installé : (aucun)
Candidat : 3.42.0-3build1
Table de version :
3.42.0-3build1 500
500 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages
L'informatique ça marche, sauf quand ça ne marche pas !
Hors ligne
#23 Le 11/02/2025, à 17:06
- nany
Re : Impossible d'installer Pitivi [RESOLU]
Bon, on va tenter quelque chose de peu orthodoxe.
Donne les retours de :
cd /var/lib/apt
sudo mv lists lists.old
sudo mkdir -p lists/partial
sudo chown -v _apt:root lists/partial
sudo chmod -v 700 lists/partial
sudo apt clean && sudo apt update
Dernière modification par nany (Le 11/02/2025, à 17:13)
Hors ligne
#24 Le 11/02/2025, à 17:11
- Clhiver
Re : Impossible d'installer Pitivi [RESOLU]
Je te donne le retour de la dernière commande :
godinno@godinno:/var/lib/apt$ sudo apt clean && sudo apt update
Réception de :1 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu jammy InRelease [270 kB]
Réception de :3 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [588 kB]
Réception de :4 https://packages.mozilla.org/apt mozilla InRelease [1524 B]
Réception de :5 http://fr.archive.ubuntu.com/ubuntu jammy/main i386 Packages [1040 kB]
Réception de :6 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2077 kB]
Réception de :7 http://security.ubuntu.com/ubuntu jammy-security/main Translation-en [325 kB]
Réception de :8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 DEP-11 Metadata [43,1 kB]
Réception de :9 http://security.ubuntu.com/ubuntu jammy-security/main DEP-11 48x48 Icons [16,9 kB]
Réception de :10 http://security.ubuntu.com/ubuntu jammy-security/main DEP-11 64x64 Icons [26,5 kB]
Réception de :11 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [13,3 kB]
Réception de :12 http://security.ubuntu.com/ubuntu jammy-security/restricted i386 Packages [38,5 kB]
Réception de :13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [2836 kB]
Réception de :14 https://packages.mozilla.org/apt mozilla/main all Packages [5502 kB]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 Packages [1395 kB]
Réception de :16 http://security.ubuntu.com/ubuntu jammy-security/restricted Translation-en [498 kB]
Réception de :17 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 DEP-11 Metadata [208 B]
Réception de :18 http://security.ubuntu.com/ubuntu jammy-security/restricted DEP-11 48x48 Icons [29 B]
Réception de :19 http://security.ubuntu.com/ubuntu jammy-security/restricted DEP-11 64x64 Icons [29 B]
Réception de :20 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 c-n-f Metadata [580 B]
Réception de :21 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [650 kB]
Réception de :22 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [961 kB]
Réception de :23 http://security.ubuntu.com/ubuntu jammy-security/universe Translation-en [205 kB]
Réception de :24 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 DEP-11 Metadata [126 kB]
Réception de :25 http://security.ubuntu.com/ubuntu jammy-security/universe DEP-11 48x48 Icons [82,0 kB]
Réception de :26 http://security.ubuntu.com/ubuntu jammy-security/universe DEP-11 64x64 Icons [122 kB]
Réception de :27 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [19,5 kB]
Réception de :28 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 Packages [37,6 kB]
Réception de :29 http://security.ubuntu.com/ubuntu jammy-security/multiverse i386 Packages [1356 B]
Réception de :30 http://security.ubuntu.com/ubuntu jammy-security/multiverse Translation-en [8260 B]
Réception de :31 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 DEP-11 Metadata [208 B]
Réception de :32 http://security.ubuntu.com/ubuntu jammy-security/multiverse DEP-11 48x48 Icons [29 B]
Réception de :33 http://security.ubuntu.com/ubuntu jammy-security/multiverse DEP-11 64x64 Icons [29 B]
Réception de :34 http://security.ubuntu.com/ubuntu jammy-security/multiverse amd64 c-n-f Metadata [224 B]
Réception de :35 http://fr.archive.ubuntu.com/ubuntu jammy/main Translation-fr [486 kB]
Réception de :36 http://fr.archive.ubuntu.com/ubuntu jammy/main Translation-en [510 kB]
Réception de :37 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 DEP-11 Metadata [423 kB]
Réception de :38 http://fr.archive.ubuntu.com/ubuntu jammy/main DEP-11 48x48 Icons [100,0 kB]
Réception de :39 http://fr.archive.ubuntu.com/ubuntu jammy/main DEP-11 64x64 Icons [148 kB]
Réception de :40 http://fr.archive.ubuntu.com/ubuntu jammy/main amd64 c-n-f Metadata [30,3 kB]
Réception de :41 http://fr.archive.ubuntu.com/ubuntu jammy/restricted i386 Packages [30,4 kB]
Réception de :42 http://fr.archive.ubuntu.com/ubuntu jammy/restricted amd64 Packages [129 kB]
Réception de :43 http://fr.archive.ubuntu.com/ubuntu jammy/restricted Translation-en [18,6 kB]
Réception de :44 http://fr.archive.ubuntu.com/ubuntu jammy/restricted Translation-fr [4760 B]
Réception de :45 http://fr.archive.ubuntu.com/ubuntu jammy/restricted amd64 c-n-f Metadata [488 B]
Réception de :46 http://fr.archive.ubuntu.com/ubuntu jammy/universe i386 Packages [7474 kB]
Réception de :47 http://fr.archive.ubuntu.com/ubuntu jammy/universe amd64 Packages [14,1 MB]
Réception de :48 https://packages.mozilla.org/apt mozilla/main amd64 Packages [100 kB]
Réception de :49 https://packages.mozilla.org/apt mozilla/main i386 Packages [98,4 kB]
Réception de :50 http://fr.archive.ubuntu.com/ubuntu jammy/universe Translation-fr [3564 kB]
Réception de :51 http://fr.archive.ubuntu.com/ubuntu jammy/universe Translation-en [5652 kB]
Réception de :52 http://fr.archive.ubuntu.com/ubuntu jammy/universe amd64 DEP-11 Metadata [3559 kB]
Réception de :53 http://fr.archive.ubuntu.com/ubuntu jammy/universe DEP-11 48x48 Icons [3447 kB]
Réception de :54 http://fr.archive.ubuntu.com/ubuntu jammy/universe DEP-11 64x64 Icons [7609 kB]
Réception de :55 http://fr.archive.ubuntu.com/ubuntu jammy/universe amd64 c-n-f Metadata [286 kB]
Réception de :56 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse i386 Packages [112 kB]
Réception de :57 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse amd64 Packages [217 kB]
Réception de :58 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse Translation-fr [93,5 kB]
Réception de :59 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse Translation-en [112 kB]
Réception de :60 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse amd64 DEP-11 Metadata [42,1 kB]
Réception de :61 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse DEP-11 48x48 Icons [42,7 kB]
Réception de :62 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse DEP-11 64x64 Icons [193 kB]
Réception de :63 http://fr.archive.ubuntu.com/ubuntu jammy/multiverse amd64 c-n-f Metadata [8372 B]
65,6 Mo réceptionnés en 8s (8476 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Tous les paquets sont à jour.
L'informatique ça marche, sauf quand ça ne marche pas !
Hors ligne
#25 Le 11/02/2025, à 17:17
- nany
Re : Impossible d'installer Pitivi [RESOLU]
OK. Donne le retour de :
ls -l /var/lib/pat/lists
Hors ligne