お知らせ

  • 利用規約を守って投稿してください。また、よくある質問および投稿の手引きも参照してください。
  • メッセージの投稿にはアカウントが必要です。未登録の方は、ユーザ登録ページからアカウントを作成することができます。

#1 2018-07-07 22:00:50

kuru01
新しいメンバ
登録日: 2018-07-07

Ubuntu 18.04 LTS でWineがインストールできない

こんにちは。初めて投稿させていただきます。kuru01です。
本題ですが、Ubuntuの最新バージョン 「Ubuntu 18.04 LTS」でWineがインストールできません。
ソフトウェアセンターから「Wine」をインストールしても、プログラムローダはインストールされません。
Ubuntu 16.04 LTS では、[sudo apt install wine]でインストールできたのですが最新バージョンでは

パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています               
状態情報を読み取っています... 完了
パッケージ wine は、以下によって提供される仮想パッケージです:
  wine-stable 3.0-1ubuntu1
  wine-development 3.6-1
インストールするには、明示的にいずれかを選択する必要があります。

E: パッケージ 'wine' にはインストール候補がありません

と表示されます。なのでWineの公式ページに飛び、書いてある方法でやってみたのですが、文字化けが起きてしまいます。
ネットで検索すると方法はあるのですがどれをやっても治りません。
どなたかわかる方アドバイス・解決方法お願いします!!m(__)m

オフライン

 

#2 2018-07-08 00:37:57

yaneno-suzume
メンバ
From: 名古屋
登録日: 2013-06-30

Re: Ubuntu 18.04 LTS でWineがインストールできない

WINE は WineHQ になり、Ubuntu の公式サポートからはずれたみたいです。

Ubuntu - WineHQ Wiki
https://wiki.winehq.org/Ubuntu
に Ubuntu 向けの説明がありますが、英語ですので日本語対訳を下に載せておきます。
(フリーなのでたぶんライセンスは大丈夫でしょう……WineHQに準じます。)

インストール後は WINE と同様です。
文字化けとかWinetricks インストール(Ubuntu ソフトウェアから)とか代替フォント設定とか。

--------------------------------
Installing WineHQ packages
WineHQ パッケージのインストール

If you have previously installed a Wine package from another repository, please remove it and any packages that depend on it (e.g., wine-mono, wine-gecko, winetricks) before attempting to install the WineHQ packages, as they may cause dependency conflicts.
他のレポジトリからWineパッケージをインストールした場合は、
それとそれに依存するすべてのパッケージ(例えば wine-mono, wine-gecko, winetricks)を削除してからWineHQパッケージをインストールしてください。
依存関係の競合が起こることがあります。

