无法将 r-base-core 包升级到 Debian 中的反向移植
Unable to upgrade r-base-core package to backports in Debian
我正在尝试将 r-base-core
从 Debian Jessie 中的版本 3.1.1-1 升级到 jessie-backports 中的版本 3.3.2-1。我的设置:
$ apt-cache policy r-base-core
r-base-core:
Installed: 3.1.1-1+deb8u1
Candidate: 3.1.1-1+deb8u1
Version table:
3.3.3-1~jessiecran.0 0
500 http://cran.cnr.berkeley.edu/bin/linux/debian/ jessie-cran3/ Packages
3.3.2-1~bpo8+1 0
100 http://ftp.debian.org/debian/ jessie-backports/main amd64 Packages
*** 3.1.1-1+deb8u1 0
1000 http://security.debian.org/ jessie/updates/main amd64 Packages
1000 http://security.debian.org/ stable/updates/main amd64 Packages
100 /var/lib/dpkg/status
3.1.1-1+b2 0
900 http://ftp.us.debian.org/debian/ jessie/main amd64 Packages
900 http://mirrors.kernel.org/debian/ stable/main amd64 Packages
900 http://ftp.us.debian.org/debian/ stable/main amd64 Packages
当我执行 sudo apt-get -t jessie-backports install r-base-core
时,我得到:
Reading package lists... Done
Building dependency tree
Reading state information... Done
r-base-core is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 205 not upgraded.
为什么它看不到 jessie-backports
版本较新?我该如何调试?感谢您的帮助。
显示屏显示所选变体的 ***
。以下是 1000 的最重要的 分数,对于更高版本,它分别高于 100 和 500 的备选方案。
这是一项称为 apt-pinning 的功能。您需要调整给不同回购协议的排名。 在相同或更低的分数,升级到更高版本如您所愿。
我正在尝试将 r-base-core
从 Debian Jessie 中的版本 3.1.1-1 升级到 jessie-backports 中的版本 3.3.2-1。我的设置:
$ apt-cache policy r-base-core
r-base-core:
Installed: 3.1.1-1+deb8u1
Candidate: 3.1.1-1+deb8u1
Version table:
3.3.3-1~jessiecran.0 0
500 http://cran.cnr.berkeley.edu/bin/linux/debian/ jessie-cran3/ Packages
3.3.2-1~bpo8+1 0
100 http://ftp.debian.org/debian/ jessie-backports/main amd64 Packages
*** 3.1.1-1+deb8u1 0
1000 http://security.debian.org/ jessie/updates/main amd64 Packages
1000 http://security.debian.org/ stable/updates/main amd64 Packages
100 /var/lib/dpkg/status
3.1.1-1+b2 0
900 http://ftp.us.debian.org/debian/ jessie/main amd64 Packages
900 http://mirrors.kernel.org/debian/ stable/main amd64 Packages
900 http://ftp.us.debian.org/debian/ stable/main amd64 Packages
当我执行 sudo apt-get -t jessie-backports install r-base-core
时,我得到:
Reading package lists... Done
Building dependency tree
Reading state information... Done
r-base-core is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 205 not upgraded.
为什么它看不到 jessie-backports
版本较新?我该如何调试?感谢您的帮助。
显示屏显示所选变体的 ***
。以下是 1000 的最重要的 分数,对于更高版本,它分别高于 100 和 500 的备选方案。
这是一项称为 apt-pinning 的功能。您需要调整给不同回购协议的排名。 在相同或更低的分数,升级到更高版本如您所愿。