Hello Linux Geeksters. As you may know, RazorSQL is a cross platform tool for managing SQL databases, running on Linux, Solaris, Windows and Mac OS X. The latest version available is RazorSQL 6.2.3 which has been released a while ago, bringing improvemenets and fixes. For more information, see the official changelog.

In this article I will show you how to install RazorSQL 6.2.3 on Ubuntu, Linux Mint, Pear OS, Elementary OS, Debian, KWheezy, Fedora, CentOS, Mageia, ROSA Desktop, OpenSUSE, Arch Linux and many others.
There is no repository available for RazorSQL, so we have to download the zip file from the official site and execute the installation script. Follow the instructions for your system architecture exactly, in order to get a successful installation:
How to install RazorSQL 6.2.3 on 32 bit Linux systems:
$ wget -c downloads.razorsql.com/downloads/6_2_3/razorsql6_2_3_linux_x86.zip
$ unzip razorsql6_2_3_linux_x86.zip
$ cd razorsql
$ sudo chmod +x razorsql.sh
$ sh razorsql.sh
How to install RazorSQL 6.2.3 on 64 bit Linux systems:
$ wget -c http://downloads.razorsql.com/downloads/6_2_3/razorsql6_2_3_linux_x64.zip
$ unzip razorsql6_2_3_linux_x64.zip
$ cd razorsql
$ sudo chmod +x razorsql.sh
$ sh razorsql.sh