zoukankan      html  css  js  c++  java
  • Centos 6.4 安装/卸载 Adobe Reader 9(.bin .tar.bz2 rpm 包)

    一、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-1_i486linux_enu.tar.bz2
    
    # tar -xvf AdbeRdr9.1.0-1_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-1_i486linux_enu.bin 

    4. Run the following command:

    # ./AdbeRdr9.1.0-1_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-1_i486linux_enu.rpm 

    另外一种方法:

     

  • 相关阅读:
    在android 5.0以上,如何判断当前应用是在前台还是后台
    Android实现手机摄像头的自动对焦
    抓包获取百度音乐API
    andriod 自定义来电界面功能
    Android 自定义相机
    解决Android拍照保存在系统相册不显示的问题
    有关Color和Drawable你所不知道的那些内容
    Android主题切换方案总结
    设置background属性使用selector的时候内置?attr报错的解决方案
    一步一步解析google camera2 demo(三)
  • 原文地址:https://www.cnblogs.com/wjshan0808/p/3308447.html
Copyright © 2011-2022 走看看