Estou usando uma imagem docker baseada no Debian Buster. Quero instalar este pacote:
https://packages.debian.org/buster/php-memcache
Mas quando tento diz pacote não encontrado:
# 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
Parece que tenho o repositório certo:
#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
Por que este pacote não está disponível?