Skip to content

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

@saidbenmoumen

Description

@saidbenmoumen

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions