Skip to content

Instantly share code, notes, and snippets.

@iguoli
Last active October 28, 2017 13:27
Show Gist options
  • Save iguoli/87f6a6ba20f4a7d8af631c0a037475c2 to your computer and use it in GitHub Desktop.
Save iguoli/87f6a6ba20f4a7d8af631c0a037475c2 to your computer and use it in GitHub Desktop.
Ubuntu下查看某个包的依赖关系

Ubuntu下查看某个包的依赖关系

#查看python3-pip依赖哪些包
apt-cache depends python3-pip

#查看python3-setuptools被哪些包依赖
apt-cache rdepends python3-setuptools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment