TablePlus / TablePlus-Linux

TablePlus Linux issue tracker
https://tableplus.com
289 stars 30 forks source link

Unable to install on Ubuntu 22.04..4 LTS #209

Open Suraj-Techuz opened 1 week ago

Suraj-Techuz commented 1 week ago

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: versionGLIBC_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.