`

在64位ubuntu上安装Adobe AIR 2.6

阅读更多

Like the title says. Installing Adobe Air natively on Ubuntu 12.04. With 64-bits. Not 32. :)

If you like programs like TweetdeckDestroy TwitterWriteOrDie, the Wikipedia Desktop app, etc. you will need the abomination known as Adobe Air. And if you use Ubuntu, especially a newer version, installing Adobe Air is not easy or simple. Adobe quit supplying a Linux version a while back, and there hasn't been anything to replace it... we've been stuck trying to crutch along the older version. Thankfully, most Air apps don't require newer versions of Air.

To pull this off, we're going to need the last Linux version of Adobe Air, and a nifty little tool called "getlibs-all". Oh yeah, and Ubuntu 12.04 installed on a computer.

First, go to Adobe's archived Air files and grab Adobe AIR 2.6.0 Linux (15.4 MB). Next, grab the file getlibs-all.deb right here. The guy who wrote it doesn't seem to be hosting it anymore, and it's not a huge program, just extremely useful for finding 32-bit libraries for a 64-bit system. You can right-click "getlibs-all.deb" and open with Gdebi Package Manager, and click Install. So far, so good.

Next, you need to make sure to install libhal-storage1, lib32nss-mdns, and libgnome-keyring0 if it's not installed. Open a terminal and run:

sudo apt-get install libhal-storage1 libgnome-keyring0 lib32nss-mdns

It should ask you to install (Y/n) if they're not already there. Let them install, and rejoice. Now, we need to install all the missing 32-bit libraries that it will need. You can't get these from apt-get unless you know what they all are. Simply use the following commands:

(Note! Since I wrote this, libgnome-keyring0 has been updated to a newer version!)

sudo getlibs -l libhal-storage.so.1
sudo getlibs -l libgnome-keyring.so.0.1.1

Or possibly, if you've updated libgnome-keyring:

sudo getlibs -l libgnome-keyring.so.0.2.0

For each one, it will ask if you want to install (a lot of) libraries. Let them all download and install, and we're almost done! Next, we link a couple of libraries (they're there, but not where Air is looking for them). Run the following:

sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0

And then run the actual Air installer. In a terminal, cd to the directory you stored "AdobeAIRInstaller.bin" in and run this:

chmod +x ./AdobeAIRInstaller.bin
sudo ./AdobeAIRInstaller.bin

You should get the standard "Installing" messages, and Air should install with no problem! Enjoy!

I got most of the information here from Adobe's help site, with a little poking prodding and research to put all the rest of the pieces together.

分享到:
评论

相关推荐

    adobeair_64 for linux

    64位ubuntu系统可用的AdobeAir

    ubuntu20.04离线安装mingw-w64

    以下是一份详细的步骤,教你如何在 Ubuntu 20.04 上离线安装 MingW-W64。 **一、准备离线安装包** 1. 首先,你需要在有网络连接的计算机上下载 MingW-W64 的安装包。通常,你可以从源码编译,或者从第三方仓库获取...

    Ubuntu安装教程.zipUbuntu安装教程

    ubuntu20.04安装教程:Ubuntu安装教程Ubuntu安装教程Ubuntu安装教程Ubuntu安装教程Ubuntu安装教程Ubuntu安装教程Ubuntu安装教程Ubuntu安装教程Ubuntu安装教程Ubuntu安装教程Ubuntu安装教程Ubuntu安装教程Ubuntu安装...

    ubuntu20.04安装教程-ubuntu20.04图文安装教程.pdf

    ubuntu:ubuntu20.04图文安装教程ubuntu20.04图文安装教程ubuntu20.04图文安装教程ubuntu20.04图文安装教程ubuntu20.04图文安装教程ubuntu20.04图文安装教程ubuntu20.04图文安装教程ubuntu20.04图文安装教程ubuntu...

    64位ubuntu安装ppstream所需软件

    64位ubuntu安装ppstream所必须的两个软件getlibs-all.deb(原下载地址要挂代理才能下载) ppstream_1.0.0-3lucid2_amd64.deb(原下载地址很慢),里面有64位ubuntu上安装ppstream说明

    64位Ubuntu安装DropBox所需文件

    标题中的“64位Ubuntu安装DropBox所需文件”意味着我们主要关注的是在64位版本的Ubuntu操作系统上安装Dropbox的过程。Dropbox是一款流行的云存储服务,它允许用户同步、备份和分享文件。在这个场景中,我们需要两个...

    Ubuntu的安装-实验报告.pdf

    我们还遇到了几个问题,例如,在安装 Ubuntu 时,出现了报错 "Error : You must put some 'source' URIs in your sources.list",解决方法是,在 "Software & Updates" 菜单中将 "Source code"框勾选上。在安装最后...

    14_Ubuntu如何系统安装vGPU驱动

    14_Ubuntu如何系统安装vGPU驱动 ...我们在安装任何虚拟机操作系统之前,首先要看NVIDIA GRID Release Note是否对此虚拟机的操作系统支持,此次我们查看367.106-370.12-grid-vgpu-release-notes-citrix-xenserver.pdf 我

    Ubuntu16.04、Ubuntu18.04、或更高Ubuntu版本安装JDK7参考资料

    通过遵循上述步骤,你可以在Ubuntu 16.04、18.04及更高版本上安装并配置OpenJDK 7,从而满足对Android老版本支持的需求。提供的"java7-openjdk"压缩包可能包含了额外的文档或脚本,用于辅助安装或自定义设置。记得...

    Ubuntu离线安装软件的方法

    然后,在能上网的机子上下载这些包,再copy到ubuntu下进行安装。在这里,我们可以选择一个速度快的源,例如mirror.lupaworld.com,我们可以通过ie访问mirror.lupaworld.com/ubuntu,如果是ftp的源,就用ftp软件访问...

    ubuntu16.04安装chrome浏览器(附安装步骤)

    在Ubuntu 16.04操作系统中安装Google Chrome浏览器的过程涉及几个关键步骤,因为Chrome并不在Ubuntu的默认软件仓库中。以下是一个详细的指南,帮助您完成这个任务。 首先,我们需要获取Google Chrome的.deb安装包。...

    ubuntu上expect的安装包

    1. `tcl8.5_8.5.11-1ubuntu1_amd64.deb`: 这是`Tcl`的安装包,版本为8.5.11,适用于64位的Ubuntu系统。它包含了运行`Expect`所需的Tcl解释器和其他相关库。 2. `expect_5.45-2_amd64.deb`: 这是`Expect`自身的安装包...

    ubuntu离线安装vim

    以下是如何在Ubuntu上离线安装Vim的详细步骤,以及相关知识点的解释。 首先,我们需要理解Ubuntu的包管理系统Debian Package(.deb)。Ubuntu是基于Debian的,因此它使用.deb文件来安装软件。这些文件包含了软件的...

    Ubuntu离线安装openssh-server安装包

    Ubuntu20.04和Ubuntu16.04等其他Ubuntu离线安装openssh-server 安装步骤: sudo dpkg -i libssl1.0.0_1.0.2n-1ubuntu5.7_amd64.deb sudo dpkg -i openssh-client_8.4p1-6ubuntu1_amd64.deb sudo dpkg -i openssh-...

    ubuntu下Megacli64安装.rar

    下面我们将详细介绍MegaCLI的安装过程以及其在Ubuntu下的使用。 首先,让我们来看看如何在Ubuntu下安装MegaCLI: 1. **获取MegaCLI软件包**: 你提到的"ubuntu下Megacli64安装.rar"是MegaCLI的安装包,通常这是一...

    ubuntu离线安装telnet

    ubuntu离线安装telnet,ubuntu,离线,telnet包

    ubuntu20.04安装QT.pdf

    ubuntu20.04安装QT 一、 安装cmake 二、 安装gcc和g++ 三、 下载QT 四、 安装QT 五、 故障解决

    ubuntu安装python3.9 ubuntu安装python3.9

    在Ubuntu系统中,安装Python 3.9是一个常见的需求,特别是在新版本的Ubuntu如22.04 LTS中,预装的Python版本可能是...记得在安装第三方模块时,使用相应的Python版本管理工具(如pip3.9),确保模块安装在正确的位置。

    getlibs文件,用来在64位ubuntu安装32位软件

    用来在64位ubuntu中安装32位软件。使用getlibs <软件名> 可以自动下载软件所需的库文件,从而在64位ubuntu安装32位软件。

    linux Ubuntu下安装 Source insight

    "Linux Ubuntu下安装Source Insight" Linux Ubuntu下安装Source Insight是指在Ubuntu操作系统下安装Source Insight软件,从而实现在...如果您在安装和启动Source Insight过程中遇到问题,请按照本文的指南来解决。

Global site tag (gtag.js) - Google Analytics