Showing posts with label 64bit. Show all posts
Showing posts with label 64bit. Show all posts

Sunday, April 25, 2010

ImageShack Uploader

ImageShack Uploader is a software which helps you upload images to www.imageshack.us. Only that now you can do so, from the comfort of your desktop without having to even open your browser.

Free Image Hosting at www.ImageShack.us

Its really a cool app. Unfortunately there's no 64 bit version of the app for Linux. Fortunately though, there is getlibs (see - http://explore-ubuntu.blogspot.com/2010/04/getlibs.html) and that will help you install imageshack uploader on your 64 bit version of Ubuntu. (For 32 bit users, its a simple click and install process)

How to install ImageShack Uploader:


Install it.

If you're using a 32 version of Ubuntu you need not proceed any further. You can run ImageShack Uploader from Internet menu.

If however you're using a 64 bit version, install getlibs (http://explore-ubuntu.blogspot.com/2010/04/getlibs.html).

After than go to the Terminal (Accessories > Terminal) and type the following:

sudo getlibs /usr/bin/imageshack-uploader

Press "y" if you're asked to install packages. Thats it. You can now run ImageShack Uploader from the Internet menu.

Share/Bookmark

getlibs

getlibs is a program which will help you install 32 bit and 64 bit applications on 64 bit OS as well as 32 bit applications on 32 bit OS.

Its practically a lifesaver of a project. Somehow I never managed to install imageshack uploader (Linux version) on my Ubuntu 9.10 64 bit (which works fine on a 32 bit OS). But now, thanks to getlibs, I have managed to install it.

How to install:

To install getlibs download the following file: http://frozenfox.freehostia.com/cappy/getlibs-all.deb

Then simply install it.

How to use:
  • Use getlibs to install a 32-bit library using the library name:
Code:
getlibs -l libogg.so.0 libSDL-1.2.so.0


  • Use getlibs to install a 32-bit library using the package name:
Code:
getlibs -p libqt4-core libqt4-gui


  • Install a 32-bit library file (.deb):
Code:
getlibs -i ~/i386_library_1.deb

  • Download and install a 32-bit library file (.deb):
Code:
getlibs -w http://mirrors.kernel.org/ubuntu/pool/main/s/sdl-image1.2/libsdl-image1.2_1.2.5-3_i386.deb

For more information take a look at this thread on Ubuntuforums: http://ubuntuforums.org/showthread.php?t=474790