`
hn67
  • 浏览: 78678 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

64位Ubuntu 下安装Adobe AIR 环境 Install Adobe AIR on 64-bit Ubuntu

 
阅读更多

Adobe AIR是 目前 唯一正式 用于32 位Linux 但是在 64 位Linux 上无法使用 32 位兼容 几种方法可以 在Linux上安装 的Adobe AIR 在Ubuntu 的首选方法 是使用. deb包 不过. deb 包由 Adobe 分布式 只能安装 在32 位系统。 好消息 是,这 可以很容易地 固定的! 安装Adobe AIR在一个 64 位系统 deb包 只要按照下列 步骤:

1.下载 Adobe AIR Download the Adobe AIR .deb file

2.打开终端 CD到包含adobeair.deb文件的目录下面

3.创建 tmp 目录

4.提取deb 文件到tmp目录

5.提取control文件

6.将参数结构从i386到ALL

7.重新打包deb

8.现在我们可以在64位系统上安装 Adobe AIR了 命令如下:

经过本人测试 此方法可以用,英文水平有限翻译不好勿笑话哦。贴下原文。

原文如下:

Right now Adobe AIR is only officially available for 32-bit Linux. But it does work on 64-bit Linux with the 32-bit compatibility libraries. There are several ways to install Adobe AIR on Linux. My preferred way on Ubuntu is to use the .deb package. However the .deb package distributed by Adobe can only be installed on 32-bit systems. Good news is that this can be easily fixed! To install the Adobe AIR .deb package on a 64-bit system just follow these steps:

  1. Download the Adobe AIR .deb file
  2. In a terminal window go to the directory containing the adobeair.deb file
  3. Create a tmp dir:
    mkdir
    
    
     tmp
  4. Extract the deb file to the tmp dir:
    dpkg-deb -x
     adobeair.deb tmp
  5. Extract the control files:
    dpkg-deb --control
     adobeair.deb tmp/
    DEBIAN
  6. Change the Architecture parameter from “i386″ to “all”:
    sed
     -i
     "s/i386/all/"
     tmp/
    DEBIAN/
    control
  7. Repackage the deb file:
    dpkg
     -b
     tmp adobeair_64.deb

Now you can install Adobe AIR on a 64-bit system! From the command line just do:

sudo
 dpkg
 -i
 adobeair_64.deb

That’s it! Let me know if you have any questions.


分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics