Skip to content

Latest commit

 

History

History
74 lines (48 loc) · 2.33 KB

installation.md

File metadata and controls

74 lines (48 loc) · 2.33 KB
title
sqlui-native

Installation:

Windows

  • %download-link-windows%
  • Open the .exe file
  • Click on More info
  • Then choose Run anyway

image

image

image

Mac

  • %download-link-mac%
  • Open the .dmg file
  • Drag the binary to Application file
  • Open the app once in the Applications folder
  • When prompted, clicked on Cancel
  • Open System Preference, then Security & Privacy, then click on General tab
  • Click on Open Anyway

image

image

image

image

image

image

Ubuntu / Debian

  • %download-link-ubuntu%
  • Run the following shell command to install the above .deb
sudo dpkg -i sqlui-native*.deb

image

image

Redhat / CentOS / Fedora

  • Download the above .rpm file
  • Run the following shell command to install the above .rpm
sudo rpm -i sqlui-native*.rpm

Arch Linux with pacman

# download and install it with this command
sudo pacman -U ./sqlui-native*.pacman


# or run this command to download and install it in one command
# replace the version for the latest build
curl https://github.com/synle/sqlui-native/releases/download/1.61.16/sqlui-native-1.61.16.pacman -O -J -L && sudo pacman -U sqlui-native*.pacman && rm sqlui-native*.pacman