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.

#51 Le 01/12/2020, à 18:43

abelthorne

Re : pbm lancement ubuntu software et autres soft [RESOLU]

Ok, je pense que le Wine en snap est juste une base utilisée par d'autres snaps mais pas utilisable indépendamment au niveau système.

Et donc, tu es sur Ubuntu 20.04 ou 20.10 ?

Hors ligne

#52 Le 01/12/2020, à 18:46

the_chi

Re : pbm lancement ubuntu software et autres soft [RESOLU]

j'ai tout mis là :

lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.10
Release:	20.10
Codename:	groovy
arnaud@llr20011:~$ uname -a
Linux llr20011 5.8.0-29-generic #31-Ubuntu SMP Fri Nov 6 12:37:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Hors ligne

#53 Le 01/12/2020, à 18:51

abelthorne

Re : pbm lancement ubuntu software et autres soft [RESOLU]

Ok, tu es en 20.10.

Donne-moi le retour de :

cat /etc/apt/sources.list

Hors ligne

#54 Le 01/12/2020, à 18:53

the_chi

Re : pbm lancement ubuntu software et autres soft [RESOLU]

Il y a plein de lignes que je n'ai pas nettoyé:

cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 18.04 _Bionic_ - Build amd64 LIVE Binary 20190418-12:10]/ bionic main

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://archive.ubuntu.com/ubuntu groovy 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://archive.ubuntu.com/ubuntu groovy-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://archive.ubuntu.com/ubuntu groovy universe
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic universe
deb http://archive.ubuntu.com/ubuntu groovy-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://archive.ubuntu.com/ubuntu groovy multiverse
# deb-src http://fr.archive.ubuntu.com/ubuntu/ bionic multiverse
deb http://archive.ubuntu.com/ubuntu groovy-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://archive.ubuntu.com/ubuntu groovy-backports main multiverse universe restricted
# 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 groovy partner
# deb-src http://archive.canonical.com/ubuntu bionic partner

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

Hors ligne

#55 Le 01/12/2020, à 18:57

abelthorne

Re : pbm lancement ubuntu software et autres soft [RESOLU]

On va nettoyer un peu ça :

sudo nano /etc/apt/sources.list

