是什么 ? | : | a free, open-source, cross-platform GUI front-end for SQLite |
开发语言 | : | C |
官方主页 | : | https://sqlitestudio.pl |
源码仓库 | : | https://github.com/pawelsalawa/sqlitestudio |
操作系统 | 包管理器 | 安装命令 |
---|---|---|
Windows | Chocolatey | choco install -y sqlite-studio.portable |
macOS | HomeBrew | brew install sqlitestudio |
yay | yay -Syyu --noconfirm |
step1、安装依赖
所有时 | Terminal + Shell |
下载时 | cURL |
解压时 | tar + xz |
运行时 |
|
step2、使用curl下载编译好的SQLite Studio
二进制压缩包 ()
curl -LO https://sqlitestudio.pl/files/sqlitestudio3/complete/linux64/sqlitestudio-3.2.1.tar.xz
step3、使用tar解压压缩包
tar vxf sqlitestudio-3.2.1.tar.xz -C ~/bin
step4、将~/bin/SQLiteStudio/
加入PATH
环境变量中
export PATH=~/bin/SQLiteStudio:$PATH
step5、启动
sqlitestudio