Giter Club home page Giter Club logo

Comments (51)

chris-tse avatar chris-tse commented on July 16, 2024 55

+1 For Fedora support. Or possibly a snap version for cross (Linux) platform?

from tableplus-linux.

dkgndianko avatar dkgndianko commented on July 16, 2024 14

Successfully installed on Fedora Workstation 32 with this steps:

  1. Download the Debian package from official sources there.
    [UPDATE]
    Use this link instead.
  2. Installing some dependencies:
sudo dnf install openldap openldap-devel libgee libgee-devel gtksourceview-devel gtksourceview2-devel gtksourceview3-devel gtksourceview4-devel libgnome-keyring-devel gnome-keyring gnome-keyring-pam
  1. Transform from .deb to .rpm using alien:
sudo alien --to-rpm --scripts tableplus_0.1.64_amd64.deb
  1. Edit the newly created .rpm package to remove un-necessary dependency and conflicting directory using rpmrebuild
rpmrebuild -pe tableplus-0.1.64-2.x86_64.rpm

In edition you can delete or comment the line with wrong dependency (Here it is Requires: libldap_r-2.4.so.2(OPENLDAP_2.4_2)(64bit))
Also under %files remove the line containing this: %dir %attr(0755, root, root) "/".
Save and get the path where the new package is saved.
5. You can install and enjoy it.
In my case it is:

sudo dnf install /home/dkgndianko/rpmbuild/RPMS/x86_64/tableplus-0.1.64-2.x86_64.rpm

from tableplus-linux.

huyphams avatar huyphams commented on July 16, 2024 8

Please check it out!
https://tableplus.com/linux/install

from tableplus-linux.

javis avatar javis commented on July 16, 2024 5

+1 for RPM or Flatpack or even AppImage plz!

from tableplus-linux.

ebdavison avatar ebdavison commented on July 16, 2024 5

+1 for RPM and/or Flatpack

from tableplus-linux.

Michael-Vol avatar Michael-Vol commented on July 16, 2024 5

+1 for RPM/Flatpak

from tableplus-linux.

paulqwerty avatar paulqwerty commented on July 16, 2024 1

RPM version 36? Where can I get that?

I only saw DEB version (36) here: https://tableplus.com/blog/2019/10/tableplus-linux-installation.html

from tableplus-linux.

CaelumF avatar CaelumF commented on July 16, 2024 1

DataGrip installs easily on Fedora using the toolbox, and JetBrain's model of Linux-friendliness would be very well suited for TablePlus

from tableplus-linux.

joega avatar joega commented on July 16, 2024 1

I wouldn't get my hopes up. I don't think this is coming any time soon.

https://twitter.com/TablePlus/status/1634785633486139393 👀

from tableplus-linux.

huyphams avatar huyphams commented on July 16, 2024 1

Actually, I can run it on Centos Stream 9 right now.
CleanShot 2023-03-29 at 13 19 57@2x

from tableplus-linux.

huyphams avatar huyphams commented on July 16, 2024 1

Next step:

  • Create a yum/dnf repo for distribution.

from tableplus-linux.

huyphams avatar huyphams commented on July 16, 2024 1

@darkufo let me try to create a test repo tomorrow and see how it goes. I'm gonna offline now (it's midnight here). Good night.

from tableplus-linux.

darkufo avatar darkufo commented on July 16, 2024 1

@huyphams Perfect, no rush :) Sleep well

from tableplus-linux.

paulqwerty avatar paulqwerty commented on July 16, 2024

+1 for RPM version...

Just tried the alpha build 24 on CentOS 8 and it looks great so far - Congratulations!

PS: mysql Ver 15.1 Distrib 5.5.60-MariaDB, text and longtext cells show EMPTY and NULL if there is no data in them - I wish they would not have those values, I wish they would be just empty OR at least would be styled differently from the rest of cells that actually have some data filled in - maybe 40% opacity.

Additionally, when selecting the cell to enter data the EMPTY/NULL values should be removed, currently EMPTY/NULL values stay and it looks like the cell has the actual value of EMPTY or NULL...

Hope you don't mind my comments.

Thank you for your effort to bring this great software to the world!

Paul

from tableplus-linux.

huyphams avatar huyphams commented on July 16, 2024

Hi @paulqwerty TablePlus Linux build is 36 now, and all those issues seem to be fixed. It also has a lot of more features when compared with the build 24.

