root@32df9b5bc959:/# cat /etc/redhat-releasecat: /etc/redhat-release: No such file or directoryroot@32df9b5bc959:/# cat /etc/issueDebian GNU/Linux 10 \n \lroot@32df9b5bc959:/# apt-get install procps -yReading package lists... DoneBuilding dependency treeReading state information... DonePackage procps is not available, but is referred to by another package.This may mean that the package is missing, has been obsoleted, oris only available from another sourceHowever the following packages replace it:psmiscE: Package 'procps' has no installation candidate
解决方法
apt-get updateapt-get upgradeapt-get install <packagename>
