Ubuntu下查看某个包的依赖关系
#查看python3-pip依赖哪些包 apt-cache depends python3-pip #查看python3-setuptools被哪些包依赖 apt-cache rdepends python3-setuptools