diff options
author | Stanislav Horacek <stanislav.horacek@gmail.com> | 2023-12-17 13:28:58 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2023-12-17 15:39:14 +0100 |
commit | fc54b052a9b51da8954d90250958b08c20ab9e19 (patch) | |
tree | 0e21cf9078c2cfdc8fc0a2ccdd7fbcb47c32b884 | |
parent | 6d45710a35698fbab9b416b728d6cf0c78549542 (diff) |
fix file extension on help installation page
Change-Id: Ia2564f487caea7bfdba2548525661c1ff5963ece
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160884
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
(cherry picked from commit 2e408bb03f95da32746601a722a7d0bad3d37e9f)
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160861
-rw-r--r-- | source/text/shared/guide/builtin_help.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/shared/guide/builtin_help.xhp b/source/text/shared/guide/builtin_help.xhp index b5a11e973c..fd284c462a 100644 --- a/source/text/shared/guide/builtin_help.xhp +++ b/source/text/shared/guide/builtin_help.xhp @@ -61,7 +61,7 @@ <h3 id="hd_id711702509065077">RPM installer</h3> <paragraph role="paragraph" id="par_id531702509077373">The <emph>.rpm</emph> installer is meant for Red Hat-based Linux distributions and it is available as a <emph>.tar.gz</emph> compressed file.</paragraph> <paragraph role="paragraph" id="par_id100170250925775">Download the <emph>.tar.gz</emph> file to your device and extract it. The <emph>.rpm</emph> file will be inside a folder named <emph>RPMS</emph>.</paragraph> - <paragraph role="paragraph" id="par_id521702509438482">Open the <menuitem>Terminal</menuitem> application, use the <literal>cd</literal> command to navigate to the folder where the <emph>.deb</emph> file is located and run the following command:</paragraph> + <paragraph role="paragraph" id="par_id521702509438482">Open the <menuitem>Terminal</menuitem> application, use the <literal>cd</literal> command to navigate to the folder where the <emph>.rpm</emph> file is located and run the following command:</paragraph> <paragraph role="paragraph" id="par_id31702509923602"><input>$ sudo rpm -i libobasis7.6-en-US-help-7.6.4.1-1.x86_64.rpm</input></paragraph> <note id="par_id21702508510371">After installation, restart %PRODUCTNAME to be able to use the built-in help.</note> |