无法安全删除:关于 libssl-doc 的升级

无法安全删除:关于 libssl-doc 的升级
 The following packages will be REMOVED:
   libssl-doc
 The following packages have been kept back:
   nodejs nodejs-dev
 0 upgraded, 0 newly installed, 1 to remove and 2 not upgraded.
 1 not fully installed or removed.
 After this operation, 1459 kB disk space will be freed.
 (Reading database ... 27911 files and directories currently installed.)
 Removing libssl-doc ...
 dpkg: error processing libssl-doc (--remove):
  unable to securely remove '/usr/share/man/man3/SSL_set_session_id_context.3ssl.gz.dpkg-new': No such file or directory
 No apport report written because the error message indicates an issue on the local system
 Errors were encountered while processing:
  libssl-doc
 E: Sub-process /usr/bin/dpkg returned an error code (1)

使用时apt-get upgrade我收到此错误消息?我想修复它但不知道如何做。有人知道可以帮助我解决这个问题吗?><

答案1

我又来了!终于找到答案了!我/usr/share/man/man3将 的目录重命名为/usr/share/man/man3.original。然后apt-get upgrade又来了。这个问题神奇地解决了!!!!

相关内容