在终端中键入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我不知道怎么解决这个问题。有谁可以帮我??
谢谢
发布于 2021-11-07 05:34:26
readlink需要一个文件,$(其中opera)不返回任何内容。正如@mkayaalp在上面提到的,你需要重新安装opera (如果你还没有安装),或者更新路径,这样它就可以找到二进制文件。
https://stackoverflow.com/questions/69869692
复制相似问题