我正在Windows 10的Hyper-V上运行Ubuntu 20.04.1,并且试图通过Homebrew软件包安装Cdparanoia。这是正在发生的事情:
~$ brew install cdparanoia
==> Downloading https://gist.githubusercontent.com/iMichka/c6d0ed5adb5375a8117d7
Already downloaded: /home/shelly/.cache/Homebrew/downloads/e4829cee5c3b991516d719cefc6800cb3439c04a2527f5021ac85bbec18e79ca--cdparanoia-fpic
Error: SHA256 mismatch
Expected: 496f53d21dde7e23f4c9cf1cc28219efcbb5464fe2abbd5a073635279281c9c4
Actual: b648de4485d04cb91ccd8ed9601f20e166c2d7f70751b1a84e554039b4418dee
Archive: /home/shelly/.cache/Homebrew/downloads/e4829cee5c3b991516d719cefc6800cb3439c04a2527f5021ac85bbec18e79ca--cdparanoia-fpic
To retry an incomplete download, remove the file above.
作为回应,我删除了该文件,但是在尝试安装时仍然出现此错误。我还确保已为Cdparanoia安装了autoconf dependency。我对Linux终端不是很有经验,所以我希望有人可以指出我正确的方向。