Serviço não instalado, mas ainda listado

1

Eu deinstalled memcached :

» sudo apt-get remove memcached
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  ieee-data python-netaddr python-selinux
Use 'sudo apt autoremove' to remove them.
The following packages will be REMOVED:
  memcached
0 upgraded, 0 newly installed, 1 to remove and 9 not upgraded.
After this operation, 246 kB disk space will be freed.
Do you want to continue? [Y/n] y
(Reading database ... 377925 files and directories currently installed.)
Removing memcached (1.4.25-2ubuntu1.3) ...
Processing triggers for man-db (2.7.5-1) ...

Mas o serviço ainda está listado:

» sudo service --status-all 2> /dev/null | grep memcached
 [ - ]  memcached

Por quê? O que posso fazer para limpar a lista de serviços?

Este é o meu sistema:

» lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 16.04.4 LTS
Release:        16.04
Codename:       xenial
    
por dangonfast 16.03.2018 / 10:44

0 respostas