root@32df9b5bc959:/# cat /etc/redhat-release
cat: /etc/redhat-release: No such file or directory
root@32df9b5bc959:/# cat /etc/issue
Debian GNU/Linux 10 \n \l
root@32df9b5bc959:/# apt-get install procps -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package procps 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
However the following packages replace it:
psmisc
E: Package 'procps' has no installation candidate
解决方法
apt-get update
apt-get upgrade
apt-get install <packagename>