ntop / n2disk

Open source components and extensions for n2disk
503 stars 11 forks source link

Unable to uninstall Ubuntu package #8

Closed loleg closed 6 years ago

loleg commented 6 years ago

As reported here: https://askubuntu.com/questions/997820/unable-to-uninstall-package

Removing n2disk (3.0.180626-4915) ...
Stopping n2disk services...
update-rc.d: /etc/init.d/n2disk exists during rc.d purge (use -f to force)
dpkg: error processing package n2disk (--remove):
 subprocess installed pre-removal script returned error exit status 1
cardigliano commented 6 years ago

@loleg please edit /var/lib/dpkg/info/n2disk.prerm and delete this line:

update-rc.d n2disk remove >/dev/null

I pushed a fix, new packages will be available later today.