家里有一条电脑作为存储,安装了redis 服务,但是后面发现redis服务经常有问题,想卸载无法卸载

  1. sudo apt remove redis-server
  2. Use 'sudo apt autoremove' to remove them.
  3. The following packages will be REMOVED:
  4.   redis-server
  5. 0 upgraded, 0 newly installed, 1 to remove and 202 not upgraded.
  6. After this operation, 919 kB disk space will be freed.
  7. Do you want to continue? [Y/n] Y
  8. (Reading database ... 300372 files and directories currently installed.)
  9. Removing redis-server (2:3.0.6-1ubuntu0.3) ...


一直这样卡着,后面就想到强制删除的命令 试了下真可以

  1. sudo dpkg --purge --force-all {package name}