Beekeeper Studio 是一个免费的开源跨平台 SQL 编辑器和数据库管理器应用程序,可用于 Linux、Mac 和 Microsoft Windows。使用 Beekeeper Studio 查询和管理您的关系数据库,如MySQL、Postgres、SQLite和 SQL Server。对于那些寻求易于使用且全面的 GUI 电子前端进行数据库管理的人来说,Beekeeper Studio 可能是一个完美的选择。
在 Ubuntu 20.04 LTS Focal Fossa 上安装 Beekeeper Studio
apt
步骤 1. 首先,通过在终端中运行以下命令,确保所有系统包都是最新的。
sudo apt update
sudo apt upgrade
步骤 2. 在 Ubuntu 20.04 上安装 Beekeeper Studio。
- 使用 PPA 存储库安装 Beekeeper Studio。
默认情况下,Beekeeper Studio 在 Ubuntu 20.04 基础存储库中不可用。现在运行以下命令在您的 Ubuntu 系统上添加 Beekeeper Studio PPA 存储库:
echo 'deb [signed-by=/usr/share/keyrings/beekeeper.gpg] https://deb.beekeeperstudio.io stable main' | sudo tee /etc/apt/sources.list.d/beekeeper-studio-app.list
接下来,导入 GPG 密钥:
sudo wget -O- https://deb.beekeeperstudio.io/beekeeper.key | gpg --dearmor | sudo tee /usr/share/keyrings/beekeeper.gpg
最后,使用以下命令更新 APT 包并安装 Beekeeper Studio:
sudo apt update sudo apt install beekeeper-studio
-
- 使用 Snap 安装 Beekeeper Studio。
如果尚未安装 Snapd 软件包,则可以通过运行以下命令来安装它:
sudo apt install snapd
要安装 Beekeeper Studio,只需使用以下命令:
sudo snap install beekeeper-studio
步骤 3. 在 Ubuntu 上访问 Beekeeper Studio。
成功安装后,在桌面上运行以下路径以使用路径打开:或使用终端命令启动应用程序:Activities -> Show Applications -> Beekeeper Studio
beekeeper-studio
感谢您使用本教程在 Ubuntu 20.04 LTS Focal Fossa 系统上安装 Beekeeper Studio 开源 SQL 编辑器和数据库管理器。如需更多帮助或有用信息,我们建议您查看Beekeeper Studio 官方网站。