
Ubuntu日本語フォーラム

ログインしていません。
linux初心者です。 題名のとおりatok for linuxをインストールしようとすると、以下の様になり前に進めません。
acer@acer-desktop:/media/ATOK_17_0_2_0$ cd bin
acer@acer-desktop:/media/ATOK_17_0_2_0/bin$ ./setupatok
[: 45: -ne: unexpected operator
This software is furnished under an end user agreement and may be used or copied only in accordance with the terms of such license.
If you accept the terms of the license agreement,Please select "Yes".
If you do not accept the terms of the license agreement,Please select "No".
? (yes/no)y
"ATOK for Linux" (or "ATOK X for Linux") will be once uninstalled.
[: 103: -ne: unexpected operator
Do you want to install "IIIMF"? (Yes/no/abort)y
[: 133: -ne: unexpected operator
[: 153: unexpected operator
Do you want to delete above packages? (Yes/select/no/abort)y
File "gtk.immodules" is not found.
acer@acer-desktop:/media/ATOK_17_0_2_0/bin$
初心者ですいませんが、よろしくお願いいたします。
オフライン
miyataさん 導入されようとしているのは「atok X3 for Linux」でなくて、初期のバ−ジョンのものですか。。。
atok X3なら導入は簡単ですが、私は「atok for Linux」を持っていないので、よく分かりません。
取り敢えずこのフォ−ラム内に記載されている古い導入例を提示します。
https://forums.ubuntulinux.jp/viewtopic.php?id=285
その中で、導入例として参考になるところ。
http://old.ubuntulinux.jp/wiki/IchitaroForLinux/
Debianのsidパッケージのatokx2_17.0-2.0-3_i386.debをウェブブラウザなどでダウンロードの箇所のリンクが切れています。
そこでこちらにあります。
http://www.filewatcher.com/m/atokx2_17. … 0.0.0.html
上記を参考にして、挑戦してみてください。
導入途中での疑問点などを質問されれば、どなたかが助け船されるかも。。。
オフライン
koisan1949様 ご親切にありがとうございます。
atokx2_17.0-2.0-3_i386.deb もDLして、これから再度挑戦してみます。
成功しましたらここで報告します。
オフライン
蛇足です。
Ubuntuは、root権限でのコマンド実行にはsudoが必要です。
~$ sudo コマンド名
または、rootに移行
~$ sudo -s
[sudo] password for XXXXX :
~# コマンド
....
~# exit
オフライン