Sublime Forum

How to upgrade upon license purchase, on Fedora?

#1

dnf manages upgrades, and I’m not sure how to force to beta so I can get my minimap window border back.

0 Likes

#2

See here on how to add the development repository for dnf: https://www.sublimetext.com/docs/linux_repositories.html

0 Likes

#3

Thanks. I’ve added the dev repo
sudo dnf config-manager --add-repo https://download.sublimetext.com/rpm/dev/x86_64/sublime-text.repo

and installed, but am told
Package sublime-text-4152-1.x86_64 is already installed.

How can I get 4153?

0 Likes

#5

https://unix.stackexchange.com/questions/539341/dnf-install-or-update-upgrade-in-one-command

So it looks like dnf install does nothing if a package is already installed. You may want dnf --best install as stated in the link above?

0 Likes

#6

That did it. Thanks so much!

0 Likes