Skip to main content
Participating Frequently
May 10, 2010
Question

Asian Fonts Pack for Ubuntu 10.04

  • May 10, 2010
  • 2 replies
  • 25922 views

Does anyone know if / where is the Asian Fonts Pack for Reader 9.3.2. I'm using Reader on Ubuntu 10.04 but it cannot read Japanese fonts. Any japanese document I open comes up blank.

Cheers

BB

This topic has been closed for replies.

2 replies

November 9, 2011

Specifically for: Ubuntu 10.04 LTS

Check in Synaptic that the 'partner' software repository is enabled.

At terminal type:

(if required) update your system

~:   sudo apt-get update && sudo apt-get upgrade  <Enter>

install latest Acrobat Reader (for Ubuntu Linux), AND font packs

~:   sudo apt-get install acroread acroread-fonts  <Enter>

Then look for Adobe Reader in the applications menu (top left of screen).

Participant
May 10, 2010

hi,

Try installing it from here(japanese fontpack)

http://activecontent.org/support/downloads/detail.jsp?ftpID=4424

Thanks

Mayank

BigBakaAuthor
Participating Frequently
May 11, 2010

Hi Mayank,  Thanks for the tip. Alas, I downloaded the font back but it was for Adobe Reader 9.1 and although it seemed to install, (by running the install file through terminal), it said that it was designed for Reader 9.1, and actually I still cannot read japanese fonts in reader. Is there a font pack for Reader 9.3.2? Why is it so difficult to find anything in the Adobe website. It seems there are no links to anything to allow browsing.  Regards, BB

Participating Frequently
May 12, 2010

Hi Atanu,

Actually, I downloaded the deb file for 9.3.2 from the Adobe website and then just installed from that, so I'm not sure how it installs. Sorry, I'm also pretty new at Linux, so if you have any code suggestions to try, please write the full code so I can paste into terminal.

Thanks

BB


Hi BB,

since you installed a deb file you must have installed it as a sudo using "dpkg -i" I presume.

Hence, you should do the following:

sudo ./JPNKIT/INSTALL

Thanks

Atanu