Skip to content
New issue

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

[Website] Fedora Installation Process issue (DNF5) #24

Open
saidbenmoumen opened this issue Oct 23, 2024 · 0 comments
Open

[Website] Fedora Installation Process issue (DNF5) #24

saidbenmoumen opened this issue Oct 23, 2024 · 0 comments

Comments

@saidbenmoumen
Copy link

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:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant