+ -
当前位置:首页 → 问答吧 → acrobat reader 8.1的中文语言包无法安装!

acrobat reader 8.1的中文语言包无法安装!

时间:2007-12-23

来源:互联网

pacman -S acroread
Version : 8.1.1-1
从ADOBE官方

http://www.adobe.com/products/acroba...nfontpack.html

下载的FontPack81_chs_i486-linux.tar.gz ,FontPack81_cht_i486-linux.tar.gz
解压后sudo ./INSTALL,提示如下:

Welcome to the Asian Language Kit installation.
This installation will not work if you do not have the Unix Adobe Reader version 8.1 installed prior to this installation.
If you do not have Adobe Reader version 8.1 already installed on your system please do so before installing this Asian Language Kit.
Continue installation? [y]y
The font software contained in this package is being licensed to you solely
for use with the Adobe Reader product ("Adobe Reader") subject to
the terms and conditions of the Electronic End User License Agreement
accompanying the Adobe Reader.

Please type "accept" to accept the terms and conditions of license agreement; Type "decline" to exit. accept
Enter the location where you installed the Adobe Reader [/opt] /opt
Enter the location where you installed the Adobe Reader [/opt] /opt/acrobat
Enter the location where you installed the Adobe Reader [/opt] /opt/acrobat/Reader
Enter the location where you installed the Adobe Reader [/opt]

到这里无法继续安装
用su也试过,一样不行。难道是版本号不一致?

作者: jupiter5188   发布时间: 2007-12-23

这里有cjk字体的PKGBUILD

http://aur.archlinux.org/packages/ac...fonts/PKGBUILD

或者用下面这个,直接装中文版的,PKGBUILD和补丁我上传了一份在附件里。

代码:
# $Id: PKGBUILD,v 1.22 2008/02/07 00:52:14 eric Exp $
# Maintainer: Eric Belanger <[email protected]>
# Contributor: dorphell <[email protected]>

pkgname=acroread
pkgver=8.1.2
pkgrel=1
pkgdesc="Adobe Acrobat Reader for viewing PDF files"
arch=('i686')
url="http://www.adobe.com/products/acrobat/main.html"
license=('custom')
depends=('gtk2' 'bash' 'mesa')
makedepends=('rpmextract')
source=(http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/${pkgver}/chs/AdobeReader_chs-${pkgver}-1.i486.rpm \
        acroread-scim.patch)
md5sums=('6d5fc9de7e0f8155c4a69f5cbbb1b709' '8422bddbb8c03535704a245f9858465e')
sha1sums=('daf0bd791cd4b80f872acadda161525f93945fab' '64758a394480bad1faf09aa516337e35d0b0ce6f')

build() {
 cd ${startdir}/src
 rpmextract.sh AdobeReader_chs-${pkgver}-1.i486.rpm
 cd opt/Adobe/Reader8

 patch -Np3 -i ${startdir}/src/acroread-scim.patch || return 1

 install -D -m644 Resource/Support/AdobeReader.desktop \
 ${startdir}/pkg/usr/share/applications/AdobeReader.desktop
 sed -i 's/AdobeReader8.png/AdobeReader.png/' \
 ${startdir}/pkg/usr/share/applications/AdobeReader.desktop
 install -D -m644 Resource/Icons/64x64/AdobeReader8.png \
 ${startdir}/pkg/usr/share/pixmaps/AdobeReader.png
 
 install -d ${startdir}/pkg/usr/share/acrobat
 cp -r Reader ${startdir}/pkg/usr/share/acrobat/
 cp -r Resource ${startdir}/pkg/usr/share/acrobat/

 install -D -m755 bin/acroread ${startdir}/pkg/usr/share/acrobat/bin/acroread
 install -d ${startdir}/pkg/usr/bin
 ln -sf /usr/share/acrobat/bin/acroread ${startdir}/pkg/usr/bin/acroread

 install -D -m755 Browser/intellinux/nppdf.so \
 ${startdir}/pkg/usr/lib/mozilla/plugins/nppdf.so

 install -D -m644 Reader/Legal/zh_CN/License.txt \
 ${startdir}/pkg/usr/share/licenses/${pkgname}/License.txt
}
上传的附件
acroread8_chs.tar.bz2 (1.3 KB, 34 次查看)

作者: 狱卒   发布时间: 2007-12-23

谢谢二楼!
刚从adobe网站下载了AdobeReader_chs-8.1.1-1.i486.tar.gz安装,再安装FontPack81_cht_i486-linux.tar.gz 繁体语言包就没问题了。
搞定了才看到你的回复。呵呵

作者: jupiter5188   发布时间: 2007-12-23

softlink it

作者: e66m   发布时间: 2007-12-23

softlink 什么东西?

作者: Archx   发布时间: 2008-02-21

引用:
作者: Archx
softlink 什么东西?
貌似软链吧。。。 ln -s

作者: yuchen   发布时间: 2008-02-22

一直用 AUR 里面那个 CJK 全套的……狱卒的包不错啊!这帖得 fav 了

作者: cyf3732   发布时间: 2008-02-22

引用:
作者: cyf3732
一直用 AUR 里面那个 CJK 全套的……狱卒的包不错啊!这帖得 fav 了
其实大家都可以自己改,arch的优势要好好利用。

http://www.linuxsir.org/bbs/post1804790-5.html

作者: 狱卒   发布时间: 2008-02-22

我也遇到和lz一样的情况,路径输入/usr/lib就好了(要root用户)!

作者: Charlesjun   发布时间: 2008-04-28

引用:
作者: Charlesjun
我也遇到和lz一样的情况,路径输入/usr/lib就好了(要root用户)!
whereis acroread中找到的那个不行,不错~~不错~~就是这样子,感谢了。

作者: linwhwylb   发布时间: 2010-05-16