LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 4335|回复: 9

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

[复制链接]
发表于 2007-12-23 00:10:47 | 显示全部楼层 |阅读模式
pacman -S acroread
Version        : 8.1.1-1
从ADOBE官方

http://www.adobe.com/products/acrobat/acrrasianfontpack.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也试过,一样不行。难道是版本号不一致?
发表于 2007-12-23 00:32:44 | 显示全部楼层
这里有cjk字体的PKGBUILD

http://aur.archlinux.org/package ... ead8-fonts/PKGBUILD

或者用下面这个,直接装中文版的,PKGBUILD和补丁我上传了一份在附件里。
  1. # $Id: PKGBUILD,v 1.22 2008/02/07 00:52:14 eric Exp $
  2. # Maintainer: Eric Belanger <eric@archlinux.org>
  3. # Contributor: dorphell <dorphell@archlinux.org>
  4. pkgname=acroread
  5. pkgver=8.1.2
  6. pkgrel=1
  7. pkgdesc="Adobe Acrobat Reader for viewing PDF files"
  8. arch=('i686')
  9. url="http://www.adobe.com/products/acrobat/main.html"
  10. license=('custom')
  11. depends=('gtk2' 'bash' 'mesa')
  12. makedepends=('rpmextract')
  13. source=(http://ardownload.adobe.com/pub/adobe/reader/unix/8.x/${pkgver}/chs/AdobeReader_chs-${pkgver}-1.i486.rpm \
  14.         acroread-scim.patch)
  15. md5sums=('6d5fc9de7e0f8155c4a69f5cbbb1b709' '8422bddbb8c03535704a245f9858465e')
  16. sha1sums=('daf0bd791cd4b80f872acadda161525f93945fab' '64758a394480bad1faf09aa516337e35d0b0ce6f')
  17. build() {
  18.   cd ${startdir}/src
  19.   rpmextract.sh AdobeReader_chs-${pkgver}-1.i486.rpm
  20.   cd opt/Adobe/Reader8
  21.   patch -Np3 -i ${startdir}/src/acroread-scim.patch || return 1
  22.   install -D -m644 Resource/Support/AdobeReader.desktop \
  23.     ${startdir}/pkg/usr/share/applications/AdobeReader.desktop
  24.   sed -i 's/AdobeReader8.png/AdobeReader.png/' \
  25.     ${startdir}/pkg/usr/share/applications/AdobeReader.desktop
  26.   install -D -m644 Resource/Icons/64x64/AdobeReader8.png \
  27.     ${startdir}/pkg/usr/share/pixmaps/AdobeReader.png
  28.   
  29.   install -d ${startdir}/pkg/usr/share/acrobat
  30.   cp -r Reader ${startdir}/pkg/usr/share/acrobat/
  31.   cp -r Resource ${startdir}/pkg/usr/share/acrobat/
  32.   install -D -m755 bin/acroread ${startdir}/pkg/usr/share/acrobat/bin/acroread
  33.   install -d ${startdir}/pkg/usr/bin
  34.   ln -sf /usr/share/acrobat/bin/acroread ${startdir}/pkg/usr/bin/acroread
  35.   install -D -m755 Browser/intellinux/nppdf.so \
  36.     ${startdir}/pkg/usr/lib/mozilla/plugins/nppdf.so
  37.   install -D -m644 Reader/Legal/zh_CN/License.txt \
  38.     ${startdir}/pkg/usr/share/licenses/${pkgname}/License.txt
  39. }
复制代码

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-12-23 01:04:32 | 显示全部楼层
谢谢二楼!
刚从adobe网站下载了AdobeReader_chs-8.1.1-1.i486.tar.gz安装,再安装FontPack81_cht_i486-linux.tar.gz 繁体语言包就没问题了。
搞定了才看到你的回复。呵呵
回复 支持 反对

使用道具 举报

发表于 2007-12-23 17:08:46 | 显示全部楼层
softlink it
回复 支持 反对

使用道具 举报

发表于 2008-2-21 18:09:53 | 显示全部楼层
softlink 什么东西?
回复 支持 反对

使用道具 举报

发表于 2008-2-22 13:55:46 | 显示全部楼层
Post by Archx;1818648
softlink 什么东西?


貌似软链吧。。。 ln -s
回复 支持 反对

使用道具 举报

发表于 2008-2-22 16:38:04 | 显示全部楼层
一直用 AUR 里面那个 CJK 全套的……狱卒的包不错啊!这帖得 fav 了
回复 支持 反对

使用道具 举报

发表于 2008-2-22 17:09:40 | 显示全部楼层
Post by cyf3732;1818962
一直用 AUR 里面那个 CJK 全套的……狱卒的包不错啊!这帖得 fav 了

其实大家都可以自己改,arch的优势要好好利用。

http://www.linuxsir.cn/bbs/post1804790-5.html
回复 支持 反对

使用道具 举报

发表于 2008-4-28 12:45:05 | 显示全部楼层

我也遇到这种情况

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

使用道具 举报

发表于 2010-5-15 21:26:12 | 显示全部楼层
Post by Charlesjun;1843416
我也遇到和lz一样的情况,路径输入/usr/lib就好了(要root用户)!


whereis acroread中找到的那个不行,不错~~不错~~就是这样子,感谢了。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表