If your system is 64 bit, enable 32 bit architecture (if you haven't already):
64ビットOSでは、32ビットアーキテクチャを有効にしてください。
(まだしていない場合)

sudo dpkg --add-architecture i386

Add the repository:
レポジトリを追加します

wget -nc https://dl.winehq.org/wine-builds/Release.key
sudo apt-key add Release.key
sudo apt-add-repository https://dl.winehq.org/wine-builds/ubuntu/

Dialog-warning.svg On Linux Mint 17.x, the last line should be the following:

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ trusty main'

Dialog-warning.svg On Linux Mint 18.x, the last line should be the following:

sudo apt-add-repository 'deb https://dl.winehq.org/wine-builds/ubuntu/ xenial main'

Update packages:
パッケージ情報を更新します

sudo apt-get update

Then install one of the following packages:
次のパッケージの1つをインストールしてください
Stable branch     安定版

sudo apt-get install --install-recommends winehq-stable

Development branch     開発版

sudo apt-get install --install-recommends winehq-devel

Staging branch     ステージング版

sudo apt-get install --install-recommends winehq-staging

If apt-get complains about missing dependencies, install them, then repeat the last two steps (update and install).
apt-get から必要なパッケージがないというメッセージが出たときは、
それらをインストールし、もう一度最後の2つ(update と install)を行ってください。

If you have previously used the distro packages, you will notice some differences in the WineHQ ones:
ディストリビューションのパッケージを使用していた場合、
WineHQでは次のような点が異なります。
    Files are installed to /opt/wine-devel or /opt/wine-staging.
    ファイルは /opt/wine-devel または /opt/wine-staging にインストールされます.

    Menu items are not created for Wine's builtin programs (winecfg, etc.), and if you are upgrading from a distro package that had added them, they will be removed. You can recreate them yourself using your menu editor.
    Wineの組み込みプログラム(winecfgなど)に対するメニュー項目は作成されません。
それらが組み込まれたディストリビューションのパッケージからアップグレードした場合、
それらは削除されます。必要ならばメニューエディタで再作成してください。

    Binfmt_misc registration is not added. Consult your distro's documentation for update-binfmts if you wish to do this manually.
    Binfmt_misc 登録は追加されません。手動で行いたい場合はディストリビューションの
ドキュメントを参照してください。

    WineHQ does not at present package wine-gecko or wine-mono. When creating a new wine prefix, you will be asked if you want to download those components. For best compatibility, it is recommended to click Yes here. If the download doesn't work for you, please follow the instructions on the Gecko and Mono wiki pages to install them manually.
    WineHQは現在 wine-gecko や wine-mono をパッケージしていません。
新しい wine prefix を作成すると、これらのコンポーネントをダウンロードするかどうかを
尋ねられます。ダウンロードできない場合は、Gecko と Mono の wikiページにしたがって手動でインストールしてください。

Installing without Internet
オフラインインストール

To install Wine on an Ubuntu machine without internet access, you must have access to a second Ubuntu machine (or VM) with an internet connection to download the Wine .deb package and its dependencies.
インターネット接続無しで Ubuntu PC に Wine をインストールするには、
インターネット接続のある2台目の Ubuntu PC (または仮想マシン)で
Wine .deb パッケージと関連ファイルをダウンロードします。

The procedure goes like this: On the machine with internet, add the WineHQ PPA, then cache just the necessary packages without actually extracting them:
手順は次のようになります。
インターネット接続のある PC に WineHQ PPA を追加し、
実際にそれらを抽出することなく必要なパッケージだけをキャッシュします:

sudo add-apt-repository ppa:wine/wine-builds
sudo apt-get update

Then cache just the packages necessary for installing wine, without extracting them:
抽出することなく WINE に必要なパッケージだけをキャッシュします:

sudo apt-get clean
sudo apt-get --download-only install winehq-devel
sudo apt-get --download-only dist-upgrade

Copy all of the .deb files in /var/cache/apt/archives to a USB stick:
/var/cache/apt/archives にあるすべての .deb ファイルを USB メモリにコピーします

cp -R /var/cache/apt/archives/ /media/usb-drive/deb-pkgs/

Finally, on the machine without internet, install all of the packages from the flash drive:
最後に、USB メモリからすべてのパッケージをネット接続のないマシンに
インストールします。

cd /media/usb-drive/deb-pkgs
sudo dpkg -i *.deb

The same instructions can also be used for an offline installation of the `winehq-staging`
packages.
winehq-staging パッケージをオフラインでインストールするのも同様です。

Compiling WoW64
WoW64のコンパイル

Ubuntu's implementation of Multiarch is still incomplete, so for now you can't simply install 32-bit and 64-bit libraries alongside each other. If you're on a 64-bit system, you'll have to create an isolated environment for installing and building with 32-bit dependencies. See Building Biarch Wine On Ubuntu for detailed instructions for Ubuntu using LXC, and Building Wine for general information.
Ubuntu のマルチアーキテクチャ対応は不完全なので、32ビットと64ビットのライブラリを同時にインストールすることはできません。64ビットOSの場合は、32ビット用に独立した環境を作る必要があります。
LXC を Ubuntu で使うための詳細は Building Biarch Wine On Ubuntu を、一般的な情報は  Building Wine を参照してください。

オフライン

 

#3 2018-07-08 01:08:25

yaneno-suzume
メンバ
From: 名古屋
登録日: 2013-06-30

Re: Ubuntu 18.04 LTS でWineがインストールできない

えーと、すみません、インストールはできたけれど文字化けするという話でしょうか?

下のメモが参考になるかもしれません。

--------------------------------
□で文字化けする(日本語は読める)


◆Winetricks インストール(Ubuntu ソフトウェアから)
実行
→メッセージが出る
You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
→その後通常起動。[終了]

[参考]
Ubuntu 18.04にWineをインストールし、文字化け(アルファベットが豆腐)を解消する - Symfoware
https://symfoware.blog.fc2.com/blog-entry-2151.html


◆winetricks allfonts いちおう実行してみる

$ winetricks allfonts

[結果]
{user}@{terminal}:~$ winetricks allfonts
------------------------------------------------------
You are using a 64-bit WINEPREFIX. Note that many verbs only install 32-bit versions of packages. If you encounter problems, please retest in a clean 32-bit WINEPREFIX before reporting a bug.
------------------------------------------------------
Using winetricks 20180217 - sha256sum: 1b156c616174f41df79d72a90c52eb2b110c63a6e8ecb865d303a8f9f0908924 with wine-3.0.1 and WINEARCH=win64
Executing w_do_call allfonts
 ……
 ……
2018-06-23 10:28:46 (744 KB/s) - `PowerPointViewer.exe' へ保存終了 [63204984]

Executing cd /home/{user}/.cache/winetricks/PowerPointViewer
------------------------------------------------------
sha256sum mismatch! Rename /home/{user}/.cache/winetricks/PowerPointViewer/PowerPointViewer.exe and try again.
------------------------------------------------------

→文字化け解消せず


◆ Wineの代替フォント設定

アプリケーション - Winetricks
Select the default windprefix - OK
Run regedit - OK

手動で設定してもよいが、
下記のような .reg ファイルを作成して行った

レジストリ - インポート - Wineフォント設定.reg
表示 - 更新(F5)

---Wineフォント設定.reg(別に作成する)---
REGEDIT4

[HKEY_CURRENT_USER\Software\Wine\Fonts\Replacements]
"MS Pゴシック"="IPA Pゴシック"
"MS PGothic"="IPA Pゴシック"
"MS P明朝"="IPA P明朝"
"MS UI Gothic"="IPA Pゴシック"
"MS ゴシック"="IPA ゴシック"
"MS Gothic"="IPA ゴシック"
"MS 明朝"="IPA明朝"
---EOF---

※エンコーディング: 日本語(SHIFT_JIS) で保存する
 さもないと文字化けする

※個人的な好みでIPA明朝とIPA ゴシックを使っています。
 お手持ちのお好みのフォントに変更してください。
 IPAフォントを使う場合は(当然ですが)
 先にフォントをインストールしておく必要があります。
 ↓ダウンロードページ
https://ipafont.ipa.go.jp/old/ipafont/download.html

→文字化け解消
※MS ゴシックを使ったアプリケーションだったらしい

※ WINE のフォントは /opt/wine-stable/share/wine/fonts にある
 (tahoma.ttf など)

オフライン

 

#4 2018-07-08 09:30:55

kuru01
新しいメンバ
登録日: 2018-07-07

Re: Ubuntu 18.04 LTS でWineがインストールできない

ありがとうございました。m(__)m 
無事インストールでき、文字化けも解消されました。

オフライン

 

Board footer

Powered by FluxBB