Installation de ChatGPT : dépendances manquantes
Bonjour,
En voulant installer chatgpt, cela m'indique qu'il y a un problème de dépendance
Manifestement, il faut d'abord installer libayatana-appindicator3-1 (et un autre paquet) mais apt ne parvient pas à le trouver :
sudo apt-get install libayatana-appindicator3-1
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet libayatana-appindicator3-1
J'utilise kubuntu 21.04 et voici mon /etc/apt/sources.list :
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to # newer versions of the distribution. deb http://fr.archive.ubuntu.com/ubuntu/ hirsute main restricted deb http://archive.canonical.com/ubuntu/ hirsute main restricted # deb-src http://fr.archive.ubuntu.com/ubuntu/ hirsute main restricted ## Major bug fix updates produced after the final release of the ## distribution. deb http://fr.archive.ubuntu.com/ubuntu/ hirsute-updates main restricted # deb-src http://fr.archive.ubuntu.com/ubuntu/ hirsute-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-src http://fr.archive.ubuntu.com/ubuntu/ hirsute universe deb-src http://archive.canonical.com/ubuntu/ hirsute universe deb-src http://fr.archive.ubuntu.com/ubuntu/ hirsute-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-src http://fr.archive.ubuntu.com/ubuntu/ hirsute multiverse deb-src http://fr.archive.ubuntu.com/ubuntu/ hirsute-updates multiverse ## N.B. software from this repository may not have been tested as ## extensively as that contained in the main release, although it includes ## newer versions of some applications which may provide useful features. ## Also, please note that software in backports WILL NOT receive any review ## or updates from the Ubuntu security team. deb-src http://fr.archive.ubuntu.com/ubuntu/ hirsute-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/ hirsute partner deb-src http://archive.canonical.com/ubuntu/ hirsute partner deb-src http://security.ubuntu.com/ubuntu hirsute-security main restricted deb-src http://security.ubuntu.com/ubuntu hirsute-security universe deb-src http://security.ubuntu.com/ubuntu hirsute-security multiverse # This system was installed using small removable media # (e.g. netinst, live or single CD). The matching "deb cdrom" # entries were disabled at the end of the installation process. # For information about how to configure apt package sources, # see the sources.list(5) manual.
Un problème de dépôt ?
Merci pour votre aide !
- Installation de ChatGPT : dépendances manquantes
- Installation windows 10 sans compte microsoft - Guide
- Installer chatgpt gratuit - Télécharger - Outils Internet
- Installation chromecast - Guide
- Installation clavier arabe - Télécharger - Divers Web & Internet
- Chatgpt - Guide
3 réponses
Bonjour,
Comme le montrent cette page et cette page, tu dois au préalable:
- migrer vers une version d'Ubuntu adéquate (par exemple jammy).
- activer le dépôt universe
Une fois que c'est fait, télécharge et installe le paquet chatgpt (voir cette page).
sudo apt install wget wget https://github.com/lencx/ChatGPT/releases/download/v1.1.0/ChatGPT_1.1.0_linux_x86_64.deb sudo dpkg -i ChatGPT_1.1.0_linux_x86_64.deb
Installe les éventuelles dépendances manquantes :
sudo apt-get install -f
Bonne chance
Bonjour,
Peut-être un problème de dépôt en effet.
J'ai trouvé ça, ça pourrait permettre d'installer le paquet manuellement : https://packages.ubuntu.com/focal/libs/libayatana-appindicator3-1
Oui, mais :
gdebi libayatana-appindicator3-0.1-cil_0.5.92-1_amd64.deb
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Reading state information... Done
Ce paquet ne peut pas être installé
Dependency is not satisfiable: cli-common (>= 0.5.1)
sudo apt install cli-common
[sudo] Mot de passe de titruffe :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
E: Impossible de trouver le paquet cli-common
Tant que j'ai ce problème de dépôt je suis dans la tourmante... Même discover et muon ne fonctionnent plus tiens ! :-(
Et j'ai essayé avec des dépôts d'autres pays.