We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
dnf
dnf5
and should be changed in the docs as follows:
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
todnf5
and should be changed in the docs as follows:
DNF
x86_64
Fedora 41 (dnf5)
Older releases
OR to simply
source:
The text was updated successfully, but these errors were encountered: