In the LibreOffice 7.0 download archive, LibreOffice_7.0.0_Linux_x86-64_rpm.tar.gz, the file ./LibreOffice_7.0.0_Linux_x86-64_rpm/readmes/README_en-US at Line 78: For Fedora-based systems: su -c 'yum install *.rpm' propose using dnf, as this is the mainstream install tool for Fedora, It was introduced in Fedora 18. replace Line 78 with: For Fedora-based systems: sudo dnf install *.rpm' This was tested on Fedora 32 from LibreOffice_7.0.0_Linux_x86-64_rpm.tar.gz downloaded 09/01/2020. The installation was SUCCESSFUL. LibreOffice 7.0.0.3 came up fine.
On pc Debian x86-64 with master sources updated today, yum is indeed present
I proposed the change here: https://gerrit.libreoffice.org/c/core/+/101904 Waiting for some feedback from devs.
Julien Nabet committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/baa84b5b4d287da0f00fc3fbf11f464f267c9202 tdf#136377: Replace yum by dnf for Fedora in readme.xrm It will be available in 7.1.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Backport for 7.0 waiting for review here: https://gerrit.libreoffice.org/c/core/+/101964
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/d96ca67b22e3b42cf79637d3f6497d02a9f48656 tdf#136377: Replace yum by dnf for Fedora in readme.xrm It will be available in 7.0.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-7-0": https://git.libreoffice.org/core/commit/d7ba66b2f2922b7625e1ff336e5138031818640a Revert "tdf#136377: Replace yum by dnf for Fedora in readme.xrm" It will be available in 7.0.2. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Reverted in 7.0 branch because the string freeze has already been done.