Debian Buster 找不到軟體包

Debian Buster 找不到軟體包

我正在使用基於 Debian Buster 的 docker 映像。我想安裝這個套件:

https://packages.debian.org/buster/php-memcache

但是當我嘗試時它說找不到包:

# apt install php-memcache
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package php-memcache is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'php-memcache' has no installation candidate

我似乎有正確的存儲庫:

#grep ^[^#] /etc/apt/sources.list /etc/apt/sources.list.d/*
/etc/apt/sources.list:deb http://deb.debian.org/debian buster main
/etc/apt/sources.list:deb http://security.debian.org/debian-security buster/updates main
/etc/apt/sources.list:deb http://deb.debian.org/debian buster-updates main

為什麼這個包不可用?

相關內容