TablePlus-Linux icon indicating copy to clipboard operation
TablePlus-Linux copied to clipboard

Unable to install on Ubuntu 22.04..4 LTS

Open Suraj-Techuz opened this issue 1 year ago • 3 comments

Please answer the questions below, it helps us to track the issue.

  1. Database version (Ex: PostgreSQL 10.0):mysql Ver 8.0.37-0ubuntu0.22.04.3 for Linux on x86_64 ((Ubuntu))

  2. TablePlus version (the number on the welcome or about screen, Ex: build 81):

  3. Linux distro (Ex: Ubuntu 18.04): 22.04 LTS

  4. The steps to reproduce this issue: Installed using

Add TablePlus GPG key

wget -qO - https://deb.tableplus.com/apt.tableplus.com.gpg.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/tableplus-archive.gpg > /dev/null

Add TablePlus repository

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

Update package list

sudo apt update

Install TablePlus

sudo apt install tableplus

Unable to start it error on terminal: user@user-P53:~$ tableplus tableplus: /lib/x86_64-linux-gnu/libm.so.6: version GLIBC_2.38' not found (required by tableplus) tableplus: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.36' not found (required by tableplus) tableplus: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by tableplus)

Noted: If the bug is related to data, please attach an example SQL data.

Suraj-Techuz avatar Jul 04 '24 10:07 Suraj-Techuz

i am using linux Mint 22 with ubuntu 24 and i downloaded from : here , like a normal .deb package

FlavioScimeca avatar Aug 18 '24 07:08 FlavioScimeca

The same issue on Debian 12.7

smiren avatar Sep 05 '24 20:09 smiren

Also seeing this in Debian stable - would the recommendation be to attempt to manually install glibc 2.38?

Bit concerned about that to be honest but don't see a workaround without some change to tableplus source.

arifb avatar Sep 17 '24 02:09 arifb

Try installing gcc or build-essential: sudo apt install build-essential

rcharant avatar Nov 01 '24 03:11 rcharant

I have the same issue on the same linux distro, how could be solve? Build essential is installed already and on the latest version.

mattiaclementi avatar Nov 04 '24 21:11 mattiaclementi

Hi you can try out appimage distribution https://tableplus.com/download/linux

huyphams avatar Apr 10 '25 01:04 huyphams