Wine で XenCenter をインストールするには?
今回のポイントは、アプリケーションが .Net Framework を使用しているところです。それなので、「WINEARCH=win32 WINEPREFIX=~/apps/xencenter winetricks dotnet48」を実行して dotnet48 をインストールしようとしたところ、「warning: This package (dotnet48) is broken in wine-7.0.1. Broken since 5.18. See https://bugs.winehq.org/show_bug.cgi?id=49897 for more info. Use –force to try anyway.」のワーニングがでてインストールが途中で止まってしまいました。「 Use –force to try anyway(とにかく試すには –force を使用してください)」ということで「WINEARCH=win32 WINEPREFIX=~/apps/xencenter6 winetricks -q –force dotnet48」として実行します。 Wine で XenCenter6.5 動かします。 Wine で XenCenter7.5日本語版 を動かします。
Wine で XenCenter をインストールするには? Read More »