Supprime tout (tu peux utiliser 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/ groovy main restricted
# deb-src http://fr.archive.ubuntu.com/ubuntu/ groovy main restricted

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

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

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

Bizarrement, le dépôt de WineHQ ne s'est pas rajouté dans ton sources.list. On va essayer de le retrouver :

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

Dernière modification par abelthorne (Le 01/12/2020, à 19:30)

Hors ligne

#56 Le 01/12/2020, à 19:03

the_chi

Re : pbm lancement ubuntu software et autres soft [RESOLU]

pas simple nano. je préfère vi ( wink )

cat /etc/apt/sources.list.d
cat: /etc/apt/sources.list.d: est un dossier
arnaud@llr20011:~$ ls /etc/apt/sources.list.d/*.list
/etc/apt/sources.list.d/archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-groovy.list  /etc/apt/sources.list.d/cernbox-client.list
/etc/apt/sources.list.d/bionic-dell-beaver-osp1-arya.list                                /etc/apt/sources.list.d/focal-dell.list
/etc/apt/sources.list.d/bionic-dell.list                                                 /etc/apt/sources.list.d/git-core-ubuntu-ppa-focal.list
/etc/apt/sources.list.d/bionic-oem.list                                                  /etc/apt/sources.list.d/isv:ownCloud:desktop.list
/etc/apt/sources.list.d/brave-browser-release.list                                       /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list

Hors ligne

#57 Le 01/12/2020, à 19:19

abelthorne

Re : pbm lancement ubuntu software et autres soft [RESOLU]

Ah, il a créé un .list à part. Autant le renommer pour que ce soit un peu plus clair :

cd /etc/apt/sources.list.d
sudo mv archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-groovy.list winehq.list

Ensuite, ajoute la clé du dépôt :

cd ~
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key

puis recharge la liste des dépôts :

sudo apt-get update

et ça devrait mieux aller.

Tu peux supprimer le fichier winehq.key qui est dans ton dossier perso.

Après, si tu veux installer Wine depuis le dépôt en question, c'est une version au choix parmi ces trois-là (et pas les trois à la fois !) :

sudo apt install --install-recommends winehq-stable
sudo apt install --install-recommends winehq-devel
sudo apt install --install-recommends winehq-staging

La version stable, comme son nom l'indique, n'évolue pas fréquemment ; la version devel est celle de développement, qui est mise à jour très fréquemment ; la version Staging est identique à la devel mais avec des patches spécifiques qui peuvent être indispensables (notamment pour des jeux) mais qui peuvent aussi poser problème à des applis spécifiques. C'est celle qui a la plus grande compatibilité globalement.

À part ça, je vois que tu as des dépôts Dell (parce que tu dois avoir un portable Dell) : ils sont probablement en grande partie obsolètes et c'est le bordel à maintenir (Dell n'est vraiment pas clair sur l'usage de ses dépôts), autant ne pas y toucher s'ils ne posent pas de problèmes. Cela dit, je pense que si tu vérifies tes paquets orphelins, il doit y en avoir un certain nombre qui en viennent :

apt list | grep "installé, local"

Hors ligne

#58 Le 01/12/2020, à 19:23

the_chi

Re : pbm lancement ubuntu software et autres soft [RESOLU]

J'ai un petit pbm avec les clefs (le reste est bien passé) :

sudo apt-key add winehq.key
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
gpg: invalid key resource URL '/etc/apt/trusted.gpg.d/isv:ownCloud:desktop.gpg'
gpg: ressource de bloc de clef « (null) » : Erreur générale
gpg: key 7721F63BD38B4796: 2 signatures not checked due to missing keys
gpg: key 7721F63BD38B4796: 2 signatures not checked due to missing keys
gpg: key 4ABE1AC7557BEFF9: 1 signature not checked due to a missing key
gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys
gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key
gpg: key 76F1A20FF987672F: 1 signature not checked due to a missing key
gpg: Quantité totale traitée : 14
gpg:       nouvelles clefs ignorées : 14
arnaud@llr20011:~$ sudo apt-get update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu groovy InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu groovy-updates InRelease                            
Atteint :3 http://fr.archive.ubuntu.com/ubuntu groovy-backports InRelease                          
Atteint :4 http://archive.canonical.com/ubuntu groovy InRelease                                                                 
Réception de :5 https://dl.winehq.org/wine-builds/ubuntu groovy InRelease [6259 B]                                             
Atteint :6 http://security.ubuntu.com/ubuntu groovy-security InRelease                                       
Err :5 https://dl.winehq.org/wine-builds/ubuntu groovy InRelease
  Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 76F1A20FF987672F
Lecture des listes de paquets... Fait
W: Erreur de GPG : https://dl.winehq.org/wine-builds/ubuntu groovy InRelease : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 76F1A20FF987672F
E: Le dépôt https://dl.winehq.org/wine-builds/ubuntu groovy InRelease n'est pas signé.
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.

Dernière modification par the_chi (Le 01/12/2020, à 19:26)

Hors ligne

#59 Le 01/12/2020, à 19:25

the_chi

Re : pbm lancement ubuntu software et autres soft [RESOLU]

pour les orphelins, il y a une liste :

apt list | grep "installé, local"

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

brave-browser/now 1.16.76 amd64  [installé, local]
brave-keyring/now 1.10 all  [installé, local]
canonical-oem-keyring/now 2009.07.23+build3 all  [installé, local]
dell-eula/now 1.07 all  [installé, local]
dell-super-key/now 0.04 all  [installé, local]
fahclient/now 7.6.21 amd64  [installé, local]
fahcontrol/now 7.6.21-1 all  [installé, local]
fahviewer/now 7.6.21 amd64  [installé, local]
git-man/now 1:2.29.2-0ppa1~ubuntu20.04.1 all  [installé, local]
git/now 1:2.29.2-0ppa1~ubuntu20.04.1 amd64  [installé, local]
gwakeonlan/now 0.5.1-1.2 all  [installé, local]
libffi7/now 3.3-4 amd64  [installé, local]
libicu66/now 66.1-2ubuntu2 amd64  [installé, local]
libip6tc0/now 1.6.1-2ubuntu2 amd64  [installé, local]
libisc169/now 1:9.11.3+dfsg-1ubuntu1.13 amd64  [installé, local]
libjson-c3/now 0.12.1-1.3ubuntu0.3 amd64  [installé, local]
libntfs-3g88/now 1:2017.3.23-2ubuntu0.18.04.2 amd64  [installé, local]
libplymouth4/now 0.9.3-1ubuntu7.18.04.2 amd64  [installé, local]
libreadline7/now 7.0-3 amd64  [installé, local]
linux-headers-5.0.0-1032-oem-osp1/now 5.0.0-1032.36 amd64  [installé, local]
linux-headers-oem-osp1/now 5.4.0.54.57 amd64  [installé, local]
linux-image-oem-osp1/now 5.4.0.54.57 amd64  [installé, local]
linux-oem-osp1-headers-5.0.0-1032/now 5.0.0-1032.36 all  [installé, local]
linux-oem-osp1/now 5.4.0.54.57 amd64  [installé, local]
manage-distro-upgrade/now 2.1~18.04timbuktu1 all  [installé, local]
manage-estar-settings/now 1.2~18.04timbuktu1somerville1 all  [installé, local]
nplan/now 0.99-0ubuntu3~18.04.3 all  [installé, local]
ocqt5127-libqt5core5a/now 5.12.7-1+1.1 amd64  [installé, local]
ocqt5127-libqt5dbus5/now 5.12.7-1+1.1 amd64  [installé, local]
ocqt5127-libqt5gui5/now 5.12.7-1+1.1 amd64  [installé, local]
ocqt5127-libqt5keychain1/now 0.10.0-1+1.1 amd64  [installé, local]
ocqt5127-libqt5network5/now 5.12.7-1+1.1 amd64  [installé, local]
ocqt5127-libqt5sql5-sqlite/now 5.12.7-1+1.1 amd64  [installé, local]
ocqt5127-libqt5sql5/now 5.12.7-1+1.1 amd64  [installé, local]
ocqt5127-libqt5widgets5/now 5.12.7-1+1.1 amd64  [installé, local]
ocqt5127-libqt5xml5/now 5.12.7-1+1.1 amd64  [installé, local]
ocqt5127-libsqlite0/now 3.31.1-1+1.1 amd64  [installé, local]
ocqt5127-qtsvg5/now 5.12.7-1 amd64  [installé, local]
oem-beaver-osp1-arya-meta/now 1 all  [installé, local]
oem-fix-misc-cnl-tlp-estar-conf/now 5.0.3.2ubuntu1 all  [installé, local]
oem-hotkey-osd/now 0.4~18.04timbuktu1 all  [installé, local]
oem-somerville-meta/now 20.04ubuntu9 all  [installé, local]
oem-somerville-partner-archive-keyring/now 1.0.1 all  [installé, local]
oem-ubuntu-boot-video/now 1 all  [installé, local]
owncloud-client-l10n/now 2.6.3+oc-2668 all  [installé, local]
owncloud-client/now 2.6.3+oc-2668 amd64  [installé, local]
python-cairo/now 1.16.2-2ubuntu2 amd64  [installé, local]
python-gobject-2/now 2.28.6-14ubuntu1 amd64  [installé, local]
python-gtk2/now 2.24.0-5.1ubuntu2 amd64  [installé, local]
somerville-meta/now 6.5~ubuntu18.04.0 all  [installé, local]
sosreport-oem/now 0.1.5 all  [installé, local]
timbuktu-meta/now 2.1~18.04timbuktu12 all  [installé, local]
ttf-dejavu-core/now 2.37-1 all  [installé, local]
ttf-dejavu-extra/now 2.37-1 all  [installé, local]
ttf-dejavu/now 2.37-1 all  [installé, local]
ubuntu-recovery-grub-hotkey/now 1.2~18.04timbuktu1 all  [installé, local]
xnview/now 0.97.1 amd64  [installé, local]

Hors ligne

#60 Le 01/12/2020, à 19:29

abelthorne

Re : pbm lancement ubuntu software et autres soft [RESOLU]

apt-key est dépréciée ? Qu'est-ce que c'est que ce bazar ? Bon, essaie quand même ça :

sudo apt-key adv --recv-keys --keyserver 76F1A20FF987672F

Pour les commandes en #55, je me rends compte que j'ai fait n'importe quoi, j'ai inversé ls et cat. Donc :

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

Hors ligne

#61 Le 01/12/2020, à 19:36

the_chi

Re : pbm lancement ubuntu software et autres soft [RESOLU]

pour les clefs j'ai une même erreur

sudo apt-key adv --recv-keys --keyserver 76F1A20FF987672F
Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)).
Executing: /tmp/apt-key-gpghome.Kvv6LEYlI4/gpg.1.sh --recv-keys --keyserver 76F1A20FF987672F
gpg: invalid key resource URL '/etc/apt/trusted.gpg.d/isv:ownCloud:desktop.gpg'
gpg: ressource de bloc de clef « (null) » : Erreur générale
gpg: key 7721F63BD38B4796: 2 signatures not checked due to missing keys
gpg: key 7721F63BD38B4796: 2 signatures not checked due to missing keys
gpg: key 4ABE1AC7557BEFF9: 1 signature not checked due to a missing key
gpg: key D94AA3F0EFE21092: 3 signatures not checked due to missing keys
gpg: key 871920D1991BC93C: 1 signature not checked due to a missing key
gpg: Quantité totale traitée : 13
gpg:       nouvelles clefs ignorées : 13
ls /etc/apt/sources.list.d
archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-groovy.list.save  bionic-oem.list.save                    git-core-ubuntu-ppa-focal.list.distUpgrade
bionic-dell-beaver-osp1-arya.list                                     brave-browser-release.list              git-core-ubuntu-ppa-focal.list.save
bionic-dell-beaver-osp1-arya.list.distUpgrade                         brave-browser-release.list.distUpgrade  google-chrome.list.distUpgrade
bionic-dell-beaver-osp1-arya.list.save                                brave-browser-release.list.save         google-chrome.list.save
bionic-dell.list                                                      cernbox-client.list                     isv:ownCloud:desktop.list
bionic-dell.list.distUpgrade                                          cernbox-client.list.distUpgrade         isv:ownCloud:desktop.list.distUpgrade
bionic-dell.list.save                                                 cernbox-client.list.save                isv:ownCloud:desktop.list.save
bionic-dell-service.list.distUpgrade                                  focal-dell.list                         packagecloud-shiftky-desktop.list
bionic-dell-service.list.save                                         focal-dell.list.distUpgrade             packagecloud-shiftky-desktop.list.distUpgrade
bionic-oem.list                                                       focal-dell.list.save                    packagecloud-shiftky-desktop.list.save
bionic-oem.list.distUpgrade                                           git-core-ubuntu-ppa-focal.list          winehq.list

et

cat /etc/apt/sources.list.d/*.list
# deb http://dell.archive.canonical.com/updates/ bionic-dell-beaver-osp1-arya public # désactivé pour la mise à niveau vers focal
# deb-src http://dell.archive.canonical.com/updates/ bionic-dell-beaver-osp1-arya public
# deb http://dell.archive.canonical.com/updates/ bionic-dell public # désactivé pour la mise à niveau vers focal
# deb-src http://dell.archive.canonical.com/updates/ bionic-dell public
# deb http://oem.archive.canonical.com/updates/ focal-oem public # désactivé pour la mise à niveau vers groovy
# deb-src http://oem.archive.canonical.com/updates/ bionic-oem public
# deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main # désactivé pour la mise à niveau vers groovy
# deb http://cernbox.cern.ch/cernbox/doc/Linux/repo/Ubuntu_18.04/ / # désactivé pour la mise à niveau vers groovy
# deb http://ppa.launchpad.net/git-core/ppa/ubuntu groovy main # désactivé pour la mise à niveau vers groovy
# deb-src http://ppa.launchpad.net/git-core/ppa/ubuntu focal main
# deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_20.04/ / # désactivé pour la mise à niveau vers groovy
# deb [arch=amd64] https://packagecloud.io/shiftkey/desktop/any/ any main
deb https://dl.winehq.org/wine-builds/ubuntu/ groovy main
# deb-src https://dl.winehq.org/wine-builds/ubuntu/ groovy main

Hors ligne

#62 Le 01/12/2020, à 19:44

the_chi

Re : pbm lancement ubuntu software et autres soft [RESOLU]

j'ai résolu le pbm de apt-key avec

https://askubuntu.com/questions/1287183/apt-key-is-deprecated

(c'était la clef de owncloud) et ça à l'air de s'installer

sudo apt install --install-recommends winehq-stable
sudo apt install --install-recommends winehq-devel
sudo apt install --install-recommends winehq-staging

et j'ai

wine --version
wine-5.22 (Staging)

Dernière modification par the_chi (Le 01/12/2020, à 19:46)

Hors ligne

#63 Le 01/12/2020, à 19:54

abelthorne

Re : pbm lancement ubuntu software et autres soft [RESOLU]

Ah mais c'est le dépôt OwnCloud qui a un problème de clé, j'avais mal vu.

On va faire un peu de nettoyage dans les fichiers :

cd /etc/apt/sources.list.d
sudo rm *.save

Ensuite, on peut rétablir les dépôts tiers et voir ce qu'il se passe. Je vais te donner les commandes avec Nano (tu peux utiliser Vi si tu préfères) en alternant la commande pour éditer le fichier et le contenu attendu, je ne vais pas détailler à chaque fois qu'il faut enregistrer les modifs, etc. Avec Nano, c'est ctrl + O et validation du nom pour enregistrer puis ctrl + X pour le fermer. Avec Vi, c'est probablement une combinaison de 27 touches, tu connais mieux que moi.

sudo nano /etc/apt/sources.list.d/bionic-dell-beaver-osp1-arya.list
deb http://dell.archive.canonical.com/updates/ bionic-dell-beaver-osp1-arya public
# deb-src http://dell.archive.canonical.com/updates/ bionic-dell-beaver-osp1-arya public
sudo nano /etc/apt/sources.list.d/bionic-dell.list
deb http://dell.archive.canonical.com/updates/ bionic-dell public
# deb-src http://dell.archive.canonical.com/updates/ bionic-dell public
sudo nano /etc/apt/sources.list.d/bionic-oem.list
deb http://oem.archive.canonical.com/updates/ focal-oem public
# deb-src http://oem.archive.canonical.com/updates/ focal-oem public
sudo nano /etc/apt/sources.list.d/brave-browser-release.list
deb [arch=amd64] https://brave-browser-apt-release.s3.brave.com/ stable main
sudo nano /etc/apt/sources.list.d/cernbox-client.list
deb http://cernbox.cern.ch/cernbox/doc/Linux/repo/Ubuntu_18.04/ /
sudo nano /etc/apt/sources.list.d/git-core-ubuntu-ppa-focal.list
deb http://ppa.launchpad.net/git-core/ppa/ubuntu groovy main
# deb-src http://ppa.launchpad.net/git-core/ppa/ubuntu groovy main
sudo nano /etc/apt/sources.list.d/isv\:ownCloud\:desktop.list
deb http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_20.04/ /
sudo nano /etc/apt/sources.list.d/packagecloud-shiftky-desktop.list
deb [arch=amd64] https://packagecloud.io/shiftkey/desktop/any/ any main

À noter que certains dépôts n'ont pas de version correspondant à la tienne. Notamment celui de cern.ch (dernière version 18.04) et OwnCloud (20.04). Est-ce que tu as encore l'utilité de ceux-ci ?

Une fois que tu as fait les modifs, donne le retour de :

sudo apt-get update

Il y aura probablement des tas de messages d'erreur, c'est normal (pour le moment).

Dernière modification par abelthorne (Le 01/12/2020, à 19:54)

Hors ligne

#64 Le 01/12/2020, à 20:06

the_chi

Re : pbm lancement ubuntu software et autres soft [RESOLU]

Voilà le résultat

sudo apt-get update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu groovy InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu groovy-updates InRelease                                                                                                       
Atteint :3 http://fr.archive.ubuntu.com/ubuntu groovy-backports InRelease                                                                                                     
Réception de :4 http://ppa.launchpad.net/git-core/ppa/ubuntu groovy InRelease [23,8 kB]                                                                                       
Atteint :6 http://archive.canonical.com/ubuntu groovy InRelease                                                                                                               
Réception de :7 http://oem.archive.canonical.com/updates focal-oem InRelease [4747 B]                                                                                        
Réception de :8 https://brave-browser-apt-release.s3.brave.com stable InRelease [4317 B]                                                                                     
Ign :9 http://dell.archive.canonical.com/updates bionic-dell-beaver-osp1-arya InRelease                                                                                       
Atteint :10 https://dl.winehq.org/wine-builds/ubuntu groovy InRelease                                                                                                         
Réception de :11 http://dell.archive.canonical.com/updates bionic-dell InRelease [4799 B]                                                                                    
Réception de :12 http://dell.archive.canonical.com/updates bionic-dell-beaver-osp1-arya Release [4207 B]                                                                     
Réception de :13 http://dell.archive.canonical.com/updates bionic-dell-beaver-osp1-arya Release.gpg [287 B]                                                                   
Réception de :14 http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_20.04  InRelease [1554 B]                                                           
Atteint :15 http://security.ubuntu.com/ubuntu groovy-security InRelease                                                                             
Ign :5 https://cernbox.cern.ch/cernbox/doc/Linux/repo/Ubuntu_18.04  InRelease                                              
Réception de :16 https://cernbox.cern.ch/cernbox/doc/Linux/repo/Ubuntu_18.04  Release [1026 B]             
Réception de :17 https://cernbox.cern.ch/cernbox/doc/Linux/repo/Ubuntu_18.04  Release.gpg [836 B]               
Réception de :18 https://packagecloud.io/shiftkey/desktop/any any InRelease [23,2 kB]                       
Réception de :19 http://ppa.launchpad.net/git-core/ppa/ubuntu groovy/main amd64 Packages [3052 B]
Réception de :20 http://ppa.launchpad.net/git-core/ppa/ubuntu groovy/main i386 Packages [3048 B]                        
Réception de :21 http://ppa.launchpad.net/git-core/ppa/ubuntu groovy/main Translation-en [2252 B]                       
Réception de :22 http://oem.archive.canonical.com/updates focal-oem/public i386 Packages [412 B] 
Réception de :23 http://oem.archive.canonical.com/updates focal-oem/public amd64 Packages [412 B]
Réception de :24 https://brave-browser-apt-release.s3.brave.com stable/main amd64 Packages [4429 B]
Ign :13 http://dell.archive.canonical.com/updates bionic-dell-beaver-osp1-arya Release.gpg
Réception de :25 http://dell.archive.canonical.com/updates bionic-dell/public i386 Packages [10,7 kB]
Réception de :26 http://dell.archive.canonical.com/updates bionic-dell/public amd64 Packages [17,7 kB]
Err :14 http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_20.04  InRelease
  Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 4ABE1AC7557BEFF9
Réception de :27 https://cernbox.cern.ch/cernbox/doc/Linux/repo/Ubuntu_18.04  Packages [19,6 kB]
Err :18 https://packagecloud.io/shiftkey/desktop/any any InRelease
  Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY B7E65990E879472F
Lecture des listes de paquets... Fait
W: Erreur de GPG : http://dell.archive.canonical.com/updates bionic-dell-beaver-osp1-arya Release : Detached signature file '/var/lib/apt/lists/partial/dell.archive.canonical.com_updates_dists_bionic-dell-beaver-osp1-arya_Release.gpg' is in unsupported binary format
E: Le dépôt http://dell.archive.canonical.com/updates bionic-dell-beaver-osp1-arya Release n'est pas signé.
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.
W: Erreur de GPG : http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_20.04  InRelease : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY 4ABE1AC7557BEFF9
E: Le dépôt http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_20.04  InRelease n'est pas signé.
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.
W: Erreur de GPG : https://packagecloud.io/shiftkey/desktop/any any InRelease : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY B7E65990E879472F
E: Le dépôt https://packagecloud.io/shiftkey/desktop/any any InRelease n'est pas signé.
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.

par contre je vais être obligé d'y aller. Des travaux à faire pour demain matin ?

Encore merci pour l'aide aujourd'hui !

Hors ligne

#65 Le 01/12/2020, à 20:17

abelthorne

Re : pbm lancement ubuntu software et autres soft [RESOLU]

Tu peux essayer de régler les deux problèmes de clés (4ABE1AC7557BEFF9 et B7E65990E879472F) de la même façon que la précédente. À part ça, il y a un dépôt Dell qui n'est plus fonctionnel :

sudo nano /etc/apt/sources.list.d/bionic-dell-beaver-osp1-arya.list

Commente la première ligne comme suit et enregistre :

# deb http://dell.archive.canonical.com/updates/ bionic-dell-beaver-osp1-arya public
# deb-src http://dell.archive.canonical.com/updates/ bionic-dell-beaver-osp1-arya public

Une fois que c'est fait, recharge à nouveau la liste des dépôts :

sudo apt-get update

Et tu me donneras aussi le retour de :

cat /etc/apt/sources.list.d/bionic-dell-service.list.distUpgrade

Hors ligne

#66 Le 02/12/2020, à 09:56

the_chi

Re : pbm lancement ubuntu software et autres soft [RESOLU]

Bonjour,
j'ai effectué la modification et viré la clef 4ABE1AC7557BEFF9.
Pour l'autre, elle vient de l'installation de git-ubuntu que j'ai retiré mais à par désélectionner la ligne

https://packagecloud.io/shiftkey/desktop/any/ any main

je ne vois pas comment l'enlever.

sinon pour la dernière commande :

cat /etc/apt/sources.list.d/bionic-dell-service.list.distUpgrade
deb http://dell.archive.canonical.com/updates/ bionic-dell-service public
# deb-src http://dell.archive.canonical.com/updates/ bionic-dell-service publi

Hors ligne

#67 Le 02/12/2020, à 10:21

abelthorne

Re : pbm lancement ubuntu software et autres soft [RESOLU]

Dans tous les cas, ajoute la clé pour le moment.

Ensuite, on va voir si le dépôt Dell est encore utilisable :

cd /etc/apt/sources.list.d
sudo mv bionic-dell-service.list.distUpgrade bionic-dell-service.list

et redonne-moi à nouveau le retour de :

sudo apt-get update

Hors ligne

#68 Le 02/12/2020, à 10:31

the_chi

Re : pbm lancement ubuntu software et autres soft [RESOLU]

et voilà. c'est fait.

sudo apt-get update
Atteint :1 https://brave-browser-apt-release.s3.brave.com stable InRelease
Ign :2 http://dell.archive.canonical.com/updates bionic-dell-service InRelease                                            
Atteint :3 http://oem.archive.canonical.com/updates focal-oem InRelease                                                   
Atteint :4 http://archive.canonical.com/ubuntu groovy InRelease       
Atteint :5 http://dell.archive.canonical.com/updates bionic-dell InRelease
Réception de :6 http://dell.archive.canonical.com/updates bionic-dell-service Release [4240 B]
Réception de :7 http://dell.archive.canonical.com/updates bionic-dell-service Release.gpg [287 B]
Ign :7 http://dell.archive.canonical.com/updates bionic-dell-service Release.gpg
Atteint :8 http://fr.archive.ubuntu.com/ubuntu groovy InRelease
Atteint :9 http://fr.archive.ubuntu.com/ubuntu groovy-updates InRelease
Atteint :10 http://fr.archive.ubuntu.com/ubuntu groovy-backports InRelease
Atteint :11 http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_20.04  InRelease
Atteint :13 http://ppa.launchpad.net/git-core/ppa/ubuntu groovy InRelease                                                                                                     
Atteint :14 http://security.ubuntu.com/ubuntu groovy-security InRelease                                                                                                       
Atteint :15 https://dl.winehq.org/wine-builds/ubuntu groovy InRelease                                                                                                         
Atteint :16 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu groovy InRelease                                                                                        
Réception de :17 https://packagecloud.io/shiftkey/desktop/any any InRelease [23,2 kB]                                                                                         
Err :17 https://packagecloud.io/shiftkey/desktop/any any InRelease
  Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY B7E65990E879472F
Ign :12 https://cernbox.cern.ch/cernbox/doc/Linux/repo/Ubuntu_18.04  InRelease
Atteint :18 https://cernbox.cern.ch/cernbox/doc/Linux/repo/Ubuntu_18.04  Release
Lecture des listes de paquets... Fait
W: Erreur de GPG : http://dell.archive.canonical.com/updates bionic-dell-service Release : Detached signature file '/var/lib/apt/lists/partial/dell.archive.canonical.com_updates_dists_bionic-dell-service_Release.gpg' is in unsupported binary format
E: Le dépôt http://dell.archive.canonical.com/updates bionic-dell-service Release n'est pas signé.
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.
W: Erreur de GPG : https://packagecloud.io/shiftkey/desktop/any any InRelease : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY B7E65990E879472F
E: Le dépôt https://packagecloud.io/shiftkey/desktop/any any InRelease n'est pas signé.
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.

Hors ligne

#69 Le 02/12/2020, à 11:05

abelthorne

Re : pbm lancement ubuntu software et autres soft [RESOLU]

Bon, ce dernier dépôt Dell n'est plus à jour non plus :

sudo nano /etc/apt/sources.list.d/bionic-dell-service.list

Désactive-le comme suit et enregistre :

# deb http://dell.archive.canonical.com/updates/ bionic-dell-service public
# deb-src http://dell.archive.canonical.com/updates/ bionic-dell-service public

Il reste un problème de clé (dépôt "shiftkey" : clé B7E65990E879472F) à corriger.

Une fois que les deux modifs sont faites, recharge la liste :

sudo apt-get update

Est-ce qu'il y a encore des erreurs ?

Hors ligne

#70 Le 02/12/2020, à 11:31

the_chi

Re : pbm lancement ubuntu software et autres soft [RESOLU]

lorsque je fais la correction et lance un apt update, j'ai :

sudo apt-get update
[sudo] Mot de passe de arnaud : 
Atteint :1 http://fr.archive.ubuntu.com/ubuntu groovy InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu groovy-updates InRelease                                                                                        
Atteint :3 http://fr.archive.ubuntu.com/ubuntu groovy-backports InRelease                                                                                      
Atteint :4 https://brave-browser-apt-release.s3.brave.com stable InRelease                                                                                     
Atteint :5 http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_20.04  InRelease                                                                           
Atteint :6 http://dell.archive.canonical.com/updates bionic-dell InRelease                                                                                                    
Atteint :7 http://ppa.launchpad.net/git-core/ppa/ubuntu groovy InRelease                                                                                                      
Atteint :8 http://oem.archive.canonical.com/updates focal-oem InRelease                                                                                                       
Atteint :10 https://dl.winehq.org/wine-builds/ubuntu groovy InRelease                                                                                                         
Atteint :11 http://security.ubuntu.com/ubuntu groovy-security InRelease                                                                                                       
Atteint :12 http://archive.canonical.com/ubuntu groovy InRelease                                                                                                              
Ign :9 https://cernbox.cern.ch/cernbox/doc/Linux/repo/Ubuntu_18.04  InRelease                                                                                                 
Atteint :13 https://cernbox.cern.ch/cernbox/doc/Linux/repo/Ubuntu_18.04  Release                                                              
Atteint :14 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu groovy InRelease                      
Réception de :15 https://packagecloud.io/shiftkey/desktop/any any InRelease [23,2 kB]                       
Err :15 https://packagecloud.io/shiftkey/desktop/any any InRelease
  Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY B7E65990E879472F
Lecture des listes de paquets... Fait
W: Erreur de GPG : https://packagecloud.io/shiftkey/desktop/any any InRelease : Les signatures suivantes n'ont pas pu être vérifiées car la clé publique n'est pas disponible : NO_PUBKEY B7E65990E879472F
E: Le dépôt https://packagecloud.io/shiftkey/desktop/any any InRelease n'est pas signé.
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.

qui conserve l'erreur B7E65990E879472F.

La seule façon de l'enlever est de désélectionner la ligne

https://packagecloud.io/shiftkey/desktop/any/ any main

et là on a :

sudo apt-get update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu groovy InRelease
Atteint :2 http://fr.archive.ubuntu.com/ubuntu groovy-updates InRelease                                                                                                       
Atteint :3 http://fr.archive.ubuntu.com/ubuntu groovy-backports InRelease                                                                                                     
Atteint :4 http://dell.archive.canonical.com/updates bionic-dell InRelease                                                                                                    
Atteint :5 http://archive.canonical.com/ubuntu groovy InRelease                                                                                                               
Atteint :6 http://oem.archive.canonical.com/updates focal-oem InRelease                                                                                                       
Atteint :7 https://brave-browser-apt-release.s3.brave.com stable InRelease                                                                                                    
Atteint :8 http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_20.04  InRelease                                                                           
Atteint :10 http://security.ubuntu.com/ubuntu groovy-security InRelease                                                                                                       
Atteint :11 http://ppa.launchpad.net/git-core/ppa/ubuntu groovy InRelease                                            
Atteint :12 https://dl.winehq.org/wine-builds/ubuntu groovy InRelease                                                
Atteint :13 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu groovy InRelease                               
Ign :9 https://cernbox.cern.ch/cernbox/doc/Linux/repo/Ubuntu_18.04  InRelease
Atteint :14 https://cernbox.cern.ch/cernbox/doc/Linux/repo/Ubuntu_18.04  Release
Lecture des listes de paquets... Fait

Dernière modification par the_chi (Le 02/12/2020, à 11:32)

Hors ligne

#71 Le 02/12/2020, à 11:39

abelthorne

Re : pbm lancement ubuntu software et autres soft [RESOLU]

Réactive le dépôt et essaie ça :

cd ~
wget -qO - https://packagecloud.io/shiftkey/desktop/gpgkey | sudo tee /etc/apt/trusted.gpg.d/shiftkey-desktop.asc > /dev/null
sudo apt-get update

Le message d'erreur est toujours là ?

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

Hors ligne

#72 Le 02/12/2020, à 11:42

the_chi

Re : pbm lancement ubuntu software et autres soft [RESOLU]

ça donne ceci, même avec la ligne

https://packagecloud.io/shiftkey/desktop/any/ any main

activée :

sudo apt-get update
Atteint :1 http://archive.canonical.com/ubuntu groovy InRelease
Atteint :2 http://dell.archive.canonical.com/updates bionic-dell InRelease                                                                               
Atteint :3 http://oem.archive.canonical.com/updates focal-oem InRelease                                                                                                       
Atteint :4 https://brave-browser-apt-release.s3.brave.com stable InRelease                                                                                                    
Atteint :5 http://fr.archive.ubuntu.com/ubuntu groovy InRelease                                                                                                               
Atteint :6 http://fr.archive.ubuntu.com/ubuntu groovy-updates InRelease                                                                                                       
Atteint :7 http://fr.archive.ubuntu.com/ubuntu groovy-backports InRelease                                                                                                     
Atteint :9 https://dl.winehq.org/wine-builds/ubuntu groovy InRelease                                                                                                          
Atteint :10 http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/Ubuntu_20.04  InRelease                                                                          
Atteint :11 http://security.ubuntu.com/ubuntu groovy-security InRelease                                                                                                       
Ign :8 https://cernbox.cern.ch/cernbox/doc/Linux/repo/Ubuntu_18.04  InRelease                                                                                                 
Atteint :12 https://cernbox.cern.ch/cernbox/doc/Linux/repo/Ubuntu_18.04  Release                                                              
Atteint :13 http://ppa.launchpad.net/git-core/ppa/ubuntu groovy InRelease                                   
Atteint :14 http://ppa.launchpad.net/webupd8team/y-ppa-manager/ubuntu groovy InRelease                      
Atteint :15 https://packagecloud.io/shiftkey/desktop/any any InRelease                        
Lecture des listes de paquets... Fait

Hors ligne

#73 Le 02/12/2020, à 11:43

abelthorne

Re : pbm lancement ubuntu software et autres soft [RESOLU]

Bon, ça a l'air ok.

Redonne-moi :

ls /etc/apt/sources.list.d

Hors ligne

#74 Le 02/12/2020, à 11:46

the_chi

Re : pbm lancement ubuntu software et autres soft [RESOLU]

Ca donne ceci :

ls /etc/apt/sources.list.d
bionic-dell-beaver-osp1-arya.list              brave-browser-release.list                  google-chrome.list.distUpgrade
bionic-dell-beaver-osp1-arya.list.distUpgrade  brave-browser-release.list.distUpgrade      isv:ownCloud:desktop.list
bionic-dell-beaver-osp1-arya.list.save         brave-browser-release.list.save             isv:ownCloud:desktop.list.distUpgrade
bionic-dell.list                               cernbox-client.list                         isv:ownCloud:desktop.list.save
bionic-dell.list.distUpgrade                   cernbox-client.list.distUpgrade             packagecloud-shiftky-desktop.list
bionic-dell.list.save                          cernbox-client.list.save                    packagecloud-shiftky-desktop.list.distUpgrade
bionic-dell-service.list                       focal-dell.list                             packagecloud-shiftky-desktop.list.save
bionic-dell-service.list.save                  focal-dell.list.distUpgrade                 webupd8team-ubuntu-y-ppa-manager-groovy.list
bionic-oem.list                                git-core-ubuntu-ppa-focal.list              webupd8team-ubuntu-y-ppa-manager-groovy.list.save
bionic-oem.list.distUpgrade                    git-core-ubuntu-ppa-focal.list.distUpgrade  winehq.list
bionic-oem.list.save                           git-core-ubuntu-ppa-focal.list.save         winehq.list.save

Hors ligne

#75 Le 02/12/2020, à 11:50

abelthorne

Re : pbm lancement ubuntu software et autres soft [RESOLU]

En-dehors des dépôts Dell, est-ce que tu as encore l'utilité des dépôts suivants (càd est-ce que tu utilises encore les logiciels qui en viennent) ?
- Brave
- Cernbox (je ne sais pas ce que c'est)
- GIT (je suppose que "git-core-ubuntu-ppa-focal" est un dépôt qui en fournit une version à jour)
- Google Chrome (a priori, il est inutilisé et désinstallé depuis un moment mais je préfère demander)
- OwnCloud
- Shiftkey (aucune idée de ce que c'est)
- Y PPA Manager

Hors ligne