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.2, which comes with new features, including a Database Navigator for browsing database objects, an SQL Editor for doing SQL queries, an SQL Formatter and many others. For more information, see the changelog.
In this article I will show you how to install RazorSQL 6.2.2 on the most popular Linux systems. Because these instructions are generical, the installation guide works for: Ubuntu, Linux Mint, Debian, Elementary OS, Pear OS, Fedora, CentOS, OpenSUSE, Mageia, 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.2 on 32 bit Linux systems:
$ wget -c http://downloads.razorsql.com/downloads/6_2_2/razorsql6_2_2_linux_x86.zip
$ unzip razorsql6_2_2_linux_x86.zip
$ cd razorsql
$ sudo chmod +x razorsql.sh
$ sh razorsql.sh
How to install RazorSQL 6.2.2 on 64 bit Linux systems:
$ wget -c http://downloads.razorsql.com/downloads/6_2_2/razorsql6_2_2_linux_x64.zip
$ unzip razorsql6_2_2_linux_x64.zip
$ cd razorsql
$ sudo chmod +x razorsql.sh
$ sh razorsql.sh
Leave a Reply