markdown 列出已安装的包

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了markdown 列出已安装的包相关的知识,希望对你有一定的参考价值。

# List Installed Packages
## NPM Packages
You can list all globally installed packages on your computer, or in your particular project. This lists all nested packages, which isn't always useful.

### List top-level packages *on your computer*
$ npm ls -g --depth 0

### Find globally outdated packages
$ npm outdated -g --depth=0

### List top-level packages in a *project*
$ npm ls --depth 0

## Chocolatey Packages
$ choco list --local-only

以上是关于markdown 列出已安装的包的主要内容,如果未能解决你的问题,请参考以下文章

Python3:以编程方式列出虚拟环境中所有已安装的包和版本[重复]

python [使用代码安装pip包]使用此脚本使用nothin而不是python代码安装python包,并列出已安装的包#

Meteor:如何列出已安装的软件包

dpkg安装工具

列出频道中已安装的软件包

dpk如何安装