扫一扫分享
开源npm桌面GUI。 在Linux,MacOS和Windows上运行。 ndm代表“npm桌面管理器”。省却命令行操作,可以方便安装、查看、卸载软件。
On MacOS you can install ndm also with Homebrew Cask:
$ brew update $ brew cask install ndm
On Linux you can install ndm also like this:
$ yaourt -S ndm
On Debian based linux is possible to install ndm doing:
$ echo "deb [trusted=yes] https://apt.fury.io/720kb/ /" | sudo tee /etc/apt/sources.list.d/ndm.list && sudo apt-get update && sudo apt-get install ndm
On RedHat based linux is possible to install ndm doing:
echo "[fury]
name=ndm repository
baseurl=https://repo.fury.io/720kb/
enabled=1
gpgcheck=0" | sudo tee /etc/yum.repos.d/ndm.repo && sudo yum update && sudo yum install ndm
手机预览