dnf manages upgrades, and I’m not sure how to force to beta so I can get my minimap window border back.
How to upgrade upon license purchase, on Fedora?
bschaaf
#2
See here on how to add the development repository for dnf: https://www.sublimetext.com/docs/linux_repositories.html
0 Likes
bbharland
#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
jfcherng
#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