如何修复 "readlink: missing operand"?
How to fix "readlink: missing operand"?
我在终端中输入 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
我不知道如何解决这个问题。
谁能帮帮我??
谢谢
readlink 需要一个文件和 $(which opera) returns 什么都不需要。正如上面提到的@mkayaalp,你需要(重新)安装歌剧(如果你没有)或更新路径以便找到二进制文件。
我在终端中输入 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
我不知道如何解决这个问题。 谁能帮帮我??
谢谢
readlink 需要一个文件和 $(which opera) returns 什么都不需要。正如上面提到的@mkayaalp,你需要(重新)安装歌剧(如果你没有)或更新路径以便找到二进制文件。