Posts

Showing posts from November, 2013

Oracle SQLDeveloper 4 on Debian/Ubuntu/Mint

Image
Oracle SQLDeveloper is one of those tools you just kind of need around, but with its slew of bugs around so once its setup, you try not to touch it. Occasionally, Oracle releases a new version (or an early preview) with some of the bugs fixed and this appears to be the case with version 4 Early Preview . Unfortunately, these early previews are no longer distributed as general gzip archives to work on any Linux/Mac distro, there's only a RedHat RPM installer for the Linux platform. Thankfully, this is easy to fix using the utility we known and love as Alien. Conversion of RPM to DEB Start by ensuring you have the Alien utility installed. ~$ sudo apt-get install alien Then after downloading the RPM package from Oracle, run it through the alien utility. ~$ sudo alien sqldeveloper-4.0.0.12.84-1.noarch.rpm Warning: Skipping conversion of scripts in package sqldeveloper: postinst Warning: Use the --scripts parameter to include the scripts. sqldeveloper_4.0.0.12.84