![Wine に IE8 をインストール - エラー rename/sha1sum 不一致 winetest.cat](https://rvso.com/image/886382/Wine%20%E3%81%AB%20IE8%20%E3%82%92%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB%20-%20%E3%82%A8%E3%83%A9%E3%83%BC%20rename%2Fsha1sum%20%E4%B8%8D%E4%B8%80%E8%87%B4%20winetest.cat.png)
この問題は頻繁に発生するため、これは特定の質問ではなく、情報提供を目的とした QA 投稿であることにご注意ください。
質問 / 問題
Wine に IE8 (Internet Explorer) をインストールする際の問題を解決する方法 (私の知る限り、どのバージョンでも可)。
関連するワインエラー:
ターミナルのインストール方法
IE8のインストール:
winetricks -q ie8
同様のエラーが表示されるはずです:
Executing w_do_call ie8
Executing load_ie8
Executing wine iexplore -unregserver
Executing w_do_call msls31
msls31 already installed, skipping
Using native,builtin override for following DLLs: iexplore.exe itircl itss jscript msctf mshtml shdoclc shdocvw shlwapi urlmon wininet xmllite
Executing winetricks_early_wine regedit /S C:\windows\Temp\_ie8\override-dll.reg
Using builtin override for following DLLs: updspapi
Executing winetricks_early_wine regedit /S C:\windows\Temp\_ie8\override-dll.reg
Downloading http://winezeug.googlecode.com/svn/trunk/winetricks_files/winetest.cat to /home/user/.cache/winetricks/ie8
--2016-09-08 23:03:12-- http://winezeug.googlecode.com/svn/trunk/winetricks_files/winetest.cat
Resolving winezeug.googlecode.com (winezeug.googlecode.com)... 66.102.1.82, 2a00:1450:400c:c06::52
Connecting to winezeug.googlecode.com (winezeug.googlecode.com)|66.102.1.82|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2016-09-08 23:03:13 ERROR 404: Not Found.
------------------------------------------------------
Downloading http://winezeug.googlecode.com/svn/trunk/winetricks_files/winetest.cat failed
------------------------------------------------------
Winetricks GUI方式によるGUIインストール
または GUI 方式を使用すると、次のようなエラー ダイアログが表示されます。
答え1
解決
2 つのオプション:
自動的に:
これをコピーしてターミナルに貼り付けると、ダウンロードされ、必要なディレクトリにファイルが配置されます(スクリプトから推測できます)。
wget "https://github.com/Winetricks/winetricks/raw/master/files/winetest.cat"; mv winetest.cat ~/.cache/winetricks/ie8/
手動:
GOへこれ場所(GitHubでホストされている)でwinetest.cat
ファイルをダウンロードし、ダウンロードしたファイルを~/.cache/winetricks/ie8/
リンク: https://github.com/Winetricks/winetricks/raw/master/files/winetest.cat
他の人にもこれが役に立つことを願っています!
乾杯