Search code examples
node.jsdebian-stretch

E: Unable to locate package npm2deb


I want to uninstall npm2deb from my debian stretch . I installed by using the command

python3 setup.py install

it is giving me error when trying to uninstall using apt-get remove npm2deb

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

Solution

  • Since your setup.py is running with distutils, you should take a look at this answer.