from tableplus-linux.

huyphams avatar huyphams commented on July 16, 2024

Currently, TablePlus team only maintains the Debian repo https://tableplus.com/blog/2019/10/tableplus-linux-installation.html
We will release other distros when it comes to beta. So you have to port it to RPM or wait for the beta.

from tableplus-linux.

paulqwerty avatar paulqwerty commented on July 16, 2024

Ok, just ported the v36 to RPM, looks cool - thanks!

from tableplus-linux.

bm-skutzke avatar bm-skutzke commented on July 16, 2024

I tried to install https://deb.tableplus.com/rpm/x86_64/tableplus-0.1.24-2.x86_64.rpm on Fedora 31, but got an error:

Problem: conflicting requests nothing provides libldap_r-2.4.so.2(OPENLDAP_2.4_2)(64bit) needed by tableplus-0.1.24-2.x86_64

The currently installed openldap-2.4.47-3.fc31.x86_64 package only provides
libldap_r-2.4.so.2()(64bit)
but not
libldap_r-2.4.so.2(OPENLDAP_2.4_2)(64bit)

Looks like a wrong dependency.

from tableplus-linux.

huyphams avatar huyphams commented on July 16, 2024

Hi @bm-skutzke it's the test file, we only support Debian at the moment.

from tableplus-linux.

trepatudo avatar trepatudo commented on July 16, 2024

An AppImage should be really easy to build, I'm a paying customer for Mac which uses Linux quite often and I really think it's too long without any decent Linux update.

from tableplus-linux.

wastrachan avatar wastrachan commented on July 16, 2024

An AppImage should be really easy to build, I'm a paying customer for Mac which uses Linux quite often and I really think it's too long without any decent Linux update.

They actually update this alpha software almost every week, it's moving along fairly nicely, especially for a product they once said they'd never consider!

You may want to add your voice/vote for an AppImage on #17 -- that seems to be where the discussion around alternative packaging is centered.

from tableplus-linux.

trepatudo avatar trepatudo commented on July 16, 2024

An AppImage should be really easy to build, I'm a paying customer for Mac which uses Linux quite often and I really think it's too long without any decent Linux update.

They actually update this alpha software almost every week, it's moving along fairly nicely, especially for a product they once said they'd never consider!

You may want to add your voice/vote for an AppImage on #17 -- that seems to be where the discussion around alternative packaging is centered.

Thanks for the info, was not aware of such.
I did run it via docker and it seemed ok for local development.

from tableplus-linux.

cognitus avatar cognitus commented on July 16, 2024

In that case isn't better provide a .tar.gz like other services such as discord, anydesk, etc. or an AppImage

from tableplus-linux.

Melvasul avatar Melvasul commented on July 16, 2024

@dkgndianko the link for the Debian package is no longer active |:

from tableplus-linux.

glendmaatita avatar glendmaatita commented on July 16, 2024

hi @Melvasul , try this link

from tableplus-linux.

dkgndianko avatar dkgndianko commented on July 16, 2024

@Melvasul I updated the comment. Thank you for pointing out.
Thank you @glendmaatita for the new link.

from tableplus-linux.

Melvasul avatar Melvasul commented on July 16, 2024

@dkgndianko everything worked as intended
but is it me, or is TablePlus basically empty?
Everything is on "coming" and I can't export/import any table at all...
Screenshot from 2021-02-18 00-11-00

from tableplus-linux.

dkgndianko avatar dkgndianko commented on July 16, 2024

@dkgndianko everything worked as intended
but is it me, or is TablePlus basically empty?
Everything is on "coming" and I can't export/import any table at all...
Screenshot from 2021-02-18 00-11-00

Sorry @Melvasul, bu I'm not familiar with @TablePlus roadmap. Maybe you should raise an issue for that.

from tableplus-linux.

lararosekelley avatar lararosekelley commented on July 16, 2024

Would be cool to get an update from the TablePlus devs on the place this has on the roadmap - loved using this tool on macOS and would be great to come back to it on Fedora.

from tableplus-linux.

dkgndianko avatar dkgndianko commented on July 16, 2024

Would be cool to get an update from the TablePlus devs on the place this has on the roadmap - loved using this tool on macOS and would be great to come back to it on Fedora.

You are absolutely right.
What do we need to do to make that happen?

from tableplus-linux.

