一、To install Adobe Reader 9.1 using a tarball installer

1. Open a terminal window.

2. Change directory (using the cd command) to the directory that contains the tarball archive.

3.Run following command

# bunzip2 AdbeRdr9.1.0-_i486linux_enu.tar.bz2

# tar -xvf AdbeRdr9.1.0-_i486linux_enu.tar

4.In the newly created AdobeReader directory, run the INSTALL script. By default, on Linux, Adobe Reader is installed in /opt/Adobe. You can however, specify a different location by using the following command-line option: --install_path= <reader_install_dir>

5.Add <reader_install_dir>/bin to the PATH environment variable to allow browsers to launch Adobe Reader, where <reader_install_dir> is the installation directory of Adobe Reader 9.1.

  To uninstall Adobe Reader 9.1 using the command line

# rpm -e AdobeReader_enu 

#or#

# <reader_install_dir>/bin/UNINSTALL

二、To install Adobe Reader 9.1 using a .bin installer

1. Open a terminal window.

2. Change directory (using the cd command) to the directory that contains the bin file.

3. Make sure that .bin installer has the execute permissions. If not then run

# chmod u+x AdbeRdr9.1.0-_i486linux_enu.bin 

4. Run the following command:

# ./AdbeRdr9.1.0-_i486linux_enu.bin 

By default Adobe Reader is installed in /opt/Adobe. You can however, specify a different location by using the following command-line option: --install_path= <dir path where you want to install>

5. Add <reader_install_dir>/bin to the PATH environment variable to allow browsers to launch Adobe Reader, where <reader_install_dir> is the installation directory of Adobe Reader 9.1.

三、To install Adobe Reader 9.1 using the command line: RPM package

1. Open a terminal window.

2. Change directory (using the cd command) to the directory that contains the RPM package.

3. Run the following command as an administrator or root:

# rpm -i AdbeRdr9.1.0-_i486linux_enu.rpm 

另外一种方法:

最新文章

  1. C语言初级进阶1
  2. 【CodeForces 624C】Graph and String
  3. Linux下Nagios的安装与配置
  4. 海量数据挖掘--DB优化篇
  5. 反对网抄,没有规则可以创建目标&quot;install&quot; 靠谱解答
  6. 如何查看SQLServer数据库每个表占用的空间大小?
  7. c#计算文件的MD5值
  8. OpenXml操作Word的一些操作总结.
  9. 关于利用input的file属性在页面添加图片的问题
  10. AGC010 - C: Cleaning
  11. Windows编译ejabberd
  12. qt QClipBoard
  13. 1.5:Unity Render Pipeline
  14. 【Leetcode】收集
  15. Java入门知识点
  16. 一起了解下Centos中‘vim配置’有多强大?
  17. 浅谈sql中的in与not in,exists与not exists的区别以及性能分析
  18. 团队作业7——第二次项目冲刺(Beta版本)day2
  19. 将字符串类型转化为date类型
  20. 【HNOI2015】落忆枫音

热门文章

  1. java实现第六届蓝桥杯机器人数目
  2. TZOJ 公交车
  3. PAT A+B和C
  4. Python:求时间差(天时分秒格式)
  5. tensorflow2.0学习笔记第一章第一节
  6. [转] Git caret(^) and tilde(~)
  7. 微信小程序-Q爱天气
  8. Kubernetes-subpath的使用
  9. cheerio html方法中文被编码问题
  10. CSS基础之简单介绍