📅  最后修改于: 2022-03-11 14:50:24.002000             🧑  作者: Mango
## UBUNTU 20.04
# Add TablePlus gpg key
wget -O - -q http://deb.tableplus.com/apt.tableplus.com.gpg.key | sudo apt-key add -
# Add TablePlus repo
sudo add-apt-repository "deb [arch=amd64] https://deb.tableplus.com/debian tableplus main"
# Install
sudo apt update
sudo apt install tableplus -y