How to Install Prezi on Ubuntu
First of all install Adobe-Air.
Step.1: Download Adobe-Air-2.6
Step.2: Download getlibs-all.deb
Step.3: Install it. In terminal cd, to the directory you stored “getlibs-all.deb” and run the following command.
sudo dpkg -i getlibs-all.deb
It is useful for finding 32-bit libraries for 64-bit system.
Step.4: Now install libhal-storage1, lib32nss-mdns, and libgnome-keyring0 if it’s not installed.
sudo apt-get install libhal-storage1 libgnome-keyring0 lib32nss-mdns
Step.5: Now, we need to install all the missing 32-bit libraries that it will need.
sudo getlibs -l libhal-storage.so.1
sudo getlibs -l libgnome-keyring.so.0.1.1
Step.6: Now you need to link a couple of libraries.
sudo ln -s /usr/lib/i386-linux-gnu/libgnome-keyring.so.0 /usr/lib/libgnome-keyring.so.0
Step.7: Now run the actual Air installer. In terminal cd, to the directory you stored “AdobeAIRInstaller.bin” and run the following command.
chmod +x ./AdobeAIRInstaller.bin
sudo ./AdobeAIRInstaller.bin
This starts installing the Adobe-AIR on your system.
Now install Prezi
Step.1: Download the Prezi package.
Step.2: Open Adobe-Air in your computer and it will prompt you to choose a package.
Step.3: Select the downloaded “.air” package that you just downloaded and you are all set to install Prezi.