J'utilise Ubuntu 14.04 LTS x64.
J'ai un dictionnaire Oxford Advanced Learners' Dictionary et il est livré avec un disque contenant un dictionnaire numérique. Je ne sais pas comment l'installer sur mon ordinateur. Veuillez m'aider. Merci d'avance :)
J'utilise Ubuntu 14.04 LTS x64.
J'ai un dictionnaire Oxford Advanced Learners' Dictionary et il est livré avec un disque contenant un dictionnaire numérique. Je ne sais pas comment l'installer sur mon ordinateur. Veuillez m'aider. Merci d'avance :)
J'ai réussi à faire fonctionner l'outil Oxford Advanced Learner's Dictionary (8th ed) sur mon poste Xubuntu 14.04. Ce n'est pas parfait, mais ça fonctionne :)
Il n'est pas nécessaire de l'installer sur l'ensemble du système (c'est-à-dire en utilisant sudo).
Je considère que vous avez le CD qui accompagne le dictionnaire. Insérez-le dans votre machine.
Maintenant, suivez ces instructions dans le terminal :
1) Créez un répertoire appelé oald8 dans votre Téléchargements dossier ;
mkdir ~/Downloads/oald8
2) Copier les dossiers linux y oald8.data à votre oald8 (vous devez remplacer pathtomedia pour le chemin approprié)
cd /pathtomedia/OALD8
cp -r linux oald8.data ~/Downloads/oald8
cd ~/Downloads/oald8
3) Exécutez maintenant le configuration de linux/setup.data/bin/Linux/x86.
cd linux
./setup.data/bin/Linux/x86/setup
Cette installation vous demandera d'installer les fichiers dans ~/oald8. Vous devriez accepter cette méthode, à mon avis.
OBSERVATION
Les outils et les bibliothèques du Oxford Advanced Learner's Dictionary sont disponibles en 32 bits. Donc, à ce stade, si vous n'avez pas la compatibilité 32bits, vous recevrez un message comme :
bash: ./setup.data/bin/Linux/x86/setup: No such file or directory
Si vous obtenez ceci, et que vous êtes sûr que le fichier existe (essayez de ls ), vous devez installer libc6:i386 , libncurses5:i386 y libstdc++6:i386 .
sudo dpkg --add-architecture i386
sudo apt-get update
sudo apt-get install libc6:i386 libncurses5:i386 libstdc++6:i386
Vous aurez également besoin des paquets suivants pour que les bibliothèques de oald8 fonctionnent :
sudo apt-get install libgtk2.0-0:i386 libpangoxft-1.0-0:i386 libpangox-1.0-0:i386
Vous devez également installer gtk2-engines-pixbuf:i386 y gtk2-engines-murrine:i386 puisque le programme l'utilise.
sudo apt-get install gtk2-engines-pixbuf:i386 gtk2-engines-murrine:i386
Si tout s'est bien passé à l'étape 3, vous avez maintenant une icône sur votre bureau. Après avoir cliqué dessus, le système se plaindra, disant qu'il n'est pas fiable (marquez-le comme exécutable et l'avertissement cessera).
Après le lancement du programme, il se plaindra du flashplayer. Mais vous ne pouvez pas l'installer par flashplugin-installer:i386 car il entre en conflit avec l'installateur actuel de flashplugin.
Si vous exécutez l'oald8 dans le terminal, vous constaterez qu'il veut une version 32bit de libnssutil3.so.1d (qui fait partie de libnss3-1d:i386 ) et libplc4.so.0d (qui fait partie de libnspr4-0d:i386 ). Mais après avoir installé ces bibliothèques, j'ai obtenu un défaut de segmentation (ftw !).
UPDATE (Quelques corrections supplémentaires !)
En cherchant sur le web, j'ai trouvé ce blog . Ce type génial montre comment réparer la librairie flash et explique le problème du son (je pensais que je n'avais pas de son à cause du flash !).
4) Il suggère d'utiliser la version 9r280+ de libflashplayer (cela a fonctionné dans ma boîte). Vous pouvez le télécharger à partir de l'archive macromedia, ou vous pouvez essayer la version wget ci-dessous.
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) Il explique également le problème du son, et suggère d'utiliser le wrapper padps. Il est censé utiliser la libpulsedsp.so 32bits, vous devez donc installer le paquet libpulsedsp:i386.
sudo apt-get install libpulsedsp:i386
Malheureusement, le padsp script insistera pour utiliser la version 64bits de la bibliothèque dans la variable d'environnement LD_PRELOAD. Ainsi , le padsp est inutile à ce problème et vous devrez définir vous-même le LD_PRELOAD avant d'exécuter la commande oald8. ( Placer la version 32bits de la bibliothèque dans le dossier 64bits fonctionne aussi... mais c'est une solution inélégante ).
cd ~/oald8
LD_PRELOAD=/usr/lib/i386-linux-gnu/pulseaudio/libpulsedsp.so ./oald8
Enfin, vous pouvez l'automatiser. Je vous suggère d'ouvrir le fichier run-oald8.sh, et d'y inclure (à la ligne 68, par exemple) la commande suivante :
export LD_PRELOAD=/usr/lib/i386-linux-gnu/pulseaudio/libpulsedsp.so
Il n'est toujours pas parfait, mais je peux maintenant utiliser 95% des outils :D
Installez d'abord l'application stardict.
sudo apt-get install stardict
Ensuite, ouvrez le CD. Trouvez le oald.zip
dans le fichier linux
et le coller sur le bureau. Puis extrayez le fichier. Il y aura oald.dict
y oald.idx
des fichiers.
Copiez ce fichier et collez-le dans le dossier.
/usr/share/stardict/dic
vous pouvez utiliser le dictionnaire avec stardict
** Vous pouvez également exécuter le setup.sh
fichier
Allez à la linux
dossier. Ensuite,
sudo bash setup.sh
Je suis désolé d'avoir mis à jour ce sujet, mais parce que j'ai eu ce problème et qu'il a été résolu, je le mets ici.
Je crée un fichier iso à partir du CD d'oxford.
Ensuite, à l'intérieur du fichier iso, il existe un dossier dont le nom est le suivant linux. Vous devez le copier à l'extérieur et il y a un fichier .sh
fichier à installer un logiciel.
./setup.sh
qui est.mon log
fichier :
----====== 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.
Après l'installation, vous aurez icon
de logiciel dans votre bureau que le nom de celui-ci sera oaad.desktop
que vous ne pouvez pas l'exécuter car il n'a pas la permission.
chmod +x aood.desktop
Vous devriez maintenant voir l'icône de celui-ci
Mais si vous l'exécutez, parce que le logiciel n'a pas de base de données, rien à vous montrer.
Alors vous devriez mount
l'iso original comme un CD-ROM pour que le logiciel puisse l'utiliser.
J'essaie mount -t iso9660 -o loop
mais c'est un échec.
Au lieu de cela, vous pouvez installer CDemu
que c'est CD/DVD virtuel Drive Ensuite :
sudo add-apt-repository ppa:cdemu/ppa
sudo apt-get update
sudo apt-get install gcdemu cdemu-client
Après cela, exécutez-le et montez votre fichier iso.
Maintenant, si vous exécutez l'icône de OAAD
vous l'aurez :)
Ubuntu 16.04 LTS | x86
SystemesEZ est une communauté de sysadmins où vous pouvez résoudre vos problèmes et vos doutes. Vous pouvez consulter les questions des autres sysadmins, poser vos propres questions ou résoudre celles des autres.