私は 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
このパッケージが利用できないのはなぜですか?