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 08/11/2020, à 13:13

chemin

[Résolu] Problème de dépôts et APT

Bonjour
J'ai aussi un problème un peu identique
Je suis sous ubuntu 18.04.5 LTS
J'ai voulu installer la dernière version de QGIS à savoir la 3.16 après avoir désinstallé la version précédente.
Je suis passé par le terminal en utilisant du code trouvé sur internet. J'ai dû bien me mélanger les pinceaux car je suis complètement bloqué.
Dès le départ le code suivant : <sudo apt install gnupg software-properties-common> me renvoie ceci < E: Le type « wget » est inconnu sur la ligne 1 dans la liste des sources /etc/apt/sources.list
E: La liste des sources ne peut être lue.>



Afin de progresser dans mon problème j'ai donc lancé la requête suivante : sudo gedit /etc/apt/sources.list
Ce qui me donne ceci :

wget -O - https://qgis.org/downloads/qgis-2020.gpg.key | gpg --import
wget -O - https://qgis.org/downloads/qgis-2017.gpg.key | gpg --import
gpg --fingerprint CAEB3DC3BDF7FB45
gpg --export --armor CAEB3DC3BDF7FB45 | sudo apt-key add -
sudo apt-get update
sudo apt-get install qgis python-qgis qgis-plugin-grass
deb [url]https://qgis.org/debian[/url] bionic main
# deb cdrom:[Ubuntu 14.04 LTS _Trusty Tahr_ - Release i386 (20140417)]/ trusty main restricted

# See [url]http://help.ubuntu.com/community/UpgradeNotes[/url] for how to upgrade to
# newer versions of the distribution.
deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic main restricted
deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic main restricted

## Major bug fix updates produced after the final release of the
## distribution.

