1.

(1)现象:

dpkg: 处理软件包 linux-image-4.15.0-36-generic (--configure)时出错:
 子进程 已安装 post-installation 脚本 返回错误状态 1
在处理时有错误发生:
 linux-image-4.15.0-36-generic
E: Sub-process /usr/bin/dpkg returned an error code (1)
(2)解决办法:

这是一些过时的包出现的问题,如这个,linux-image-4.15.0-36-generic。解决方式是:sudo apt-get autoremove 让它自动清理一些过时的包。就不会出现这个问题了。

相关文章:

  • 2022-12-23
  • 2021-05-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-07
猜你喜欢
  • 2021-10-10
  • 2021-12-18
  • 2022-12-23
  • 2021-07-02
  • 2021-07-10
相关资源
相似解决方案