#查看python3-pip依赖哪些包
apt-cache depends python3-pip
#查看python3-setuptools被哪些包依赖
apt-cache rdepends python3-setuptools
Last active
October 28, 2017 13:27
-
-
Save iguoli/87f6a6ba20f4a7d8af631c0a037475c2 to your computer and use it in GitHub Desktop.
Ubuntu下查看某个包的依赖关系
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment