web-dev-qa-db-ja.com

Ubuntu 14.04 x64にOALD8をインストールする方法

Ubuntu 14.04 LTS x64を実行しています

Oxford Advanced Learners 'Dictionaryがあり、それにはデジタル辞書を含むディスクが付属しています。コンピュータにインストールする方法がわかりません。私を助けてください。前もって感謝します。 :)

4
skb50bd

Xubuntu 14.04ボックスで動作するOxford Advanced Learner's Dictionary(第8版)ツールを作成することができました。完全ではありませんが、実行中です。 :)

システム全体にインストールする必要はありません(つまり、Sudoを使用)。

辞書に付属のCDを持っていることを検討しています。マシンに挿入します。

次に、ターミナルで次の指示に従います。

1)oald8というディレクトリをDownloadsフォルダーに作成します。

mkdir ~/Downloads/oald8

2)フォルダーlinuxおよびoald8.dataoald8(適切なパスをpathtomediaに置き換える必要があります!)

cd /pathtomedia/OALD8
cp -r linux oald8.data ~/Downloads/oald8
cd ~/Downloads/oald8

3)linux/setup.data/bin/Linux/x86から​​setupファイルを実行します。

cd linux
./setup.data/bin/Linux/x86/setup

このセットアップでは、〜/ oald8にファイルをインストールするよう求められます。このように受け入れてください、私見。

観察

Oxford Advanced Learnerの辞書ツールとライブラリは32ビットで提供されます。そのため、この時点で32ビット互換性がない場合、次のようなメッセージが表示されます。

bash: ./setup.data/bin/Linux/x86/setup: No such file or directory

これを入手し、ファイルが存在することが確実な場合(lsを試してください)、インストールする必要があります libc6:i386libncurses5:i386およびlibstdc ++ 6:i386

Sudo dpkg --add-architecture i386
Sudo apt-get update
Sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386

Oald8のライブラリを機能させるには、次のパッケージも必要です。

Sudo apt-get install libgtk2.0-0:i386 libpangoxft-1.0-0:i386 libpangox-1.0-0:i386

また、gtk2-engines-pixbuf:i386およびgtk2-engines-murrine:i386、プログラムが使用するため。

Sudo apt-get install gtk2-engines-pixbuf:i386 gtk2-engines-murrine:i386

手順3ですべてがうまくいった場合、デスクトップにアイコンが表示されます。ヒットした後、システムはそれが信頼されていないと文句を言います(実行可能とマークし、警告が停止します)。

プログラムが起動した後、flashplayerについて文句を言います。ただし、flashplugin-installer:i386を使用してインストールすることはできません。現在のflashplugin-installerと競合するためです。

ターミナルでoald8を実行すると、32ビットバージョンのlibnssutil3.so.1d(これはの一部である必要があります) libnss3-1d:i386)およびlibplc4.so.0dlibnspr4-0dの一部です) :i386)。しかし、これらのライブラリをインストールした後、セグメンテーションエラーが発生しました(ftw!)。

UPDATE(その他の修正!)

Webを検索すると、 このブログ が見つかりました。その素晴らしい男は、フラッシュライブラリを修正する方法を示し、サウンドの問題を説明します(フラッシュが原因でサウンドがなかったと思います!)。

4)libflashplayerバージョン9r280 +を使用することを提案します(私のボックスで動作しました)。マクロメディアアーカイブからダウンロードするか、以下のwgetコマンドを試すことができます。

cd ~/oald8/plugins
mv libflashplayer.so libflashplayer.so.old
mkdir flash9
cd flash9

wget http://fpdownload.macromedia.com/get/flashplayer/installers/archive/fp9r280_plus_archive.Zip

unzip fp9r280_plus_archive.Zip
tar -xvzf fp9r280_and_higher_archive/9r280/flashplayer9r280_linux.tar.gz
cp libflashplayer.so ../

5)彼はサウンドの問題についても説明し、padpsラッパーを使用することを提案します。 32ビットのlibpulsedsp.soを使用することになっているため、libpulsedsp:i386パッケージをインストールする必要があります。

Sudo apt-get install libpulsedsp:i386

