【发布时间】:2021-12-20 11:30:37
【问题描述】:
在终端输入sudo apt autoremove 后出现此错误
readlink: missing operand
Try 'readlink --help' for more information.
stat: missing operand
Try 'stat --help' for more information.
E: Problem executing scripts DPkg::Pre-Invoke 'stat -c %Z $(readlink -f $(which opera)) > /tmp/opera.timestamp'
E: Sub-process returned an error code
我不知道如何解决这个问题。 谁能帮帮我??
谢谢
【问题讨论】:
-
确认
which opera返回opera的路径。您可能需要修复PATH变量,或重新安装opera。 -
请注意,Stack Overflow 仅针对有关编写软件的问题。这更适合 Unix & Linux 或 Super User... 或可能是 Ask Ubuntu