zipperer / migrate_database_with_michael

0 stars 0 forks source link

install TablePlus #11

Closed zipperer closed 7 months ago

zipperer commented 7 months ago

Follow steps from postgres_script.txt

= TablePlus =

== install ==
https://tableplus.com/linux
zipperer commented 7 months ago

We visited that site and followed steps from the page it links to

table_plus_linux_instructions_screenshot_0

During #2 , we accidentally executed commands from the instructions for Ubuntu 22.04, including

sudo add-apt-repository "deb [arch=amd64] https://deb.tableplus.com/debian/22 tableplus main"

The computer on which we executed the commands runs Ubuntu 20.04, and when we tried to run tableplus, we got an error about a missing dependency.

That is because when we installed TablePlus, we installed it from the repository for 22.04 (https://deb.tableplus.com/debian/22).

So, in #3 , we

sudo add-apt-repository --remove "deb [arch=amd64] https://deb.tableplus.com/debian/22 tableplus main"

A google search for 'add-apt-repository remove repository' led us to a post on stackoverflow.

After we had removed the repositories that were incompatible with Ubuntu 20.04, tableplus installed from the repository for Ubuntu 20 and ran.