残念ながら、padspスクリプトは、LD_PRELOAD環境変数でライブラリの64ビットバージョンを使用することを要求します。したがって、padspはこの問題には役に立ちません。oald8コマンドを実行する前に、自分でLD_PRELOADを設定する必要があります。 (64bitsフォルダーにライブラリの32bitsバージョンを配置することも機能します...しかし、これは洗練されていないソリューションです)。

cd ~/oald8
LD_PRELOAD=/usr/lib/i386-linux-gnu/pulseaudio/libpulsedsp.so ./oald8

最後に、自動化できます。 run-oald8.shファイルを開き、次のコマンドを(たとえば、68行目に)含めることをお勧めします。

export LD_PRELOAD=/usr/lib/i386-linux-gnu/pulseaudio/libpulsedsp.so

まだ完全ではありませんが、今では95%のツールを使用できます。 :D

7
Rafael Barreto

最初にアプリケーションstardictをインストールします。

Sudo apt-get install stardict

次に、CDを開きます。 linuxフォルダー内のoald.Zipファイルを見つけて、デスクトップに貼り付けます。次に、ファイルを抽出します。 oald.dictおよびoald.idxファイルがあります。

そのファイルをコピーして、フォルダーに貼り付けます

/usr/share/stardict/dic

stardictで辞書を使用できます

**また、setup.shファイルを実行することもできます

linuxフォルダーに移動します。次に、

Sudo bash setup.sh
1
user308564

このトピックを更新して申し訳ありませんが、この問題があり解決したため、ここで解決します。

  1. オックスフォードのCDからisoファイルを作成します。

  2. 次に、isoファイル内に、その名前がlinuxであるフォルダーが存在します。外部にコピーする必要があり、ソフトウェアをインストールする.shファイルがあります。

次の図のように: enter image description here

  1. それを実行します:./setup.shつまり。

私のlogファイル:

----====== OAAD installation program ======----

You are running a x86 machine with libc5
Hit Control-C anytime to cancel this installation program.

OXFORD UNIVERSITY PRESS
SOFTWARE LICENCE


The literary material and computer software programs in this CD-ROM ("the Software") and any associated documen
tation are protected by copyright laws worldwide. The copyright is owned or licensed to Oxford University Press
 ("OUP"). 

1.      LICENCE 
OUP grants you the non-exclusive non-transferable right to use the Software on a single computer of the type sp
ecified in the packaging. You may not network the Software. 

2.      USE OF THE SOFTWARE
2.1     Without prejudice to any statutory rights so to do and except as expressly permitted by this licence, y
ou must not modify, adapt, distribute, transmit, transfer, publish, reproduce or alter any of the Software or a
ny associated documentation.
2.2     Recognising the damage to OUP's business which would flow from unauthorized use of the Software and any
 associated documentation, you will make every effort to keep the CD-ROM and associated documentation secure bo
th during the continuance of this licence and after its termination.

3.      TERMINATION 
You may terminate this licence at any time by destroying the Software and any associated documentation.  This l
icence will also terminate if you breach any of its terms.

4.      WARRANTIES
4.1     OUP warrants that the Software will be free from defects in materials and workmanship under normal use 
and will conform to the published specification for 90 days from the date you receive it.
4.2     The above warranty is in lieu of all other warranties express or implied and representations and in par
ticular but without limitation to the foregoing:
4.2.1   OUP gives no warranties and makes no representations that the Software will be suitable for any particu
lar purpose or for use under any specific conditions notwithstanding that such purpose or conditions may be kno
wn either to OUP or the dealer from whom you acquired the CD-ROM;
4.2.2   OUP accepts no responsibility for any mathematical or technical limitations of the Software;
4.2.3   OUP does not warrant that the operation of the Software will be uninterrupted or free from errors. 

5.      LIMITATION OF LIABILITY
5.1     The entire liability of OUP and its suppliers and your exclusive remedy shall at OUP's option be replac
ement of the CD-ROM disc.
5.2     Save in the case of death or personal injury, in no circumstances will OUPor its suppliers be liable fo
r any damages whatsoever (including without limitation damages for loss of data, loss of business, loss of prof
it, goodwill or any other consequential losses of any nature) arising out of the use or inability to use the So
ftware or any associated documentation.
5.3     Links to any third party websites are provided by OUP for information only and OUP disclaims any respon
sibility for any materials contained in any third website to which a link is provided.

6.      LAW 
This licence is governed by English law and the English Courts shall have jurisdiction.


Do you agree with the license? [Y/n] 
Please enter the installation path [/home/shu/oaad] 
'Application and data files' option will be installed.
'Minimal data files and application' option will be installed.
'Sound files' option will be installed.
'Permission handling' option will be installed.
'Install fonts' option will be installed.
'Install desktop shortcut' option will be installed.
Installing to /home/shu/oaad/
170492 MB available, 363 MB will be installed.

Continue install? [Y/n] 
Installing Application and data files ...
 100% - /home/shu/oaad//CD_Licence.txt
 100% - /home/shu/oaad//chrome/plugs.jar
 100% - /home/shu/oaad//chrome/en-US.jar
 /home/shu/oaad//chrome/modern.jarult/findHistoryWindow16.xpmm
 100% - /home/shu/oaad//chrome/modern.jar
 100% - /home/shu/oaad//chrome/toolkit.jar
  16% - /home/shu/oaad//chrome/comm.jare.txt
 100% - /home/shu/oaad//chrome/comm.jar
 /home/shu/oaad//chrome/oaad/skin/data/oads_arl.cssss
 /home/shu/oaad//chrome/oaad/skin/data/oads_topics.css.png.pnggng
 /home/shu/oaad//chrome/oaad/skin/img/settings/labels-bg.pngright.png.pngpng
 100% - /home/shu/oaad//chrome/oaad/skin/oad/img/popups-btn.pnglex-bg.png
 100% - /home/shu/oaad//chrome/oaad/skin/oad/img/interface/toolbar-btn.pngnggggg
 /home/shu/oaad//chrome/oaad/skin/global/arrow/arrow-dn-sharp.giff.gifgifg.png
 100% - /home/shu/oaad//chrome/oaad/skin/oaad/img/popups-btn.pnglex-bg.pngif

 100% - /home/shu/oaad//chrome/oaad/skin/oaad/img/interface/toolbar-btn.pngnggggg
 100% - /home/shu/oaad//chrome/oaad/skin/obad/img/popups-btn.pnglex-bg.pngg.png
 /home/shu/oaad//chrome/oaad/skin/obad/img/global/scrollbar/spacer1-vrt.gif
 100% - /home/shu/oaad//chrome/oaad/skin/obad/img/interface/toolbar-btn.pngnggggg
 100% - /home/shu/oaad//chrome/oaad/content/flash/Word_family_negative.swfg.png
 100% - /home/shu/oaad//chrome/oaad/content/flash/jumbledwords.swf
 100% - /home/shu/oaad//chrome/oaad/content/flash/listentype.swfp.xmlxmlmlxmll
 100% - /home/shu/oaad//chrome/oaad/content/flash/Word_forms.swf
 100% - /home/shu/oaad//chrome/oaad/content/flash/Word_definitions.swf
 100% - /home/shu/oaad//chrome/oaad/content/flash/Word_family.swf
 100% - /home/shu/oaad//chrome/oaad/content/flash/which_words.swfswfopriate.flawfns.swf.fla
 100% - /home/shu/oaad//chrome/oaad/content/flash/wwtv.swfpp.xmlxmlmlxmll
 100% - /home/shu/oaad//chrome/oaad/content/flash/opposites_synonyms.swf
 100% - /home/shu/oaad//chrome/oaad/content/flash/wdtv.swf
 100% - /home/shu/oaad//chrome/oaad/content/flash/images/piecharts.jpg
 100% - /home/shu/oaad//chrome/oaad/content/flash/ald8ex.swf
 100% - /home/shu/oaad//chrome/oaad/content/flash/words_in_context.swf
 100% - /home/shu/oaad//chrome/oaad/content/flash/iwriter.swf
 100% - /home/shu/oaad//chrome/oaad/content/flash/prepositions.swf.mp333
 100% - /home/shu/oaad//chrome/inspector.jarntents.rdfrface.xulxml
 100% - /home/shu/oaad//components/libhtmlpars.so
 100% - /home/shu/oaad//components/libuconv.soptso
 100% - /home/shu/oaad//components/libnecko.sotso
 100% - /home/shu/oaad//components/libwidget_gtk2.so
 100% - /home/shu/oaad//components/libtransformiix.so
 100% - /home/shu/oaad//components/libimglib2.sootener.js
 100% - /home/shu/oaad//components/libxpconnect.so.so
 100% - /home/shu/oaad//components/libdocshell.sopto
 100% - /home/shu/oaad//components/libappcomps.som.so
 100% - /home/shu/oaad//components/libgfxps.soscom.so
 100% - /home/shu/oaad//components/libmork.so
 100% - /home/shu/oaad//components/libgfx_gtk.so
 100% - /home/shu/oaad//components/libeditor.soxpcom.so
 100% - /home/shu/oaad//components/libpipnss.sosptt
 100% - /home/shu/oaad//components/libi18n.sorxpcom.so
 100% - /home/shu/oaad//components/libgklayout.soso
 100% - /home/shu/oaad//components/libxpinstall.sopt
 100% - /home/shu/oaad//libSDL-1.2.so.0s.jss.jsfrdfome-example.csss
 100% - /home/shu/oaad//libaspell.so.15
 100% - /home/shu/oaad//libmozjs.so
 100% - /home/shu/oaad//libnspr4.so
 100% - /home/shu/oaad//libnss3.so
 100% - /home/shu/oaad//libnssckbi.so
 100% - /home/shu/oaad//libsmime3.so.so
 100% - /home/shu/oaad//libsmpeg-0.4.so.0
 100% - /home/shu/oaad//libsoftokn3.so
 100% - /home/shu/oaad//libssl3.so
 100% - /home/shu/oaad//libstdc++.so.5
 100% - /home/shu/oaad//libxpcom_core.so
 100% - /home/shu/oaad//plugins/libflashplayer.so
 100% - /home/shu/oaad//./icon.xpmkfindbecursor.so.soifiesrties
 100% - /home/shu/oaad//./splash.xpm
 Running script
chdir(Push: ../oaad.data): No such file or directory
loki_setup: 2 Unable to find file 'fs.skn' in '/home/shu/Desktop/linux'
chdir(Push: ../oaad.data): No such file or directory
loki_setup: 2 Unable to find file 'pic.skn' in '/home/shu/Desktop/linux'
chdir(Push: ../oaad.data): No such file or directory
loki_setup: 2 Unable to find file 'resources.skn' in '/home/shu/Desktop/linux'
chdir(Push: ../oaad.data): No such file or directory
loki_setup: 2 Unable to find file 'thumb.skn' in '/home/shu/Desktop/linux'
chdir(Push: ../oaad.data): No such file or directory
loki_setup: 2 Unable to find file 'topics.skn' in '/home/shu/Desktop/linux'
Installing Minimal data files and application ...
 100% - /home/shu/oaad//oaad.data/topics.jar
chdir(Push: ../oaad.data): No such file or directory
loki_setup: 2 Unable to find file 'us_pron.skn' in '/home/shu/Desktop/linux'
Installing Sound files ...
 Fixing data
 Install fonts

 Install desktop shortcut

Installation complete.

インストール後、デスクトップにiconソフトウェアがあり、その名前はoaad.desktopになります。許可がないため、実行できません。

  1. ターミナルで許可を設定します:chmod +x aood.desktop

これでアイコンが表示されるはずです

enter image description here

しかし、実行すると、ソフトウェアには日付ベースがないため、何も表示されません。
次に、ソフトウェアが使用できるように、CD-ROMとしてmountオリジナルのisoを使用する必要があります。
私はmount -t iso9660 -o loopを試してみましたが、失敗です。

  1. 代わりにCDemuをインストールできます仮想CD/DVDドライブその後:

    Sudo add-apt-repository ppa:cdemu/ppa
    Sudo apt-get update
    Sudo apt-get install gcdemu cdemu-client
    

その後、実行してisoファイルをマウントします。
今、OAADのアイコンを実行すると、それが表示されます:)

enter image description here

Ubuntu 16.04 LTS | x86

0
Shakiba Moshiri