I am anxious to use tweetdeck since my debian 32, but I couldn't install adobe air in my older laptop. So in my laptop I decided to try it again.
Googling I found many people teaching how-to install tweedeck in Ubuntu and Debian amd64. I had many difficults to use their solutions. It seems that Adobe Air doesn't support linux amd 64bits.
The first time I tried to excute AdobeAir*.bin. I get this error:
Error loading the runtime (libnss3.so: wrong ELF class: ELFCLASS64)
After some research I found the the right library to install with getlibs.
> getlibs -p libxslt1.1 libnss3-1d
After that I tried to execute AdobeAir*.bin again and I got this error
Error loading the runtime (libnspr4.so: wrong ELF class: ELFCLASS64)
But any command given by blogs in google worked in command line. So I just downloaded the 32 bits package os libnspr4 from debian packages sites and install it with the following command:
getlibs -i libnspr4-0d_4.7.1-5_i386.deb
It worked. So I could install Adobe air in my laptop.
I hope I helped.
p.s: I am sorry about some english mistakes in writing.