At work we are using Jitterbit a lot for a number of uses. I'm going to save the discussion on what Jitterbit is as you can read that for yourself. So you have Ubuntu, Kubutu or some other Debian-based Linux distribution and you'd like to get the Jitterbit client working, right? Let's go!
- Download the Jitterbit client
- Make sure you have the tools we need to convert the RPM into a Debian package:
sudo apt-get install alien rpm debhelper fakeroot binutils
- Uncompress the file:
tar -xvzf jitterbit-client-1.3.2.5-linux.tar.gz
- Change into the newly created Jitterbit directory:
cd jitterbit-client-1.3.2.5-linux
- Convert the RPM into a Debian...
Read more »





