以前ここでCentOS 6.xにAdobe Readerインストール設定(yum)という記事を投稿しましたが、その後そのページにはったリンク先の情報が変更されていたので、改めて抄訳してみることとします。
This is guide shows, howto install Adobe Reader (Acrobat PDF Reader) current version 9.5.5 RPM on Fedora 20/19/18/17/16/15/14/13/12, CentOS 6.5/6.4/6.3/6.2/6.1/6/5.10, Red Hat (RHEL) 6.5/6.4/6.3/6.2/6.1/6/5.10. This method works both 32-bit and 64-bit architectures.
これは、Fedora 12-20、CentOS 5.10-6.5、そしてRedHat(RHEL) 5.10-6.5に、原稿のRPMバージョンであるAdobe Reader(Acrobat PDF Reader)をどのようにインストールすればよいかを示すガイダンスです。この手順は、32ビットアーキテクチャ及び64ビットアーキテクチャの両方で利用できます。
Note: Before it was possible install Adobe Reader using YUM, but currently there is not Adobe Reader in their 32-bit repo, so here is updated installation guide to get Adobe Reader working.
注意:以前はYUMを使ってアドビリーダーをインストールする事ができたのですが、現時点で32ビットリポジトリの中にアドビリーダーが存在しないため、今回アドビリーダーをうまく動かすためのインストールガイドがアップデートされました。
1. Change Root User
Rootユーザーになってください。
$ sudo -i
または
$ su –
2. Get Adobe Reader RPM package
アドビリーダーのRPMを入手してください。
# cd /tmp
# wget https://ardownload.adobe.com/pub/adobe/reader/unix/9/9.5.5/enu/AdbeRdr9.5.5-1_i486linux_enu.rpm
If you want other language version, then goto Adobe site and download it first.
もし他言語バージョンが必要なら、アドビのサイトに行ってまずはそれをダウンロードしてください。
3a. Install Adobe Reader (acroread) on Fedora 20/19/18/17/16/15/14/13/12
(パターンA)アドビリーダー(旧アクロバット)をFedora 12-20にインストールします。
Note: On x86_64 bit system, 32-bit dependencies is also installed.
注意:64ビットシステム環境下でも、依存性の関係で32ビット版もインストールされます。
# yum localinstall AdbeRdr9.5.5-1_i486linux_enu.rpm
# yum install nspluginwrapper.i686 libcanberra-gtk2.i686 adwaita-gtk2-theme.i686 PackageKit-gtk3-module.i686
(Fedoraでその他必要なパッケージをインストールします)
3b. Install Adobe Reader (acroread) on CentOS 6.5/6.4/6.3/6.2/6.1/6 and Red Hat (RHEL) 6.5/6.4/6.3/6.2/6.1/6
(パターンB)アドビリーダー(旧アクロバット)をCentOS 6-6.5及びRedHat(RHEL) 6-6.5にインストールします。
Note: On x86_64 bit system, 32-bit dependencies is also installed.
注意:64ビットシステム環境下でも、依存性の関係で32ビット版もインストールされます。
# yum localinstall AdbeRdr9.5.5-1_i486linux_enu.rpm
# yum install nspluginwrapper.i686 libcanberra-gtk2.i686 gtk2-engines.i686 PackageKit-gtk-module.i686
(CentOS / RedHat(RHEL)でその他必要なパッケージをインストールします)
3c. Install Adobe Reader (acroread) on CentOS 5.10 and Red Hat (RHEL) 5.10
(パターンC)アドビリーダー(旧アクロバット)をCentOS 5.10及びRedHat(RHEL)5.10にインストールします。
Note: On x86_64 bit system, 32-bit dependencies is also installed.
注意:64ビットシステム環境下でも、依存性の関係で32ビット版もインストールされます。
# yum localinstall AdobeReader_enu nspluginwrapper.i686
4. Start Adobe Reader (acroread)
アドビリーダー(旧アクロバット)を起動します。
Find Adode Reader on “Office Menu”.
Or
Start Adobe Reader with following command.
「オフィスメニュー」の中にあるAdobe Readerを見つけ(てクリックす)るか、もしくは次のコマンドを入力してAdobe Readerを起動します。
# acroread
アドビリーダーが起動することを確認したら終了です。
なお、僕が実際に試した手順は英語版のアドビリーダーだったので、ツールバーなどは全て英語表記です。
なお、PDFファイル内の日本語表示にはまったく問題ありませんでした。