F37 testing updates don't install

I am trying to test this update of visidata to version 2.10 - https://bodhi.fedoraproject.org/updates/FEDORA-2022-9c9698b680 - but it doesn’t install.

$ sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-9c9698b680
edora 37 - x86_64                               30 kB/s |  15 kB     00:00    
Fedora Modular 37 - x86_64                       56 kB/s |  14 kB     00:00    
Fedora 37 - x86_64 - Updates                     49 kB/s |  14 kB     00:00    
Fedora 37 - x86_64 - Updates                    216 kB/s | 463 kB     00:02    
Fedora Modular 37 - x86_64 - Updates             39 kB/s |  11 kB     00:00    
Fedora 37 - x86_64 - Test Updates                29 kB/s |  15 kB     00:00    
Fedora 37 - x86_64 - Test Updates               294 kB/s | 444 kB     00:01    
RPM Fusion for Fedora 37 - Free                  41 kB/s | 7.6 kB     00:00    
RPM Fusion for Fedora 37 - Free - Updates        10 kB/s | 6.6 kB     00:00    
No security updates needed, but 146 updates available
Dependencies resolved.
Nothing to do.
Complete!
$ visidata --version
saul.pw/VisiData v2.8

for me, the --advisory=... has never worked. [1]

just run sudo dnf upgrade --enablerepo=updates-testing visidata instead



  1. I actually think the syntax shown in Bodhi is wrong - you still need to tell dnf which package of the advidory should be installed. So, in your case sudo dnf upgrade --enablerepo=updates-testing --advisory=FEDORA-2022-9c9698b680 \*, see 1625879 – advisory option not working with dnf install ↩︎

1 Like

Can confirm this finally started the installation for me.

sudo dnf upgrade --enablerepo=updates-testing --refresh \
   --advisory=FEDORA-2022-9c9698b680 visidata
1 Like

next time, you don’t have to fiddle around with the --advisory= flag. enabling updates-testing and specifying which package you want from that repo is sufficient…