frafra avatar frafra commented on July 16, 2024

gtksourceview-devel seems missing on Fedora 34.

$ sudo alien --to-rpm --scripts tableplus_0.1.176_amd64.deb 
tableplus-0.1.176-2.x86_64.rpm generated
$ sudo dnf install tableplus-0.1.176-2.x86_64.rpm
Error: 
 Problem: conflicting requests
  - nothing provides libc.so.6(GLIBC_PRIVATE)(64bit) needed by tableplus-0.1.176-2.x86_64
  - nothing provides libldap_r-2.4.so.2(OPENLDAP_2.4_2)(64bit) needed by tableplus-0.1.176-2.x86_64
$ sudo rpm -Uhv --nodeps tableplus-0.1.176-2.x86_64.rpm
Verifying...                          ################################# [100%]
Preparing...                          ################################# [100%]
	file /opt from install of tableplus-0.1.176-2.x86_64 conflicts with file from package filesystem-3.14-5.fc34.x86_64

from tableplus-linux.

xcy7e avatar xcy7e commented on July 16, 2024

+1 for RPM and/or Flatpack

from tableplus-linux.

tkhquang avatar tkhquang commented on July 16, 2024

+1 for RPM and/or Flatpack

from tableplus-linux.

gcg avatar gcg commented on July 16, 2024

+1 for flatpak :)

from tableplus-linux.

KeivanDjafarizad avatar KeivanDjafarizad commented on July 16, 2024

+1 for RPM and/or Flatpak

from tableplus-linux.

threeaccents avatar threeaccents commented on July 16, 2024

Updated deb link https://deb.tableplus.com/debian/pool/main//t/tableplus/tableplus_0.1.186_amd64.deb

from tableplus-linux.

lararosekelley avatar lararosekelley commented on July 16, 2024

Do the table plus maintainers still check this repo? Would love to see this on Fedora without having to hack around using the .deb file.

from tableplus-linux.

benounnas avatar benounnas commented on July 16, 2024

come on ! at least a flatpack or snap, it's like a discrimination 😞

from tableplus-linux.

guiazv avatar guiazv commented on July 16, 2024

Flatpak support would be great! :)

from tableplus-linux.

scrlkx avatar scrlkx commented on July 16, 2024

+1 for RPM and/or Flatpak

from tableplus-linux.

pareshpandit avatar pareshpandit commented on July 16, 2024

+1 for RPM/Flatpak pkgs ... :) _/|_

from tableplus-linux.

pareshpandit avatar pareshpandit commented on July 16, 2024

This is indeed a super idea, and I tried it will all my might, but just could not get those requirements (dependencies) to vanish.

In the end, if I edited the .rpm with |sudo rpmrebuild|, still, all I could get success-with, was the installation. But post the installation, the error again showed-up as under:

tableplus: error while loading shared libraries: libsasl2.so.2: cannot open shared object file: No such file or directory

I do not know how to go about it, for now. Any tips? _/|_

Also: could anyone actually share their (working) recompiled .RPM ? :)

from tableplus-linux.

theDataFixer avatar theDataFixer commented on July 16, 2024

+1 for RPM or Flatpak!!!!!!

from tableplus-linux.

jdeathe avatar jdeathe commented on July 16, 2024

+1 for RPM

from tableplus-linux.

psydvl avatar psydvl commented on July 16, 2024

Can I subscribe for something like waitlist for rpm or flatpak?
NB: I'm using openSUSE, so fedora's rpm maybe a little incompatible, because some libraries have different naming

from tableplus-linux.

darkufo avatar darkufo commented on July 16, 2024

Would love this for Fedora.

from tableplus-linux.

mohamed-rekiba avatar mohamed-rekiba commented on July 16, 2024

+1 for RPM/Flatpak

from tableplus-linux.

BranchScope avatar BranchScope commented on July 16, 2024

+1 bruh, really need it

from tableplus-linux.

threeaccents avatar threeaccents commented on July 16, 2024

I wouldn't get my hopes up. I don't think this is coming any time soon.

from tableplus-linux.

huyphams avatar huyphams commented on July 16, 2024

And Fedora 36 ARM version.
Screenshot 2023-03-30 at 1 14 05 AM

from tableplus-linux.

darkufo avatar darkufo commented on July 16, 2024

@huyphams How to best install on Fedora 37.

from tableplus-linux.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.