AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / ubuntu / 问题 / 1536883
Accepted
ihorc
ihorc
Asked: 2025-01-01 02:42:36 +0800 CST2025-01-01 02:42:36 +0800 CST 2025-01-01 02:42:36 +0800 CST

PPA 中的最新软件包版本无法用于安装 Ubuntu 24.04

  • 772

我想在 Ubuntu 24.04 上从https://ppa.launchpadcontent.net/qbittorrent-team/qbittorrent-stable安装最新的 qBittorrent (5.0.3)

我看到这个版本在 repo 中适用于多种架构:
qbittorrent 1:5.0.3.99~202412290749-8437-35dce07c6~ubuntu24.10.1 qBittorrent Team (2024-12-29)

但出于某种原因,apt即使在更新 repos 之后,我的仍然显示此信息:

~ sudo apt upgrade qbittorrent
qbittorrent is already the newest version (1:4.6.7.99~202411110115-8155-91943e481~ubuntu24.04.1).

~ sudo apt-cache policy qbittorrent
qbittorrent:
  Installed: 1:4.6.7.99~202411110115-8155-91943e481~ubuntu24.04.1
  Candidate: 1:4.6.7.99~202411110115-8155-91943e481~ubuntu24.04.1
  Version table:
 *** 1:4.6.7.99~202411110115-8155-91943e481~ubuntu24.04.1 500
        500 https://ppa.launchpadcontent.net/qbittorrent-team/qbittorrent-stable/ubuntu noble/main amd64 Packages
        100 /var/lib/dpkg/status
     4.6.3-1build2 500
        500 http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages

为什么无法安装?
我想我可以手动下载并安装 .deb,但为什么它没有显示出来?

apt
  • 1 1 个回答
  • 29 Views

1 个回答

  • Voted
  1. Best Answer
    mook765
    2025-01-01T02:51:51+08:002025-01-01T02:51:51+08:00

    您需要过滤列表以查看哪个版本的 qbittorrent 适用于您的 Ubuntu 版本。

    另外,版本号1:5.0.3.99~202412290749-8437-35dce07c6~ubuntu24.10.1表明该软件包适用于 24.10,而不是您使用的版本。

    如果您想要 5.0.3 版本,可以快速获取:

    ~$ snap info qbittorrent-desktop-tak
    name:      qbittorrent-desktop-tak
    summary:   UnOfficial release of qBittorrent for Desktop (with graphical UI)
    publisher: TehAppKiller (tak)
    store-url: https://snapcraft.io/qbittorrent-desktop-tak
    contact:   [email protected]
    license:   MIT
    description: |
      **qBittorrent is a free and open-source BitTorrent client** based on the Qt toolkit and
      libtorrent-rasterbar library.
      
      * This is the desktop version with graphical UI ; for server version (qbittorrent-nox) with only
      webUI see https://snapcraft.io/qbittorrent-tak
      * See https://www.qbittorrent.org for more details.
      
      **qBittorrent Release 5+**
      * /home folder is accessible
      * Snap dependencies required: kf6-core22, gtk-common-themes
      
      **!!! Files can only be written in a directory owned by 'user' (not by 'root') !!!**
      
      This is due to current behavior and restrictions of snaps by Canonical.\
      Please use Server edition if you need to write in 'root'-owned folders:
      https://snapcraft.io/qbittorrent-tak
    snap-id: 1EKgQ3FZaNtmXeLA7aTkKmBAkCV42ooU
    channels:
      latest/stable:    5.0.3    2024-12-18 (2) 72MB -
      latest/candidate: 5.0.3    2024-12-18 (2) 72MB -
      latest/beta:      5.0.3    2024-12-18 (2) 72MB -
      latest/edge:      5.0.3-v2 2024-12-18 (4) 72MB -
    
    • 1

相关问题

  • 如何编写 shell 脚本来安装应用程序列表?

  • 如何查看存档中可用的软件包的所有版本?

  • 是否可以说出我安装的哪些软件包不在原版安装中?

  • 如何删除 PPA?

  • 使用 apt-get upgrade 时如何强制安装内核更新?

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何运行 .sh 脚本?

    • 16 个回答
  • Marko Smith

    如何安装 .tar.gz(或 .tar.bz2)文件?

    • 14 个回答
  • Marko Smith

    如何列出所有已安装的软件包

    • 24 个回答
  • Marko Smith

    无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗?

    • 25 个回答
  • Martin Hope
    Flimm 如何在没有 sudo 的情况下使用 docker? 2014-06-07 00:17:43 +0800 CST
  • Martin Hope
    Ivan 如何列出所有已安装的软件包 2010-12-17 18:08:49 +0800 CST
  • Martin Hope
    La Ode Adam Saputra 无法锁定管理目录 (/var/lib/dpkg/) 是另一个进程在使用它吗? 2010-11-30 18:12:48 +0800 CST
  • Martin Hope
    David Barry 如何从命令行确定目录(文件夹)的总大小? 2010-08-06 10:20:23 +0800 CST
  • Martin Hope
    jfoucher “以下软件包已被保留:”为什么以及如何解决? 2010-08-01 13:59:22 +0800 CST
  • Martin Hope
    David Ashford 如何删除 PPA? 2010-07-30 01:09:42 +0800 CST

热门标签

10.10 10.04 gnome networking server command-line package-management software-recommendation sound xorg

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve