Hello OCN.
I'm trying to remove xinetd but errors occur when I attempt to run apt-get remove.
Also, I can not install the package either...
For reference I am running CrunchBang 10.
How can I completely remove xinetd from my system, without using apt-get remove?
I'm trying to remove xinetd but errors occur when I attempt to run apt-get remove.
Code:
jgp@wildcat:~$ sudo apt-get remove xinetd
[sudo] password for jgp:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
xinetd
0 upgraded, 0 newly installed, 1 to remove and 838 not upgraded.
1 not fully installed or removed.
After this operation, 397 kB disk space will be freed.
Do you want to continue [Y/n]? y
(Reading database ... 84920 files and directories currently installed.)
Removing xinetd ...
invoke-rc.d: unknown initscript, /etc/init.d/xinetd not found.
dpkg: error processing xinetd (--remove):
subprocess installed pre-removal script returned error exit status 100
configured to not write apport reports
invoke-rc.d: unknown initscript, /etc/init.d/xinetd not found.
dpkg: error while cleaning up:
subprocess installed post-installation script returned error exit status 100
Errors were encountered while processing:
xinetd
E: Sub-process /usr/bin/dpkg returned an error code (1)
Also, I can not install the package either...
Code:
jgp@wildcat:~$ sudo apt-get install xinetd
Reading package lists... Done
Building dependency tree
Reading state information... Done
xinetd is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 838 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up xinetd (1:2.3.14-7ubuntu4) ...
invoke-rc.d: unknown initscript, /etc/init.d/xinetd not found.
dpkg: error processing xinetd (--configure):
subprocess installed post-installation script returned error exit status 100
configured to not write apport reports
Errors were encountered while processing:
xinetd
E: Sub-process /usr/bin/dpkg returned an error code (1)
How can I completely remove xinetd from my system, without using apt-get remove?








but hey, work in progress. I just use it to help work out the bugs