## 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 [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic universe
deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic 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 [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic multiverse
deb-src [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic 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 [url]http://security.ubuntu.com/ubuntu[/url] bionic-security main restricted
deb-src [url]http://security.ubuntu.com/ubuntu[/url] bionic-security main restricted
deb [url]http://security.ubuntu.com/ubuntu[/url] bionic-security universe
deb-src [url]http://security.ubuntu.com/ubuntu[/url] bionic-security universe
deb [url]http://security.ubuntu.com/ubuntu[/url] bionic-security multiverse
deb-src [url]http://security.ubuntu.com/ubuntu[/url] bionic-security 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 [url]http://archive.canonical.com/ubuntu[/url] bionic partner
deb-src [url]http://archive.canonical.com/ubuntu[/url] bionic partner

# deb [url]http://qgis.org/debian[/url] jessie main deb-src [url]http://qgis.org/debian[/url] jessie main
# deb-src [url]http://qgis.org/debian[/url] jessie main deb-src [url]http://qgis.org/debian[/url] jessie main # désactivé pour la mise à niveau vers bionic
# deb http : qgis ppa ubuntu org unstable ubuntugis launchpad net xenial . - main /
# deb-src http : / / qgis . org / ubuntugis xenial main
# deb - src http : / / qgis . org / ubuntugis xenial main
# deb-src - src http : / / qgis . org / ubuntugis xenial main
# deb-src http : / / ppa . launchpad . net / ubuntugis / ubuntugis - unstable / ubuntu xenial main
deb [url]http://fr.archive.ubuntu.com/ubuntu/[/url] bionic-updates main universe restricted multiverse
deb [url]https://qgis.org/debian[/url] bionic main

Que dois je faire ensuite?

--
Modération : message remis en forme

Dernière modification par bruno (Le 11/07/2021, à 10:00)

Hors ligne

#2 Le 08/11/2020, à 13:16

xubu1957

Re : [Résolu] Problème de dépôts et APT

Bonjour,

@chemin

Pour ajouter toi-même les balises code à ton précédent message :                 Notre modération a fait le job.      smile

  • Cliquer sur  le lien « Modifier » en bas à droite du message

  • Sélectionner le texte

  • Cliquer sur le <> de l'éditeur de message

1530289742.png

Comme indiqué dans le premier message du tutoriel Retour utilisable de commande.

_ _ _

Fournis :

echo; lsb_release -d ; echo -e "\nNoyau courant : $(uname -mr)"; echo $XDG_CURRENT_DESKTOP ; echo; ls -lt /usr/share/xsessions | awk '{print $6,$7,$8,$9}'

Méthode détaillée :

cqfd93 a écrit :

Bonjour,

Entrer des commandes dans un terminal et donner le résultat - Voilà la marche à suivre :

  1. Ouvre le terminal avec ctrl-alt-t

  2. Sélectionne la commande voulue avec un triple clic (ça sélectionne toute la ligne, même la fin si on ne la voit pas)

  3. Colle-la dans le terminal avec un clic molette, valide avec Entrée

  4. Sélectionne et copie tout ce que te dit le terminal depuis la commande jusqu'à la dernière ligne incluse

  5. Clique sur le <> de l'éditeur de message

    1530289742.png

  6. Colle là où se trouve le curseur (entre le ] et le [)

  7. Refais toutes les étapes depuis la 2 pour les autres commandes.

Nota : demande envoyée à la modération pour scinder ce fil, et ouvrir une discussion distincte.

Dernière modification par xubu1957 (Le 11/07/2021, à 11:34)


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

Hors ligne

#3 Le 08/11/2020, à 14:09

abelthorne

Re : [Résolu] Problème de dépôts et APT

(Effectivement, il faut créer un nouveau sujet dans ce genre de cas.)

Dans ton sources.list, tu as apparemment collé des commandes au lieu de les taper dans le terminal (ou en plus). Édite ton sources.list :

sudo nano /etc/apt/sources.list

Supprime tout son contenu (ctrl + K pour effacer des lignes entières) et colle ça à la place :

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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/ bionic universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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/ bionic multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://fr.archive.ubuntu.com/ubuntu/ bionic-updates multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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/ bionic-backports main restricted universe multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic-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 bionic partner
# deb-src http://archive.canonical.com/ubuntu bionic partner

deb http://security.ubuntu.com/ubuntu bionic-security main restricted
# deb-src http://security.ubuntu.com/ubuntu bionic-security main restricted
deb http://security.ubuntu.com/ubuntu bionic-security universe
# deb-src http://security.ubuntu.com/ubuntu bionic-security universe
deb http://security.ubuntu.com/ubuntu bionic-security multiverse
# deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse

Enregistre avec ctrl + O, valide le nom de fichier, ferme Nano avec ctrl + X.

Crée un fichier dédié pour Qgis :

sudo nano /etc/apt/sources.list.d/qgis.list

Colle ceci dedans :

deb https://qgis.org/debian bionic main

Enregistre de la même façon : ctrl + O, valide le nom, ctrl + X.

Recharge la liste des dépôts et donne le retour :

sudo apt-get update

Hors ligne

#4 Le 08/11/2020, à 14:12

xubu1957

Re : [Résolu] Problème de dépôts et APT

@abelthorne

 - Release i386 

C'est pas un système qui serait en 32 bits ?


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

Hors ligne

#5 Le 08/11/2020, à 14:17

abelthorne

Re : [Résolu] Problème de dépôts et APT

C'est fort possible, si ce CD Trusty désactivé qui traîne dans les sources est bien celui qui a servi à l'installation.

Cela étant dit, c'est une 18.04 et si Qgis fournit des paquets 32 bits, ça ne pose pas vraiment de problème dans l'immédiat.

Hors ligne

#6 Le 08/11/2020, à 16:33

chemin

Re : [Résolu] Problème de dépôts et APT

Désolé pour avoir mis un peu le bazard sur le forum par ignorances des procédures.
Merci pour tes lignes de codes. J'ai pu réinstaller qgis 3.16 mais, je ne sais pas si tu connais ce super logiciel de carto, il se ferme lorsque que je vais dans préférences/options/outils cartographiques. Serait-ce dû au fait que lors des manips précédentes j'ai eu un soucis :

sudo apt install gnupg software-properties-common
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
gnupg est déjà la version la plus récente (2.2.4-1ubuntu1.3).
software-properties-common est déjà la version la plus récente (0.96.24.32.14).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 4 non mis à jour.
jean-paul@perrigaud:~$ wget -qO - https://qgis.org/downloads/qgis-2020.gpg.key | sudo gpg --no-default-keyring --keyring gnupg-ring:/etc/apt/trusted.gpg.d/qgis-archive.gpg --import
gpg: Attention : le propriétaire du répertoire personnel « /home/jean-paul/.gnupg »
            n'est pas sûr
gpg: key F7E06F06199EF2F2: 1 signature not checked due to a missing key
gpg: clef F7E06F06199EF2F2 : « QGIS Archive Automatic Signing Key (2020) <qgis-developer@lists.osgeo.org> » n'est pas modifiée
gpg: Quantité totale traitée : 1
gpg:              non modifiées : 1

Hors ligne

#7 Le 08/11/2020, à 16:51

abelthorne

Re : [Résolu] Problème de dépôts et APT

Donne le retour de :

sudo apt-get update

ainsi que :

ls -lRa ~ | grep root

Hors ligne

#8 Le 08/11/2020, à 17:48

chemin

Re : [Résolu] Problème de dépôts et APT

sudo apt-get update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Ign :2 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic InRelease        
Atteint :3 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease        
Atteint :4 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease      
Err :5 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic Release          
  404  Not Found [IP : 2001:67c:1560:8008::15 80]
Atteint :6 http://archive.canonical.com/ubuntu bionic InRelease                
Réception de :7 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Atteint :8 https://qgis.org/debian bionic InRelease                            
Lecture des listes de paquets... Fait                                          
E: Le dépôt http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.

ls -lRa ~ | grep root
ls: impossible d'accéder à '/home/jean-paul/.gvfs': Permission non accordée
drwxr-xr-x   6 root      root          4096 janv. 25  2015 ..
-rw-r--r--   1 root      root       2013266 févr.  7  2012 epson-inkjet-printer-workforce-635-nx625-series_1.0.1-1lsb3.2_i386.deb
-rw-rw-r-- 1 jean-paul jean-paul 12436 oct.  13  2014 ccroot.py
-rw-rw-r-- 1 jean-paul jean-paul 12917 oct.  13  2014 ccroot.py
-rw-rw-r-- 1 jean-paul jean-paul 12917 oct.  13  2014 ccroot.py
-rw-rw-r-- 1 jean-paul jean-paul 12917 oct.  13  2014 ccroot.py
-rw-rw-r-- 1 jean-paul jean-paul 12917 oct.  13  2014 ccroot.py
-rw-rw-r-- 1 jean-paul jean-paul 12917 oct.  13  2014 ccroot.py
-rw-rw-r-- 1 jean-paul jean-paul 12438 oct.  13  2014 ccroot.py
-rw-rw-r-- 1 jean-paul jean-paul 12436 oct.  13  2014 ccroot.py
-rw-rw-r-- 1 jean-paul jean-paul 12436 oct.  13  2014 ccroot.py
-rw-rw-rw- 1 jean-paul jean-paul 13275 janv. 13  2016 ccroot.py
-rw-rw-rw- 1 jean-paul jean-paul 13275 janv. 13  2016 ccroot.py
-rw-rw-rw- 1 jean-paul jean-paul 13275 janv. 13  2016 ccroot.py
-rw-rw-rw- 1 jean-paul jean-paul 13275 janv. 13  2016 ccroot.py
-rw-rw-rw- 1 jean-paul jean-paul 13275 janv. 13  2016 ccroot.py
-rw-rw-rw- 1 jean-paul jean-paul 13275 janv. 13  2016 ccroot.py
-rw-rw-rw- 1 jean-paul jean-paul 13275 janv. 13  2016 ccroot.py
-rw-rw-rw- 1 jean-paul jean-paul 13275 janv. 13  2016 ccroot.py
-rw-rw-rw- 1 jean-paul jean-paul 13275 janv. 13  2016 ccroot.py
-rw-rw-rw- 1 jean-paul jean-paul 13275 janv. 13  2016 ccroot.py
-rw-rw-rw- 1 jean-paul jean-paul 13275 janv. 13  2016 ccroot.py
ls: impossible d'accéder à '/home/jean-paul/.cache/doc': Permission non accordée
drwx------   2 root      root        4096 nov.   8 15:00 dconf
ls: impossible d'ouvrir le répertoire '/home/jean-paul/.cache/dconf': Permission non accordée
ls: impossible d'ouvrir le répertoire '/home/jean-paul/.cache/doc': Permission non accordée
-rw-rw-r-- 1 jean-paul jean-paul  44914 mai   14  2015 myapps.developer.ubuntu.com_site%5fmedia_appmedia_2013_09_rootkit-ranger.png
-rw-rw-r-- 1 jean-paul jean-paul   8178 janv. 16  2015 rootkitranger-icon-rootkit-ranger-64.png
-rw-rw-r-- 1 jean-paul jean-paul     671 mai   14  2015 rec.ubuntu.com,api,1.0,recommend_app,rootkitranger,,9c4ea47797c93b41318e50bf39111fe2
-rw-rw-r-- 1 jean-paul jean-paul  1316 mai   14  2015 reviews.ubuntu.com,reviews,api,1.0,reviews,filter,fr,any,any,any,rootkitranger,page,1,helpful,,c2be2ca797d0e0892c193146fd3b45c1
-rw-rw-r-- 1 jean-paul jean-paul   611 mai   14  2015 reviews.ubuntu.com,reviews,api,1.0,reviews,filter,fr,lp-ppa-commercial-ppa-uploaders-rootkitranger,trusty,any,,10eda87ebe69758706329dda9c62de6f
-rw-r--r--  1 root      root      38690 nov.   8 15:00 user
-rw-r--r--  1 root      root         39 nov.   8 15:22 crssync.conf
-rw-r--r-- 1 root      root      40776 févr.  4  2017 aidezmoi.txt
-rw-r--r--  1 root      root           6792 oct.   1  2016 aidezmoi.txt
srwx------  1 root      root          0 oct.  24 12:23 S.gpg-agent
srwx------  1 root      root          0 oct.  24 12:23 S.gpg-agent.browser
srwx------  1 root      root          0 oct.  24 12:23 S.gpg-agent.extra
srwx------  1 root      root          0 oct.  24 12:23 S.gpg-agent.ssh
ls: impossible d'ouvrir le répertoire '/home/jean-paul/.gvfs': Permission non accordée
drwxr-xr-x  3 root      root        4096 févr. 10  2019 crssync
-rw-------  1 root      root      281764 nov.   8 15:00 recently-used.xbel
drwxr-xr-x  3 root      root       4096 févr. 10  2019 .
drwxr-xr-x  3 root      root       4096 févr. 10  2019 profiles
drwxr-xr-x 3 root root 4096 févr. 10  2019 .
drwxr-xr-x 3 root root 4096 févr. 10  2019 ..
drwxr-xr-x 3 root root 4096 févr. 10  2019 default
drwxr-xr-x 3 root root 4096 févr. 10  2019 .
drwxr-xr-x 3 root root 4096 févr. 10  2019 ..
drwxr-xr-x 2 root root 4096 févr. 10  2019 palettes
drwxr-xr-x 2 root root 4096 févr. 10  2019 .
drwxr-xr-x 3 root root 4096 févr. 10  2019 ..
-rw-------  1 jean-paul jean-paul  125248 nov.   8 16:36 root
-rw-------  1 jean-paul jean-paul   24576 mai   25  2019 root.022B2Z
-rw-------  1 jean-paul jean-paul   93156 mars  25  2020 root.0TLMH0
-rw-r--r--  1 jean-paul jean-paul       0 mars  27  2019 root-13e4bb66.log.BE2XYZ
-rw-------  1 jean-paul jean-paul   28672 avril  3  2020 root.16BPI0
-rw-------  1 jean-paul jean-paul   81764 juin  29  2019 root.1OIV3Z
-rw-------  1 jean-paul jean-paul       0 déc.  23  2019 root.248OD0
-rw-------  1 jean-paul jean-paul   16384 sept. 28  2019 root.2ALF8Z
-rw-------  1 jean-paul jean-paul   82288 août  30  2019 root.2PJ46Z
-rw-r--r--  1 jean-paul jean-paul   32768 juil. 13 15:02 root-36fbb2b8.log
-rw-------  1 jean-paul jean-paul       0 févr. 23  2019 root.3WXOXZ
-rw-------  1 jean-paul jean-paul       0 nov.  15  2019 root.4VM2A0
-rw-r--r--  1 jean-paul jean-paul       0 oct.  26 12:40 root-51c2f85c.log.FIQ8S0
-rw-r--r--  1 jean-paul jean-paul   32768 mai    6  2019 root-5584265a.log
-rw-------  1 jean-paul jean-paul   24576 janv. 24  2020 root.55MUE0
-rw-------  1 jean-paul jean-paul   88484 déc.   6  2019 root.58M4B0
-rw-------  1 jean-paul jean-paul       0 avril 20  2019 root.5E27ZZ
-rw-------  1 jean-paul jean-paul   91332 mars  13  2020 root.5HOCH0
-rw-------  1 jean-paul jean-paul    4096 févr. 28  2020 root.5VVTG0
-rw-r--r--  1 jean-paul jean-paul       0 mai   30  2019 root-6bfbbcd8.log.72P52Z
-rw-------  1 jean-paul jean-paul   80528 mars  27  2019 root.6T6XYZ
-rw-------  1 jean-paul jean-paul    4096 juil. 26  2019 root.6YTM5Z
-rw-------  1 jean-paul jean-paul   88828 déc.  21  2019 root.6YZZC0
-rw-------  1 jean-paul jean-paul       0 mai   25 22:56 root.77JQK0
-rw-r--r--  1 jean-paul jean-paul   32768 avril  4  2019 root-85f1ece7.log
-rw-r--r--  1 jean-paul jean-paul   32768 nov.   8 16:36 root-8a803a6c.log
-rw-------  1 jean-paul jean-paul    4096 avril 18  2020 root.98R4I0
-rw-r--r--  1 jean-paul jean-paul       0 mars  25  2020 root-a1ce2704.log.RQMLH0
-rw-r--r--  1 jean-paul jean-paul   32768 oct.  22  2019 root-b00c8a21.log
-rw-------  1 jean-paul jean-paul    4096 févr. 19  2020 root.BDX5F0
-rw-r--r--  1 jean-paul jean-paul    8192 déc.   6  2019 root-bfa19ddf.log.FPV3B0
-rw-------  1 jean-paul jean-paul       0 avril 25  2020 root.BKTUJ0
-rw-------  1 jean-paul jean-paul       0 juin  20 15:56 root.BPJFM0
-rw-------  1 jean-paul jean-paul  125172 oct.  26 12:40 root.BXZ8S0
-rw-r--r--  1 jean-paul jean-paul       0 juil.  9 22:24 root-c4a027ec.log.8J8EN0
-rw-r--r--  1 jean-paul jean-paul   32768 nov.  14  2019 root-caadecef.log
-rw-------  1 jean-paul jean-paul   24576 août   2  2019 root.CKPT5Z
-rw-------  1 jean-paul jean-paul       0 août  20 22:24 root.CQWJP0
-rw-------  1 jean-paul jean-paul    4096 mai   19  2019 root.D5YC2Z
-rw-r--r--  1 jean-paul jean-paul   32768 oct.  10 20:47 root-d851a973.log
-rw-r--r--  1 jean-paul jean-paul   28672 mars  13  2020 root-d9cc6f17.log.7R0CH0
-rw-r--r--  1 jean-paul jean-paul       0 mai   10  2019 root-de29d7a7.log.DY6C1Z
-rw-r--r--  1 jean-paul jean-paul       0 déc.  21  2019 root-deeb5dd8.log.MNX0C0
-rw-------  1 jean-paul jean-paul   80880 mai   12  2019 root.DH8C1Z
-rw-------  1 jean-paul jean-paul       0 mars  14  2020 root.DR0HH0
-rw-r--r--  1 jean-paul jean-paul   32768 oct.   6  2019 root-e1622a8a.log
-rw-r--r--  1 jean-paul jean-paul       0 juin  29  2019 root-eea3d2eb.log.463W3Z
-rw-------  1 jean-paul jean-paul    4096 sept.  1  2019 root.EYAF7Z
-rw-------  1 jean-paul jean-paul       0 juin  18 22:00 root.FLQ7L0
-rw-------  1 jean-paul jean-paul  123744 juil.  9 22:24 root.FRWGN0
-rw-------  1 jean-paul jean-paul   20480 sept.  7 22:07 root.HVZNQ0
-rw-------  1 jean-paul jean-paul    4096 mai    3  2020 root.IJNIJ0
-rw-------  1 jean-paul jean-paul   69632 févr. 14  2019 root.KBWKXZ
-rw-------  1 jean-paul jean-paul       0 déc.  14  2019 root.LP6XC0
-rw-------  1 jean-paul jean-paul       0 mai   11  2019 root.M3WM1Z
-rw-------  1 jean-paul jean-paul    4096 oct.  25 20:22 root.ME74S0
-rw-------  1 jean-paul jean-paul       0 déc.  20  2019 root.MYFZC0
-rw-------  1 jean-paul jean-paul    8192 nov.   6 19:54 root.N1YPT0
-rw-------  1 jean-paul jean-paul       0 sept. 22 21:49 root.P6BZQ0
-rw-------  1 jean-paul jean-paul       0 mars   6  2020 root.RH6GH0
-rw-------  1 jean-paul jean-paul       0 mars  24  2020 root.RI1ZH0
-rw-------  1 jean-paul jean-paul    4096 avril 27  2020 root.SIDMJ0
-rw-------  1 jean-paul jean-paul       0 mars  30  2019 root.T3HDZZ
-rw-------  1 jean-paul jean-paul   80880 mai    9  2019 root.TLAI1Z
-rw-------  1 jean-paul jean-paul   45056 févr. 27  2020 root.TZTEG0
-rw-------  1 jean-paul jean-paul    4096 sept. 22  2019 root.VANC8Z
-rw-------  1 jean-paul jean-paul    4096 oct.  22 20:42 root.VZF4S0
-rw-------  1 jean-paul jean-paul       0 nov.  25  2019 root.W0GKB0
-rw-------  1 jean-paul jean-paul   80880 mai   10  2019 root.X6RD1Z
-rw-------  1 jean-paul jean-paul    8192 mai   16 13:17 root.XHLLK0
-rw-------  1 jean-paul jean-paul       0 nov.   3  2019 root.XIRBA0
-rw-------  1 jean-paul jean-paul   24576 mai   21 18:22 root.XVDTK0
-rw-------  1 jean-paul jean-paul   81168 mai   30  2019 root.YE052Z
-rw-------  1 jean-paul jean-paul    4096 sept. 28  2019 root.Z2LP8Z
-rw-rw-r--  1 jean-paul jean-paul 10880 déc.   8  2016 root.py
-rw-rw-r-- 1 jean-paul jean-paul 21228 déc.   8  2016 test_rootresolve.py
-rw-rw-r--  1 jean-paul jean-paul   7311 déc.   8  2016 roots.py
-rw-rw-r-- 1 jean-paul jean-paul  1378 déc.   8  2016 _websetroot
-rw-rw-r--  1 jean-paul jean-paul   1797 déc.   8  2016 test_roots.py
-rw-r--r-- 1 jean-paul jean-paul  598 oct.  16  2006 kml_root.rxml
drwx------  3 jean-paul jean-paul 4096 janv.  3  2012 application_root
/home/jean-paul/sauvegarde USB/GEopochi/GEopochi/vendor/rails/actionpack/test/fixtures/application_root:
/home/jean-paul/sauvegarde USB/GEopochi/GEopochi/vendor/rails/actionpack/test/fixtures/application_root/app:
/home/jean-paul/sauvegarde USB/GEopochi/GEopochi/vendor/rails/actionpack/test/fixtures/application_root/app/controllers:
/home/jean-paul/sauvegarde USB/GEopochi/GEopochi/vendor/rails/actionpack/test/fixtures/application_root/app/controllers/a_class_that_contains_a_controller:
/home/jean-paul/sauvegarde USB/GEopochi/GEopochi/vendor/rails/actionpack/test/fixtures/application_root/app/controllers/module_that_holds_controllers:
/home/jean-paul/sauvegarde USB/GEopochi/GEopochi/vendor/rails/actionpack/test/fixtures/application_root/app/models:
drwxrwxr-x  4 jean-paul jean-paul     4096 mars  21  2015 catroot
/home/jean-paul/.wine/drive_c/windows/system32/catroot:
/home/jean-paul/.wine/drive_c/windows/system32/catroot/{127d0a1d-4ef2-11d1-8608-00c04fc295ee}:
/home/jean-paul/.wine/drive_c/windows/system32/catroot/{f750e6c3-38ee-11d1-85e5-00c04fc295ee}:

Hors ligne

#9 Le 08/11/2020, à 17:56

abelthorne

Re : [Résolu] Problème de dépôts et APT

Tu as un vieux dépôt Wine complètement obsolète et plein de fichiers dans ton dossier perso qui appartiennent à root, tu as dû faire des manipulations un peu hasardeuses avec sudo...
On va commencer par te réattribuer le contenu de ton dossier perso :

sudo chown -R jean-paul:jean-paul /home/jean-paul

Une fois que c'est fait, relance Qgis : il plante toujours en allant dans ses paramètres ?

Ensuite, on va s'occuper du PPA. Donne le retour de :

ls /etc/apt/sources.list.d
cat /etc/apt/sources.list.d/*.list

Hors ligne

#10 Le 08/11/2020, à 18:56

chemin

Re : [Résolu] Problème de dépôts et APT

Hélas oui toujours le même  problème de plantage

sudo chown -R jean-paul:jean-paul /home/jean-paul
[sudo] Mot de passe de jean-paul : 
chown: modification du propriétaire de '/home/jean-paul/.gvfs': Fonction non implantée
chown: modification du propriétaire de '/home/jean-paul/.cache/doc/by-app': Fonction non implantée
chown: modification du propriétaire de '/home/jean-paul/.cache/doc': Fonction non implantée
ls /etc/apt/sources.list.d
chaoswizard-tvdownloader-trusty.list
chaoswizard-tvdownloader-trusty.list.distUpgrade
chaoswizard-tvdownloader-trusty.list.save
jtaylor-ubuntu-keepass-xenial.list
jtaylor-ubuntu-keepass-xenial.list.distUpgrade
jtaylor-ubuntu-keepass-xenial.list.save
nextcloud-devs-ubuntu-client-xenial.list
nextcloud-devs-ubuntu-client-xenial.list.distUpgrade
nextcloud-devs-ubuntu-client-xenial.list.save
nilarimogard-webupd8-trusty.list
nilarimogard-webupd8-trusty.list.distUpgrade
nilarimogard-webupd8-trusty.list.save
owncloud-client.list
owncloud-client.list.distUpgrade
owncloud-client.list.save
qgis.list
qgis.list.save
ubuntugis-ubuntugis-unstable-trusty.list
ubuntugis-ubuntugis-unstable-trusty.list.distUpgrade
ubuntugis-ubuntugis-unstable-trusty.list.save
ubuntugis-ubuntu-ubuntugis-unstable-xenial.list
ubuntugis-ubuntu-ubuntugis-unstable-xenial.list.distUpgrade
ubuntugis-ubuntu-ubuntugis-unstable-xenial.list.save
ubuntu-wine-ppa-trusty.list
ubuntu-wine-ppa-trusty.list.distUpgrade
ubuntu-wine-ppa-trusty.list.save
ubuntu-wine-ubuntu-ppa-bionic.list
ubuntu-wine-ubuntu-ppa-bionic.list.save
yoggic-dpluzz-trusty.list
yoggic-dpluzz-trusty.list.distUpgrade
yoggic-dpluzz-trusty.list.save
cat /etc/apt/sources.list.d/*.list
# deb http://ppa.launchpad.net/chaoswizard/tvdownloader/ubuntu xenial main # désactivé pour la mise à niveau vers xenial
# deb-src http://ppa.launchpad.net/chaoswizard/tvdownloader/ubuntu trusty main
# deb http://ppa.launchpad.net/jtaylor/keepass/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
# deb-src http://ppa.launchpad.net/jtaylor/keepass/ubuntu xenial main
# deb http://ppa.launchpad.net/nextcloud-devs/client/ubuntu bionic main # désactivé pour la mise à niveau vers bionic
# deb-src http://ppa.launchpad.net/nextcloud-devs/client/ubuntu xenial main
# deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu bionic main # désactivé pour la mise à niveau vers xenial désactivé pour la mise à niveau vers bionic
# deb-src http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu trusty main
# deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/xUbuntu_14.04/ / # désactivé pour la mise à niveau vers xenial
# deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/xUbuntu_14.04/ / # désactivé pour la mise à niveau vers xenial
# deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/xUbuntu_14.04/ / # désactivé pour la mise à niveau vers xenial
deb https://qgis.org/debian bionic main
# deb http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu xenial main # désactivé pour la mise à niveau vers xenial
# deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu xenial main # désactivé pour la mise à niveau vers xenial
# deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu xenial main
# deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu xenial main
# deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu xenial main
# deb-src http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu xenial main
# deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu xenial main # désactivé pour la mise à niveau vers xenial
# deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu trusty main
# deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu trusty main # désactivé pour la mise à niveau vers bionic
# deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu trusty main
deb http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic main
# deb-src http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic main
# deb http://ppa.launchpad.net/yoggic/dpluzz/ubuntu xenial main # désactivé pour la mise à niveau vers xenial
# deb-src http://ppa.launchpad.net/yoggic/dpluzz/ubuntu trusty main
# deb-src http://ppa.launchpad.net/yoggic/dpluzz/ubuntu trusty main
# deb-src http://ppa.launchpad.net/yoggic/dpluzz/ubuntu trusty main

Hors ligne

#11 Le 08/11/2020, à 18:59

abelthorne

Re : [Résolu] Problème de dépôts et APT

Tu as plein de vieux dépôts désactivées, certains remontent à xenial et trusty... De quoi est-ce que tu as besoin là-dedans ?
- chaoswizard-tvdownloader-trusty.list ;
- jtaylor-ubuntu-keepass-xenial.list ;
- nextcloud-devs-ubuntu-client-xenial.list ;
- nilarimogard-webupd8-trusty.list : dépôt fourre-tout de WebUpd8 ;
- owncloud-client.list ;
- ubuntugis-ubuntugis-unstable-trusty.list : ancien dépôt Qgis ?
- ubuntu-wine-ppa-trusty.list : obsolète, il y a un nouveau dépôt ;
- yoggic-dpluzz-trusty.list.

Hors ligne

#12 Le 08/11/2020, à 19:17

chemin

Re : [Résolu] Problème de dépôts et APT

Le mieux c'est de faire un ménage complet car ils ne me semblent pas indispensables

Hors ligne

#13 Le 08/11/2020, à 19:30

abelthorne

Re : [Résolu] Problème de dépôts et APT

Alors :

cd /etc/apt/sources.list.d
sudo rm *.save *.distUpgrade chaoswizard-tvdownloader-trusty.list jtaylor-ubuntu-keepass-xenial.list nextcloud-devs-ubuntu-client-xenial.list nilarimogard-webupd8-trusty.list owncloud-client.list ubuntugis-ubuntugis-unstable-trusty.list ubuntu-wine-ppa-trusty.list yoggic-dpluzz-trusty.list

puis donne le retour de :

sudo apt-get update
apt list | grep "installé, local"

Concernant Qgis : si tu le lances en ligne de commande (probablement qgis) et que tu vas dans les paramètres où ça le fait planter, qu'est-ce que tu as comme retour dans le terminal ?

Hors ligne

#14 Le 08/11/2020, à 19:47

chemin

Re : [Résolu] Problème de dépôts et APT

jean-paul@perrigaud:~$ cd /etc/apt/sources.list.d
jean-paul@perrigaud:/etc/apt/sources.list.d$ sudo rm *.save *.distUpgrade chaoswizard-tvdownloader-trusty.list jtaylor-ubuntu-keepass-xenial.list nextcloud-devs-ubuntu-client-xenial.list nilarimogard-webupd8-trusty.list owncloud-client.list ubuntugis-ubuntugis-unstable-trusty.list ubuntu-wine-ppa-trusty.list yoggic-dpluzz-trusty.list
[sudo] Mot de passe de jean-paul : 
rm: impossible de supprimer '*.save': Aucun fichier ou dossier de ce type
rm: impossible de supprimer '*.distUpgrade': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'chaoswizard-tvdownloader-trusty.list': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'jtaylor-ubuntu-keepass-xenial.list': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'nextcloud-devs-ubuntu-client-xenial.list': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'nilarimogard-webupd8-trusty.list': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'owncloud-client.list': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'ubuntugis-ubuntugis-unstable-trusty.list': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'ubuntu-wine-ppa-trusty.list': Aucun fichier ou dossier de ce type
rm: impossible de supprimer 'yoggic-dpluzz-trusty.list': Aucun fichier ou dossier de ce type
jean-paul@perrigaud:/etc/apt/sources.list.d$ 
jean-paul@perrigaud:/etc/apt/sources.list.d$ sudo apt-get update
Ign :1 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic InRelease
Réception de :2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Atteint :3 http://fr.archive.ubuntu.com/ubuntu bionic InRelease                
Réception de :4 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Err :5 http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic Release          
  404  Not Found [IP : 2001:67c:1560:8008::15 80]
Atteint :6 http://archive.canonical.com/ubuntu bionic InRelease                
Réception de :7 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease [74,6 kB]
Réception de :8 http://security.ubuntu.com/ubuntu bionic-security/main i386 DEP-11 Metadata [48,9 kB]
Réception de :9 http://security.ubuntu.com/ubuntu bionic-security/universe i386 DEP-11 Metadata [59,6 kB]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu bionic-updates/main i386 DEP-11 Metadata [295 kB]
Réception de :11 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 DEP-11 Metadata [2464 B]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe i386 DEP-11 Metadata [288 kB]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu bionic-updates/multiverse i386 DEP-11 Metadata [2464 B]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu bionic-backports/universe i386 DEP-11 Metadata [9288 B]
0% [Attente des fichiers d'en-tête]apt list | grep "installé, local"           
Err :15 https://qgis.org/debian bionic InRelease
  Échec de la connexion [IP : 2606:4700:3033::6818:7651 443]
Lecture des listes de paquets... Fait
E: Le dépôt http://ppa.launchpad.net/ubuntu-wine/ppa/ubuntu bionic Release n'a pas de fichier Release.
N: Les mises à jour depuis un tel dépôt ne peuvent s'effectuer de manière sécurisée, et sont donc désactivées par défaut.
N: Voir les pages de manuel d'apt-secure(8) pour la création des dépôts et les détails de configuration d'un utilisateur.
jean-paul@perrigaud:/etc/apt/sources.list.d$ apt list | grep "installé, local"

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

epson-inkjet-printer-workforce-635-nx625-series/now 1.0.1-1lsb3.2 i386  [installé, local]
iscan/now 2.30.1-1~usb0.1.ltdl7 i386  [installé, local]
iscan-data/now 1.36.0-1 all  [installé, local]
iscan-network-nt/now 1.1.1-1 i386  [installé, local]
keepass2/now 2.41+dfsg-1~ubuntu16.04~ppa1 all  [installé, local]
libboost-system1.54.0/now 1.54.0-4ubuntu3.1 i386  [installé, local]
libboost-thread1.54.0/now 1.54.0-4ubuntu3.1 i386  [installé, local]
libecwj2/now 3.3-1 i386  [installé, local]
libgcrypt11/now 1.5.3-2ubuntu4.3 i386  [installé, local]
libgdal-ecw-src/now 1.10.0-1~raring4 all  [installé, local]
libgnutls26/now 2.12.23-12ubuntu2.5 i386  [installé, local]
libgphoto2-port10/now 2.5.3.1-1ubuntu2.2 i386  [installé, local]
libgstreamer-plugins-base0.10-0/now 0.10.36-2ubuntu0.1 i386  [installé, local]
libgstreamer0.10-0/now 0.10.36-1.5ubuntu1 i386  [installé, local]
libpng12-0/now 1.2.54-1ubuntu1.1 i386  [installé, local]
libpng12-dev/now 1.2.54-1ubuntu1.1 i386  [installé, local]
libpoppler44/now 0.24.5-2ubuntu4.4 i386  [installé, local]
librtmp0/now 2.4+20121230.gitdf6c518-1 i386  [installé, local]
libvpx1/now 1.3.0-2 i386  [installé, local]
libwebkit1.1-cil/now 0.3-7 all  [installé, local]
linux-image-3.13.0-93-generic/now 3.13.0-93.140 i386  [installé, local]
linux-image-extra-3.13.0-93-generic/now 3.13.0-93.140 i386  [installé, local]
monodoc-browser/now 4.2-1 all  [installé, local]
net.downloadhelper.coapp/now 1.3.0 i386  [installé, local]
xnview/now 0.83 i386  [installé, local]
youtube-dl/now 1:2018.04.03-1~webupd8~xenial0 all  [installé, local]
zoom/now 3.5.374815.0324 i386  [installé, local]
jean-paul@perrigaud:/etc/apt/sources.list.d$

POur lancer qgis en ligne de commandes je ne sais pas faire

Hors ligne

#15 Le 08/11/2020, à 19:52

abelthorne

Re : [Résolu] Problème de dépôts et APT

Ah, attends, j'ai oublié des fichiers :

ls /etc/apt/sources.list.d

Donne aussi le retour de :

apt-cache policy keepass2 libboost-system1.54.0 libboost-thread1.54.0 libecwj2 libgcrypt11 libgdal-ecw-src libgnutls26 libgphoto2-port10 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libpng12-0 libpng12-dev libpoppler44 librtmp0 libvpx1 libwebkit1.1-cil monodoc-browser net.downloadhelper.coapp xnview youtube-dl

Est-ce que tu as besoin de Keepass2, DownloadHelper, Xnview et youtube-dl ?

Pour lancer Qgis en ligne de commande, essaie simplement de taper qgis pour voir ce que ça donne. Si ça ne fonctionne pas, on regardera son lanceur pour trouver la bonne commande.

EDIT : et donc, tu as une Ubuntu 32 bits. C'est normal ? Tu as un vieux CPU 32 bits ou tu as installé la "mauvaise" version ?

Dernière modification par abelthorne (Le 08/11/2020, à 19:55)

Hors ligne

#16 Le 08/11/2020, à 20:34

chemin

Re : [Résolu] Problème de dépôts et APT

Non pas besoin de ces 4 logiciel

qgis
QGIS died on signal 11Could not attach to process.  If your uid matches the uid of the target
process, check the setting of /proc/sys/kernel/yama/ptrace_scope, or try
again as the root user.  For more details, see /etc/sysctl.d/10-ptrace.conf
ptrace: Opération non permise.
No thread selected
No stack.
gdb returned 0
Abandon (core dumped)
ls /etc/apt/sources.list.d
qgis.list
ubuntugis-ubuntu-ubuntugis-unstable-xenial.list
ubuntu-wine-ubuntu-ppa-bionic.list
jean-paul@perrigaud:~$ apt-cache policy keepass2 libboost-system1.54.0 libboost-thread1.54.0 libecwj2 libgcrypt11 libgdal-ecw-src libgnutls26 libgphoto2-port10 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libpng12-0 libpng12-dev libpoppler44 librtmp0 libvpx1 libwebkit1.1-cil monodoc-browser net.downloadhelper.coapp xnview youtube-dl
keepass2:
  Installé : 2.41+dfsg-1~ubuntu16.04~ppa1
  Candidat : 2.41+dfsg-1~ubuntu16.04~ppa1
 Table de version :
 *** 2.41+dfsg-1~ubuntu16.04~ppa1 100
        100 /var/lib/dpkg/status
     2.38+dfsg-1 500
        500 http://fr.archive.ubuntu.com/ubuntu bionic/universe i386 Packages
libboost-system1.54.0:
  Installé : 1.54.0-4ubuntu3.1
  Candidat : 1.54.0-4ubuntu3.1
 Table de version :
 *** 1.54.0-4ubuntu3.1 100
        100 /var/lib/dpkg/status
libboost-thread1.54.0:
  Installé : 1.54.0-4ubuntu3.1
  Candidat : 1.54.0-4ubuntu3.1
 Table de version :
 *** 1.54.0-4ubuntu3.1 100
        100 /var/lib/dpkg/status
libecwj2:
  Installé : 3.3-1
  Candidat : 3.3-1
 Table de version :
 *** 3.3-1 100
        100 /var/lib/dpkg/status
libgcrypt11:
  Installé : 1.5.3-2ubuntu4.3
  Candidat : 1.5.3-2ubuntu4.3
 Table de version :
 *** 1.5.3-2ubuntu4.3 100
        100 /var/lib/dpkg/status
libgdal-ecw-src:
  Installé : 1.10.0-1~raring4
  Candidat : 1.10.0-1~raring4
 Table de version :
 *** 1.10.0-1~raring4 100
        100 /var/lib/dpkg/status
libgnutls26:
  Installé : 2.12.23-12ubuntu2.5
  Candidat : 2.12.23-12ubuntu2.5
 Table de version :
 *** 2.12.23-12ubuntu2.5 100
        100 /var/lib/dpkg/status
libgphoto2-port10:
  Installé : 2.5.3.1-1ubuntu2.2
  Candidat : 2.5.3.1-1ubuntu2.2
 Table de version :
 *** 2.5.3.1-1ubuntu2.2 100
        100 /var/lib/dpkg/status
libgstreamer-plugins-base0.10-0:
  Installé : 0.10.36-2ubuntu0.1
  Candidat : 0.10.36-2ubuntu0.1
 Table de version :
 *** 0.10.36-2ubuntu0.1 100
        100 /var/lib/dpkg/status
libgstreamer0.10-0:
  Installé : 0.10.36-1.5ubuntu1
  Candidat : 0.10.36-1.5ubuntu1
 Table de version :
 *** 0.10.36-1.5ubuntu1 100
        100 /var/lib/dpkg/status
libpng12-0:
  Installé : 1.2.54-1ubuntu1.1
  Candidat : 1.2.54-1ubuntu1.1
 Table de version :
 *** 1.2.54-1ubuntu1.1 100
        100 /var/lib/dpkg/status
libpng12-dev:
  Installé : 1.2.54-1ubuntu1.1
  Candidat : 1.2.54-1ubuntu1.1
 Table de version :
 *** 1.2.54-1ubuntu1.1 100
        100 /var/lib/dpkg/status
libpoppler44:
  Installé : 0.24.5-2ubuntu4.4
  Candidat : 0.24.5-2ubuntu4.4
 Table de version :
 *** 0.24.5-2ubuntu4.4 100
        100 /var/lib/dpkg/status
librtmp0:
  Installé : 2.4+20121230.gitdf6c518-1
  Candidat : 2.4+20121230.gitdf6c518-1
 Table de version :
 *** 2.4+20121230.gitdf6c518-1 100
        100 /var/lib/dpkg/status
libvpx1:
  Installé : 1.3.0-2
  Candidat : 1.3.0-2
 Table de version :
 *** 1.3.0-2 100
        100 /var/lib/dpkg/status
libwebkit1.1-cil:
  Installé : 0.3-7
  Candidat : 0.3-7
 Table de version :
 *** 0.3-7 100
        100 /var/lib/dpkg/status
monodoc-browser:
  Installé : 4.2-1
  Candidat : 4.2-1
 Table de version :
 *** 4.2-1 100
        100 /var/lib/dpkg/status
net.downloadhelper.coapp:
  Installé : 1.3.0
  Candidat : 1.3.0
 Table de version :
 *** 1.3.0 100
        100 /var/lib/dpkg/status
xnview:
  Installé : 0.83
  Candidat : 0.83
 Table de version :
 *** 0.83 100
        100 /var/lib/dpkg/status
youtube-dl:
  Installé : 1:2018.04.03-1~webupd8~xenial0
  Candidat : 1:2018.04.03-1~webupd8~xenial0
 Table de version :
 *** 1:2018.04.03-1~webupd8~xenial0 100
        100 /var/lib/dpkg/status
     2018.03.14-1ubuntu18.04.1 500
        500 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe i386 Packages
     2018.03.14-1 500
        500 http://fr.archive.ubuntu.com/ubuntu bionic/universe i386 Packages

Hors ligne

#17 Le 08/11/2020, à 20:39

abelthorne

Re : [Résolu] Problème de dépôts et APT

Je vais quand même te faire réinstaller ceux qui sont dispo dans les dépôts Ubuntu :

sudo apt-get install --reinstall keepass2=2.38+dfsg-1 youtube-dl=2018.03.14-1ubuntu18.04.1

puis donne le retour de :

sudo apt-get remove -s --purge libboost-system1.54.0 libboost-thread1.54.0 libecwj2 libgcrypt11 libgdal-ecw-src libgnutls26 libgphoto2-port10 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libpng12-0 libpng12-dev libpoppler44 librtmp0 libvpx1 libwebkit1.1-cil monodoc-browser net.downloadhelper.coapp xnview

Et supprime ça :

cd /etc/apt/sources.list.d
sudo rm ubuntugis-ubuntu-ubuntugis-unstable-xenial.list ubuntu-wine-ubuntu-ppa-bionic.list
sudo apt-get update

Dernière modification par abelthorne (Le 08/11/2020, à 20:40)

Hors ligne

#18 Le 08/11/2020, à 20:49

chemin

Re : [Résolu] Problème de dépôts et APT

jean-paul@perrigaud:~$ sudo apt-get install --reinstall keepass2=2.38+dfsg-1 youtube-dl=2018.03.14-1ubuntu18.04.1
[sudo] Mot de passe de jean-paul : 
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances       
Lecture des informations d'état... Fait
Les paquets supplémentaires suivants seront installés : 
  phantomjs python3-pyxattr
Paquets suggérés :
  keepass2-doc mono-dmcs python3-pyxattr-dbg python-pyxattr-doc
Les NOUVEAUX paquets suivants seront installés :
  phantomjs python3-pyxattr
Les paquets suivants seront mis à une VERSION INFÉRIEURE :
  keepass2 youtube-dl
0 mis à jour, 2 nouvellement installés, 2 remis à une version inférieure, 0 à enlever et 4 non mis à jour.
Il est nécessaire de prendre 2666 ko dans les archives.
Après cette opération, 996 ko d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] O
Réception de :1 http://fr.archive.ubuntu.com/ubuntu bionic/universe i386 keepass2 all 2.38+dfsg-1 [1401 kB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu bionic/main i386 python3-pyxattr i386 0.6.0-2build2 [13,2 kB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu bionic/universe i386 phantomjs i386 2.1.1+dfsg-2 [320 kB]
Réception de :4 http://fr.archive.ubuntu.com/ubuntu bionic-updates/universe i386 youtube-dl all 2018.03.14-1ubuntu18.04.1 [931 kB]
2666 ko réceptionnés en 6s (442 ko/s)                                         
dpkg: avertissement: dégradation (« downgrade ») de keepass2 depuis 2.41+dfsg-1~ubuntu16.04~ppa1 vers 2.38+dfsg-1
(Lecture de la base de données... 277336 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../keepass2_2.38+dfsg-1_all.deb ...
Dépaquetage de keepass2 (2.38+dfsg-1) sur (2.41+dfsg-1~ubuntu16.04~ppa1) ...
Sélection du paquet python3-pyxattr précédemment désélectionné.
Préparation du dépaquetage de .../python3-pyxattr_0.6.0-2build2_i386.deb ...
Dépaquetage de python3-pyxattr (0.6.0-2build2) ...
Sélection du paquet phantomjs précédemment désélectionné.
Préparation du dépaquetage de .../phantomjs_2.1.1+dfsg-2_i386.deb ...
Dépaquetage de phantomjs (2.1.1+dfsg-2) ...
dpkg: avertissement: dégradation (« downgrade ») de youtube-dl depuis 1:2018.04.03-1~webupd8~xenial0 vers 2018.03.14-1ubuntu18.04.1
Préparation du dépaquetage de .../youtube-dl_2018.03.14-1ubuntu18.04.1_all.deb ...
Dépaquetage de youtube-dl (2018.03.14-1ubuntu18.04.1) sur (1:2018.04.03-1~webupd8~xenial0) ...
dpkg: avertissement: impossible de supprimer l'ancien répertoire  « /etc/fish/completions » : Le dossier n'est pas vide
dpkg: avertissement: impossible de supprimer l'ancien répertoire  « /etc/fish » : Le dossier n'est pas vide
Paramétrage de phantomjs (2.1.1+dfsg-2) ...
Paramétrage de youtube-dl (2018.03.14-1ubuntu18.04.1) ...
Paramétrage de keepass2 (2.38+dfsg-1) ...
Paramétrage de python3-pyxattr (0.6.0-2build2) ...
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Traitement des actions différées (« triggers ») pour bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Traitement des actions différées (« triggers ») pour man-db (2.8.3-2ubuntu0.1) ...
Traitement des actions différées (« triggers ») pour shared-mime-info (1.9-2) ...
Traitement des actions différées (« triggers ») pour gnome-menus (3.13.3-11ubuntu1.1) ...
Traitement des actions différées (« triggers ») pour hicolor-icon-theme (0.17-2) ...
Traitement des actions différées (« triggers ») pour mime-support (3.60ubuntu1) ...
jean-paul@perrigaud:~$ sudo apt-get remove -s --purge libboost-system1.54.0 libboost-thread1.54.0 libecwj2 libgcrypt11 libgdal-ecw-src libgnutls26 libgphoto2-port10 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libpng12-0 libpng12-dev libpoppler44 librtmp0 libvpx1 libwebkit1.1-cil monodoc-browser net.downloadhelper.coapp xnview
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 :
  default-libmysqlclient-dev gir1.2-harfbuzz-0.0 icu-devtools libdap-dev
  libdapserver7v5 libfyba-dev libgeos-dev libgif-dev libglade2.0-cil
  libglib2.0-dev libglib2.0-dev-bin libgraphite2-dev libharfbuzz-dev
  libharfbuzz-gobject0 libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60
  libjavascriptcoregtk-1.0-0 libspatialite-dev libwebkitgtk-1.0-0 libwebp-dev
  libxerces-c-dev libxml2-dev uuid-dev
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés : 
  libjs-xmlextras mono-xsp4 mono-xsp4-base monodoc-http
Les paquets suivants seront ENLEVÉS :
  libboost-system1.54.0* libboost-thread1.54.0* libecwj2* libgcrypt11*
  libgdal-dev* libgdal-ecw-src* libgnutls26* libgphoto2-port10*
  libgstreamer-plugins-base0.10-0* libgstreamer0.10-0* libpng12-0*
  libpng12-dev* libpoppler44* librtmp0* libvpx1* libwebkit1.1-cil*
  monodoc-browser* net.downloadhelper.coapp* xnview*
Les NOUVEAUX paquets suivants seront installés :
  libjs-xmlextras mono-xsp4 mono-xsp4-base monodoc-http
0 mis à jour, 4 nouvellement installés, 19 à enlever et 4 non mis à jour.
Purg libboost-thread1.54.0 [1.54.0-4ubuntu3.1]
Purg libboost-system1.54.0 [1.54.0-4ubuntu3.1]
Purg libecwj2 [3.3-1]
Purg librtmp0 [2.4+20121230.gitdf6c518-1]
Purg libgnutls26 [2.12.23-12ubuntu2.5]
Purg libgcrypt11 [1.5.3-2ubuntu4.3]
Purg libgdal-ecw-src [1.10.0-1~raring4]
Purg libgdal-dev [2.2.3+dfsg-2]
Purg libgphoto2-port10 [2.5.3.1-1ubuntu2.2]
Purg libgstreamer-plugins-base0.10-0 [0.10.36-2ubuntu0.1]
Purg libgstreamer0.10-0 [0.10.36-1.5ubuntu1]
Purg libpng12-dev [1.2.54-1ubuntu1.1]
Purg libpoppler44 [0.24.5-2ubuntu4.4]
Purg libpng12-0 [1.2.54-1ubuntu1.1]
Purg libvpx1 [1.3.0-2]
Inst mono-xsp4-base (4.2-2.1 Ubuntu:18.04/bionic [all])
Inst mono-xsp4 (4.2-2.1 Ubuntu:18.04/bionic [all])
Inst libjs-xmlextras (20060529-1 Ubuntu:18.04/bionic [all])
Inst monodoc-http (4.2-2.2 Ubuntu:18.04/bionic [all])
Purg monodoc-browser [4.2-1]
Purg libwebkit1.1-cil [0.3-7]
Purg net.downloadhelper.coapp [1.3.0]
Purg xnview [0.83]
Conf mono-xsp4-base (4.2-2.1 Ubuntu:18.04/bionic [all])
Conf mono-xsp4 (4.2-2.1 Ubuntu:18.04/bionic [all])
Conf libjs-xmlextras (20060529-1 Ubuntu:18.04/bionic [all])
Conf monodoc-http (4.2-2.2 Ubuntu:18.04/bionic [all])
jean-paul@perrigaud:~$ cd /etc/apt/sources.list.d
jean-paul@perrigaud:/etc/apt/sources.list.d$ sudo rm ubuntugis-ubuntu-ubuntugis-unstable-xenial.list ubuntu-wine-ubuntu-ppa-bionic.list
jean-paul@perrigaud:/etc/apt/sources.list.d$ sudo apt-get update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu bionic InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu bionic-updates InRelease        
Atteint :3 http://fr.archive.ubuntu.com/ubuntu bionic-backports InRelease      
Atteint :4 http://archive.canonical.com/ubuntu bionic InRelease                
Réception de :5 http://security.ubuntu.com/ubuntu bionic-security InRelease [88,7 kB]
Réception de :6 http://security.ubuntu.com/ubuntu bionic-security/main i386 DEP-11 Metadata [48,9 kB]
Réception de :7 http://security.ubuntu.com/ubuntu bionic-security/universe i386 DEP-11 Metadata [59,5 kB]
Réception de :8 http://security.ubuntu.com/ubuntu bionic-security/multiverse i386 DEP-11 Metadata [2464 B]
Err :9 https://qgis.org/debian bionic InRelease                                
  Échec de la connexion [IP : 2606:4700:3035::ac43:8f17 443]
200 ko réceptionnés en 1min 1s (3295 o/s)
Lecture des listes de paquets... Fait
W: Impossible de récupérer https://qgis.org/debian/dists/bionic/InRelease  Échec de la connexion [IP : 2606:4700:3035::ac43:8f17 443]
W: Le téléchargement de quelques fichiers d'index a échoué, ils ont été ignorés, ou les anciens ont été utilisés à la place.
jean-paul@perrigaud:/etc/apt/sources.list.d$ 

Hors ligne

#19 Le 08/11/2020, à 21:13

abelthorne

Re : [Résolu] Problème de dépôts et APT

Ok, supprime les paquets :

sudo apt-get remove --purge libboost-system1.54.0 libboost-thread1.54.0 libecwj2 libgcrypt11 libgdal-ecw-src libgnutls26 libgphoto2-port10 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libpng12-0 libpng12-dev libpoppler44 librtmp0 libvpx1 libwebkit1.1-cil monodoc-browser net.downloadhelper.coapp xnview

Il y a un problème avec le dépôt de Qgis mais c'est simplement parce que leur site est actuellement en rade.

Je ne sais pas si apt peut recharge la liste des dépôts quand même, redonne-moi au cas où :

apt list | grep "installé, local"

Sinon, il faudra attendre que le site revienne.

Hors ligne

#20 Le 08/11/2020, à 21:20

chemin

Re : [Résolu] Problème de dépôts et APT

et voilà

sudo apt-get remove --purge libboost-system1.54.0 libboost-thread1.54.0 libecwj2 libgcrypt11 libgdal-ecw-src libgnutls26 libgphoto2-port10 libgstreamer-plugins-base0.10-0 libgstreamer0.10-0 libpng12-0 libpng12-dev libpoppler44 librtmp0 libvpx1 libwebkit1.1-cil monodoc-browser net.downloadhelper.coapp xnview
[sudo] Mot de passe de jean-paul : 
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 :
  default-libmysqlclient-dev gir1.2-harfbuzz-0.0 icu-devtools libdap-dev
  libdapserver7v5 libfyba-dev libgeos-dev libgif-dev libglade2.0-cil
  libglib2.0-dev libglib2.0-dev-bin libgraphite2-dev libharfbuzz-dev
  libharfbuzz-gobject0 libicu-dev libicu-le-hb-dev libicu-le-hb0 libiculx60
  libjavascriptcoregtk-1.0-0 libspatialite-dev libwebkitgtk-1.0-0 libwebp-dev
  libxerces-c-dev libxml2-dev uuid-dev
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
Les paquets supplémentaires suivants seront installés : 
  libjs-xmlextras mono-xsp4 mono-xsp4-base monodoc-http
Les paquets suivants seront ENLEVÉS :
  libboost-system1.54.0* libboost-thread1.54.0* libecwj2* libgcrypt11*
  libgdal-dev* libgdal-ecw-src* libgnutls26* libgphoto2-port10*
  libgstreamer-plugins-base0.10-0* libgstreamer0.10-0* libpng12-0*
  libpng12-dev* libpoppler44* librtmp0* libvpx1* libwebkit1.1-cil*
  monodoc-browser* net.downloadhelper.coapp* xnview*
Les NOUVEAUX paquets suivants seront installés :
  libjs-xmlextras mono-xsp4 mono-xsp4-base monodoc-http
0 mis à jour, 4 nouvellement installés, 19 à enlever et 4 non mis à jour.
Il est nécessaire de prendre 177 ko dans les archives.
Après cette opération, 168 Mo d'espace disque seront libérés.
Souhaitez-vous continuer ? [O/n] O
Réception de :1 http://fr.archive.ubuntu.com/ubuntu bionic/universe i386 mono-xsp4-base all 4.2-2.1 [38,9 kB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu bionic/universe i386 mono-xsp4 all 4.2-2.1 [50,1 kB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu bionic/universe i386 libjs-xmlextras all 20060529-1 [25,7 kB]
Réception de :4 http://fr.archive.ubuntu.com/ubuntu bionic/universe i386 monodoc-http all 4.2-2.2 [62,2 kB]
177 ko réceptionnés en 1s (280 ko/s) 
Préconfiguration des paquets...
(Lecture de la base de données... 277399 fichiers et répertoires déjà installés.)
Suppression de libboost-thread1.54.0:i386 (1.54.0-4ubuntu3.1) ...
Suppression de libboost-system1.54.0:i386 (1.54.0-4ubuntu3.1) ...
Suppression de libecwj2 (3.3-1) ...
Suppression de librtmp0:i386 (2.4+20121230.gitdf6c518-1) ...
Suppression de libgnutls26:i386 (2.12.23-12ubuntu2.5) ...
Suppression de libgcrypt11:i386 (1.5.3-2ubuntu4.3) ...
Suppression de libgdal-ecw-src (1.10.0-1~raring4) ...
Suppression de libgdal-dev (2.2.3+dfsg-2) ...
Suppression de libgphoto2-port10:i386 (2.5.3.1-1ubuntu2.2) ...
Suppression de libgstreamer-plugins-base0.10-0:i386 (0.10.36-2ubuntu0.1) ...
Suppression de libgstreamer0.10-0:i386 (0.10.36-1.5ubuntu1) ...
Suppression de libpng12-dev:i386 (1.2.54-1ubuntu1.1) ...
Suppression de libpoppler44:i386 (0.24.5-2ubuntu4.4) ...
Suppression de libpng12-0:i386 (1.2.54-1ubuntu1.1) ...
Suppression de libvpx1:i386 (1.3.0-2) ...
Sélection du paquet mono-xsp4-base précédemment désélectionné.
(Lecture de la base de données... 276958 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../mono-xsp4-base_4.2-2.1_all.deb ...
Dépaquetage de mono-xsp4-base (4.2-2.1) ...
Sélection du paquet mono-xsp4 précédemment désélectionné.
Préparation du dépaquetage de .../mono-xsp4_4.2-2.1_all.deb ...
Dépaquetage de mono-xsp4 (4.2-2.1) ...
Sélection du paquet libjs-xmlextras précédemment désélectionné.
Préparation du dépaquetage de .../libjs-xmlextras_20060529-1_all.deb ...
Dépaquetage de libjs-xmlextras (20060529-1) ...
Sélection du paquet monodoc-http précédemment désélectionné.
Préparation du dépaquetage de .../monodoc-http_4.2-2.2_all.deb ...
Dépaquetage de monodoc-http (4.2-2.2) ...
(Lecture de la base de données... 277152 fichiers et répertoires déjà installés.)
Suppression de net.downloadhelper.coapp (1.3.0) ...
Suppression de xnview (0.83) ...
Suppression de monodoc-browser (4.2-1) ...
Suppression de libwebkit1.1-cil (0.3-7) ...
Removing libwebkit1.1-cil from Mono
Paramétrage de mono-xsp4-base (4.2-2.1) ...
Paramétrage de mono-xsp4 (4.2-2.1) ...
Using Mono XSP 4 port: 8084
Binding Mono XSP 4 address: 0.0.0.0
Use of uninitialized value $libs in concatenation (.) or string at /usr/sbin/mono-xsp4-update line 216.
Paramétrage de libjs-xmlextras (20060529-1) ...
Paramétrage de monodoc-http (4.2-2.2) ...
Use of uninitialized value $libs in concatenation (.) or string at /usr/sbin/mono-xsp4-update line 216.
Traitement des actions différées (« triggers ») pour mime-support (3.60ubuntu1) ...
Traitement des actions différées (« triggers ») pour ureadahead (0.100.0-21) ...
ureadahead will be reprofiled on next reboot
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.23-1ubuntu3.18.04.2) ...
Traitement des actions différées (« triggers ») pour bamfdaemon (0.5.3+18.04.20180207.2-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Traitement des actions différées (« triggers ») pour libc-bin (2.27-3ubuntu1.3) ...
Traitement des actions différées (« triggers ») pour systemd (237-3ubuntu10.42) ...
Traitement des actions différées (« triggers ») pour man-db (2.8.3-2ubuntu0.1) ...
Traitement des actions différées (« triggers ») pour gnome-menus (3.13.3-11ubuntu1.1) ...
(Lecture de la base de données... 276545 fichiers et répertoires déjà installés.)
Purge des fichiers de configuration de libboost-system1.54.0:i386 (1.54.0-4ubuntu3.1) ...
Purge des fichiers de configuration de libgcrypt11:i386 (1.5.3-2ubuntu4.3) ...
Purge des fichiers de configuration de libgstreamer0.10-0:i386 (0.10.36-1.5ubuntu1) ...
Purge des fichiers de configuration de libgphoto2-port10:i386 (2.5.3.1-1ubuntu2.2) ...
Purge des fichiers de configuration de libboost-thread1.54.0:i386 (1.54.0-4ubuntu3.1) ...
Purge des fichiers de configuration de librtmp0:i386 (2.4+20121230.gitdf6c518-1) ...
Purge des fichiers de configuration de libpoppler44:i386 (0.24.5-2ubuntu4.4) ...
Purge des fichiers de configuration de libgnutls26:i386 (2.12.23-12ubuntu2.5) ...
Purge des fichiers de configuration de monodoc-browser (4.2-1) ...
Purge des fichiers de configuration de libvpx1:i386 (1.3.0-2) ...
jean-paul@perrigaud:~$ apt list | grep "installé, local"

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

epson-inkjet-printer-workforce-635-nx625-series/now 1.0.1-1lsb3.2 i386  [installé, local]
iscan/now 2.30.1-1~usb0.1.ltdl7 i386  [installé, local]
iscan-data/now 1.36.0-1 all  [installé, local]
iscan-network-nt/now 1.1.1-1 i386  [installé, local]
linux-image-3.13.0-93-generic/now 3.13.0-93.140 i386  [installé, local]
linux-image-extra-3.13.0-93-generic/now 3.13.0-93.140 i386  [installé, local]
zoom/now 3.5.374815.0324 i386  [installé, local]

Hors ligne

#21 Le 08/11/2020, à 21:23

abelthorne

Re : [Résolu] Problème de dépôts et APT

Bon, on essaiera de revenir là-dessus quand le site de Qgis sera revenu.

Pour ce qui est de l'erreur au plantage de Qgis, je suis un peu interloqué, on dirait qu'il est lancé depuis un utilisateur différent. On est d'accord que tu ne l'as pas lancé via sudo (à ne pas faire) ?
Au cas où, redonne aussi :

ls -lRa ~ | grep "root root"

Hors ligne

#22 Le 08/11/2020, à 21:29

chemin

Re : [Résolu] Problème de dépôts et APT

ls -lRa ~ | grep "root root"
ls: impossible d'accéder à '/home/jean-paul/.gvfs': Permission non accordée
ls: impossible d'accéder à '/home/jean-paul/.cache/doc': Permission non accordée
ls: impossible d'ouvrir le répertoire '/home/jean-paul/.cache/doc': Permission non accordée
ls: impossible d'ouvrir le répertoire '/home/jean-paul/.gvfs': Permission non accordée

Hors ligne

#23 Le 08/11/2020, à 21:39

abelthorne

Re : [Résolu] Problème de dépôts et APT

Je ne pense pas que ce soit lié au problème mais ces dossiers devraient quand même t'appartenir. Retente ça :

sudo chown -R jean-paul:jean-paul /home/jean-paul/.gvfs /home/jean-paul/.cache

Hors ligne

#24 Le 08/11/2020, à 21:46

chemin

Re : [Résolu] Problème de dépôts et APT

sudo chown -R jean-paul:jean-paul /home/jean-paul/.gvfs /home/jean-paul/.cache
[sudo] Mot de passe de jean-paul : 
chown: modification du propriétaire de '/home/jean-paul/.gvfs': Fonction non implantée
chown: modification du propriétaire de '/home/jean-paul/.cache/doc/by-app': Fonction non implantée
chown: modification du propriétaire de '/home/jean-paul/.cache/doc': Fonction non implantée

Hors ligne

#25 Le 08/11/2020, à 21:54

abelthorne

Re : [Résolu] Problème de dépôts et APT

C'est vraiment bizarre comme erreur. Que donne :

sudo ls -l /home/jean-paul/.gvfs /home/jean-paul/.cache

Hors ligne