I’m struggling to install OnlyOffice on Fedora 43 Budgie.
sudo dnf install https://download.onlyoffice.com/repo/centos/main/noarch/onlyoffice-repo.noarch.rpm
gives
Installing:
onlyoffice-repo noarch 1.0.0-11 @commandline 3.3 KiB
Transaction Summary:
Installing: 1 package
Total size of inbound packages is 6 KiB. Need to download 0 B.
After this operation, 3 KiB extra will be used (install 3 KiB, remove 0 B).
Is this ok [y/N]: y
Running transaction
Transaction failed: Rpm transaction failed.
Warning: skipped OpenPGP checks for 1 package from repository: @commandline
- package onlyoffice-repo-1.0.0-11.noarch does not verify: no digest
Hello @theking2
We’re checking the situation. I will contact you as soon as possible.
Hello @theking2
We’ve found a bug in the described scenario. Thank you for the provided data!
Please try to install flatpak (Installing ONLYOFFICE Desktop Editors on Linux on your computer using Flatpak) version of the desktop app, while we’re working on this issue.
2 Likes
Thanks for looking into this!
Hello,
We have released Document server v.9.2. This release contains a fix for the reported situation.
The desktop app release will be available as soon as possible.
1 Like
Thanks for the update. I can confirm that running:
wget https://github.com/ONLYOFFICE/DesktopEditors/releases/latest/download/onlyoffice-desktopeditors.x86_64.rpm
sudo dnf install ./onlyoffice-desktopeditors.x86_64.rpm
now works as expected on Fedora 43.
However, adding the repo still throws the same error “package onlyoffice-repo-1.0.0-11.noarch does not verify: no digest”
sudo dnf install https://download.onlyoffice.com/repo/centos/main/noarch/onlyoffice-repo.noarch.rpm
You probably also need to sign / checksum the repo.rpm file?
Now adding the repo also works
Thanks a lot for solving this issue!
2 Likes