web-dev-qa-db-fra.com

Je ne parviens pas à installer le programme de lancement d'applications Albert dans Ubuntu 18.04 ... Please Help

J'ai essayé ces deux commandes et obtenir une erreur:

i) Sudo add-apt-repository ppa:flexiondotorg/albert

An amazing, desktop environment agnostic, omnilauncher.
https://github.com/ManuelSchneid3r/albert
 More info: https://launchpad.net/~flexiondotorg/+archive/ubuntu/albert
Press [ENTER] to continue or Ctrl-c to cancel adding it.

Ign:1 http://dl.google.com/linux/chrome/deb stable InRelease                   
Hit:2 http://dl.google.com/linux/chrome/deb stable Release                     
Hit:4 http://mirror.dhakacom.com/ubuntu-archive bionic InRelease               
Get:5 http://mirror.dhakacom.com/ubuntu-archive bionic-updates InRelease [88.7 kB]
Ign:6 http://ppa.launchpad.net/flexiondotorg/albert/ubuntu bionic InRelease    
Get:7 http://mirror.dhakacom.com/ubuntu-archive bionic-backports InRelease [74.6 kB]
Get:8 http://mirror.dhakacom.com/ubuntu-archive bionic-security InRelease [83.2 kB]
Hit:9 http://ppa.launchpad.net/noobslab/apps/ubuntu bionic InRelease           
Hit:10 http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu bionic InRelease
Err:11 http://ppa.launchpad.net/flexiondotorg/albert/ubuntu bionic Release     
  404  Not Found [IP: 91.189.95.83 80]
Hit:12 http://archive.canonical.com/ubuntu bionic InRelease                    
Reading package lists... Done                                                  
E: The repository 'http://ppa.launchpad.net/flexiondotorg/albert/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

ii) Sudo apt-get update && Sudo apt-get install albert

Hit:1 http://mirror.dhakacom.com/ubuntu-archive bionic InRelease               
Get:2 http://mirror.dhakacom.com/ubuntu-archive bionic-updates InRelease [88.7 kB]
Get:3 http://mirror.dhakacom.com/ubuntu-archive bionic-backports InRelease [74.6 kB]
Get:4 http://mirror.dhakacom.com/ubuntu-archive bionic-security InRelease [83.2 kB]
Ign:5 http://dl.google.com/linux/chrome/deb stable InRelease                   
Hit:6 http://archive.canonical.com/ubuntu bionic InRelease                     
Hit:7 http://dl.google.com/linux/chrome/deb stable Release               
Ign:9 http://ppa.launchpad.net/flexiondotorg/albert/ubuntu bionic InRelease
Hit:10 http://ppa.launchpad.net/noobslab/apps/ubuntu bionic InRelease
Hit:11 http://ppa.launchpad.net/notepadqq-team/notepadqq/ubuntu bionic InRelease
Err:12 http://ppa.launchpad.net/flexiondotorg/albert/ubuntu bionic Release     
  404  Not Found [IP: 91.189.95.83 80]
Reading package lists... Done                                                  
E: The repository 'http://ppa.launchpad.net/flexiondotorg/albert/ubuntu bionic Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

besoin d'aide ... merci d'avance :)

3
Abu

Albert est mon lanceur rapide préféré, je l'ai donc installé dans Ubuntu 18.04. Les erreurs que vous obtenez semblent refléter des problèmes temporaires ou peut-être permanents avec le PPA.

Installation via PPA

Le Guide de l'utilisateur d'Albert renvoie, pour plus d'instructions, à un site d'openSUSE . Là, vous cliquez sur l'icône Ubuntu. Vous y trouverez des instructions pour vous connecter à un PPA différent de celui que vous avez tenté.

Installation via un fichier d'installation .deb

Je préfère installer Albert en téléchargeant un fichier d'installation .deb. L'avantage est que vous n'avez pas besoin d'ajouter un PPA externe. L'inconvénient est que le programme ne sera pas automatiquement mis à jour lorsque de nouvelles versions apparaissent. Selon votre perception, cela pourrait être un avantage. Albert est en fort développement et une nouvelle version peut parfois poser problème.

Le deuxième lien de la page, " Récupérer directement les packages binaires ", vous permet de télécharger les fichiers d'installation .deb 64 bits ou 32 bits. Cliquez avec le bouton droit sur le fichier .deb téléchargé et sélectionnez "Ouvrir avec le programme d'installation de logiciel. ". Cela installera le fichier .deb en utilisant le logiciel Ubuntu.

6
vanadium

Il n'y a pas de paquet d'Albert publié dans ppa:flexiondotorg/albert pour 18.04 LTS, mais vous pouvez télécharger le paquet 17.10 manuellement et l'installer:

_wget http://ppa.launchpad.net/flexiondotorg/albert/ubuntu/pool/main/a/albert/albert_0.11.1-1~ppa1.0_AMD64.deb
Sudo apt install ./albert_0.11.1-1~ppa1.0_AMD64.deb
_

Remarque: j'ai écrit un message à @flexiondotorg pour obtenir un package pour 18.04 LTS dans un proche avenir.

1
N0rbert

Voici quelques instructions plus détaillées sur la façon d’installer albert en utilisant le suse repository .

Avant de commencer, vous devez activer le référentiel Univers . Cliquez ici pour plus d'informations .


Il y a deux façons d'installer albert.

Méthode 1 (saisir directement les paquets binaires):

Exécutez la commande suivante pour installer gdebi qui sera utilisée pour installer albert:

Sudo apt update
Sudo apt install gdebi

Exécutez les commandes suivantes pour télécharger et installer la version 64 bits de albert pour 18.04:

wget https://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_18.04/AMD64/albert_0.16.1_AMD64.deb
Sudo gdebi albert_0.16.1_AMD64.deb

Méthode 2 (ajout d'un référentiel et installation manuelle):

Cette méthode installe une clé de confiance sur votre système. Cliquez ici pour plus d'informations .

wget -nv https://download.opensuse.org/repositories/home:manuelschneid3r/xUbuntu_18.04/Release.key -O Release.key
Sudo apt-key add - < Release.key
Sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/manuelschneid3r/xUbuntu_18.04/ /' > /etc/apt/sources.list.d/home:manuelschneid3r.list"
Sudo apt update
Sudo apt install albert

De plus, pour supprimer le référentiel et la clé sécurisée, exécutez les commandes suivantes:

Sudo rm /etc/apt/sources.list.d/home:manuelschneid3r.list
Sudo apt-key del E192A257
Sudo apt clean
Sudo apt update
0
mchid