在 Ubuntu 18.04 中安装 Albert 应用程序启动器时出现 PPA 错误

Abu*_*Abu 5 command-line software-installation

我尝试了这两个命令并得到一些错误:

  1. 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.
    
    Run Code Online (Sandbox Code Playgroud)
  2. 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.
    
    Run Code Online (Sandbox Code Playgroud)

van*_*ium 10

Albert 是我最喜欢的快速启动器,所以我将它安装在 Ubuntu 18.04 中。您遇到的错误似乎反映了 PPA 的临时或永久问题。

通过 PPA 安装

AlbertUser guide参考了openSUSE 网站的更多说明。在那里,您单击 Ubuntu 图标。您会在那里找到连接到与您尝试的 PPA 不同的 PPA 的说明。

通过 .deb 安装文件安装

我更喜欢通过下载 .deb 安装文件来安装 Albert。优点是您不需要添加外部 PPA。缺点是程序不会在新版本出现时自动更新。根据您的看法,这实际上可能是一个优势。Albert 正在大力发展,新版本有时可能会出现问题。

页面上的第二个链接“直接抓取二进制包”允许您下载 64 位或 32 位 .deb 安装文件。右键单击下载的 .deb 并选择“使用软件安装程序打开”。这将使用 Ubuntu 软件安装 .deb 文件。