-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
https://tableplus.com/blog/2019/10/tableplus-linux-installation.html
following the linux install instructions adding the repo doesn't work in the latest fedora release 41 that updates dnf
to dnf5
and should be changed in the docs as follows:
DNF
x86_64
Fedora 41 (dnf5)
sudo rpm -v --import https://yum.tableplus.com/apt.tableplus.com.gpg.key
sudo dnf config-manager addrepo --from-repofile=https://yum.tableplus.com/rpm/x86_64/tableplus.repo
sudo dnf install tableplus
Older releases
sudo rpm -v --import https://yum.tableplus.com/apt.tableplus.com.gpg.key
sudo dnf config-manager --add-repo https://yum.tableplus.com/rpm/x86_64/tableplus.repo
sudo dnf install tableplus
OR to simply
sudo rpm -v --import https://yum.tableplus.com/apt.tableplus.com.gpg.key
sudo dnf-3 config-manager --add-repo https://yum.tableplus.com/rpm/x86_64/tableplus.repo
sudo dnf install tableplus
source:
Metadata
Metadata
Assignees
Labels
No labels