Installation
Current stable version is 1.6.3
. Choose your preferred packaging:
Format | Instructions | Comments |
Mac | (Version 1.6.3 waiting for homebrew apporval - Downloads 1.5.0 in the mean time) Run brew update and then brew install q |
|
RPM Package | Download the package and run rpm -ivh <package-filename> or rpm -U <package-filename> if already have an older version of q. |
A man page is available for this release. Just enter man q . |
Debian Package | Download the package and run sudo dpkg -i <package-filename> |
A man page is available for this release. Just enter man q . |
Windows Installer | Run the installer executable and hit next next next... q.exe will be added to the PATH so you can access it everywhere. |
Windows doesn't update the PATH retroactively for open windows, so you'll need to open a new cmd window after the installation is done. |
Single file download | Download the file into a location in the PATH and make it executable using chmod +x q . |
Python 2.5 and above is required. If you're using python 2.4, just run pip install sqlite and you're all set. |
Arch Linux (Version 1.5.0 only) | See installing packages or use your favorite AUR helper | The link refers to a PKGBUILD. |
Source Code Archives | ||
tar.gz | Full source tree for the latest stable version. | |
zip | Full source tree for the latest stable version. |