E: 无法定位包 npm2deb

E: Unable to locate package npm2deb

我想从我的 debian stretch 中卸载 npm2deb。 我使用命令

安装

python3 setup.py 安装

尝试卸载时出现错误 使用 apt-get remove npm2deb

Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package npm2deb

因为你的 setup.py 是 运行 distutils, you should take a look at this answer