3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ubuntu 16.04にAdobe PDF readerインストールする

Posted at

自分用のメモ

windowsのadobeで作成したpdfファイルを読むときに、やはりデフォルトのevinceだとコメントの表示にいろいろ不具合があるらしい。おとなしくAdobe PDF readerインストールすることにした。

本体のインストール

$ sudo add-apt-repository "deb http://archive.canonical.com/ precise partner"; sudo apt-get update
$ sudo apt-get install adobereader-enu

/opt/Adobe/Reader9/にてインストールされる。

日本語フォントのインストール

$ wget http://ardownload.adobe.com/pub/adobe/reader/unix/9.x/9.1/misc/FontPack910_jpn_i486-linux.tar.bz2
$ tar xavf FontPack910_jpn_i486-linux.tar.bz2
$ sudo bash ./JPNKIT/INSTALL 

あとはaccept入力しenter打てばOK。

ubuntu 18.04も多分いけるじゃないかと。また今度試してみる。

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?