輸入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
我不知道如何解決這個問題。誰能幫我??
謝謝
uj5u.com熱心網友回復:
readlink 需要一個檔案,而 $(which opera) 不回傳任何內容。正如上面提到的@mkayaalp,您需要安裝opera(如果還沒有)或更新PATH,以便找到二進制檔案。
轉載請註明出處,本文鏈接:https://www.uj5u.com/qukuanlian/352114.html
上一篇:使用最后退出代碼0啟動bash
