首頁>Ubuntu>source

我正在尝試更新我的skrooge軟體版本.這通常是通過从 ppa:s-mankowski/ppa-kf5檢索軟體包来完成的 ,我已使用 sudo add-apt-repository ppa:s-mankowski/ppa-kf5將其添加到我的資源列表中

当我表演 sudo apt update時 ,我得到以下結果:

$ sudo apt update
Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease           
Hit:3 http://ppa.launchpad.net/s-mankowski/ppa-kf5/ubuntu focal InRelease   
Hit:4 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease 
Hit:5 http://security.ubuntu.com/ubuntu focal-security InRelease
Reading package lists... Done
Building dependency tree       
Reading state information... Done
All packages are up to date.

如您所见,mankowski鏈接位於要更新的​​結果中.但是,請檢查以下命令的結果:

$ sudo apt-cache madison skrooge
   skrooge | 2.21.1-1build2 | http://us.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
$ sudo apt-cache policy skrooge
skrooge:
  Installed: 2.21.1-1build2
  Candidate: 2.21.1-1build2
  Version table:
 *** 2.21.1-1build2 500
        500 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 Packages
        100 /var/lib/dpkg/status

我该如何識別我的mankowski鏈接並从中拉出skrooge 2.24.6更新?

更新編輯: 這是我的正常升級行和当前結果:

$ sudo apt-get update && sudo apt-get -y upgrade && sudo apt-get clean
Hit:1 http://us.archive.ubuntu.com/ubuntu focal InRelease
Get:2 http://us.archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB]                             
Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [109 kB]                              
Hit:4 http://ppa.launchpad.net/s-mankowski/ppa-kf5/ubuntu focal InRelease                
Get:5 http://us.archive.ubuntu.com/ubuntu focal-backports InRelease [101 kB]             
Fetched 324 kB in 1s (499 kB/s)                                     
Reading package lists... Done
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

可以看出,它也不想在此處更新skrooge。

最新回復
  • 6月前
    1 #

    執行 sudo apt update之後 (更新軟體包快取),您需要執行

    sudo apt upgrade
    

    以有效地升級軟體包。

    對於您而言,這没有帮助.添加的儲存庫中的軟體包名稱為 skrooge-kf5 並且您需要明確地使用

    进行安裝
    sudo apt install skrooge-kf5
    

  • 我無法將文字檔案从/ home剪切並粘贴到Ubuntu 2004中的/ home / Desktop檔案夹
  • apt:如何修複"包裝處於非常糟糕的不一致狀態"錯誤?