0

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
Samuel Thomson
  • 71
  • 1
  • 2
  • 9

1 Answers1

0

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

Community
  • 1
  • 1
bachinblack
  • 150
  • 12
  • I get this error after i followed what is said in that post You can remove it from your system anytime using: dpkg -r qwert ********************************************************************** root@debian:/home/midhun/npm2deb# dpkg -r qwert (Reading database ... 153005 files and directories currently installed.) Removing qwert (20180103-1) ... dpkg: warning: while removing qwert, directory '/usr/local/lib/python3.5/dist-packages' not empty so not removed – Samuel Thomson Jan 03 '18 at 14:32
  • This seems to be a warning, so I don't think you need to worry about it. npm2deb should be uninstalled – bachinblack Jan 03 '18 at 17:15