From 8a730f3601264c1c389599df9c0b8b4809fb6d9b Mon Sep 17 00:00:00 2001 From: Rafael Lima Date: Thu, 14 Dec 2023 01:56:33 +0100 Subject: Related tdf#142926 Create help page about built-in help installation Change-Id: Ie71d9e5427a0bcdfeb9c20474e76635ca68a3f2a Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160696 Tested-by: Jenkins Reviewed-by: Olivier Hallot (cherry picked from commit e99617c55d064c67d0caa82adb53925f5589c6bb) Reviewed-on: https://gerrit.libreoffice.org/c/help/+/160708 --- AllLangHelp_shared.mk | 1 + source/text/shared/guide/builtin_help.xhp | 84 +++++++++++++++++++++++++++++++ 2 files changed, 85 insertions(+) create mode 100644 source/text/shared/guide/builtin_help.xhp diff --git a/AllLangHelp_shared.mk b/AllLangHelp_shared.mk index 64888b0d18..c5b7d27797 100644 --- a/AllLangHelp_shared.mk +++ b/AllLangHelp_shared.mk @@ -683,6 +683,7 @@ $(eval $(call gb_AllLangHelp_add_helpfiles,shared,\ helpcontent2/source/text/shared/guide/background \ helpcontent2/source/text/shared/guide/border_paragraph \ helpcontent2/source/text/shared/guide/border_table \ + helpcontent2/source/text/shared/guide/builtin_help \ helpcontent2/source/text/shared/guide/breaking_lines \ helpcontent2/source/text/shared/guide/change_title \ helpcontent2/source/text/shared/guide/chart_axis \ diff --git a/source/text/shared/guide/builtin_help.xhp b/source/text/shared/guide/builtin_help.xhp new file mode 100644 index 0000000000..b5a11e973c --- /dev/null +++ b/source/text/shared/guide/builtin_help.xhp @@ -0,0 +1,84 @@ + + + + + + + Installation of the built-in help + /text/shared/guide/builtin_help.xhp + + + + + + Built-in help;installation + + +

Installing the Built-in Help

+ The instructions for installing the built-in help depend on the method used for installing %PRODUCTNAME on your device. For the purpose of this guide, consider the two following approaches: + + + Installation using the official binaries obtained from the %PRODUCTNAME download page. + + + Installation using third-party repositories. This is mainly the case for Linux operating systems that maintain their own packages. + + + This guide provides instruction for installing the built-in help for packages provided by Ubuntu and Fedora. If your installation method is not covered here, please contact the maintainers of the packages installed on your system. + +

Installing from the Official Download page

+ The instructions in this section are suitable when %PRODUCTNAME was installed using the official binaries. Follow the steps below to obtain the installation file for the offline built-in help: + + + Visit the %PRODUCTNAME download page. + + + Make sure your current operating system is selected in the Choose your operating system section. + + + Click the link Help for offline use and save the binary file to your device. + + + Before clicking the link Help for offline use, make sure the desired language is selected. Click need another language if a different language is desired. + +

Windows

+ Open the location where the .msi binary file was downloaded to and execute the installer. Follow the installer instructions. +

MacOS

+ Open the location where the .dmg binary file was downloaded to and execute the installer. After the installation window appears, drag and drop the %PRODUCTNAME icon onto the Applications icon. +

DEB installer

+ The .deb installer is meant for Ubuntu-based Linux distributions and it is available as a .tar.gz compressed file. + Download the .tar.gz file to your device and extract it. The .deb file will be inside a folder named DEBS. + Open the Terminal application, use the cd command to navigate to the folder where the .deb file is located and run the following command: + $ sudo dpkg -i libobasis7.6-en-us-help_7.6.4.1-1_amd64.deb + The name of the downloaded file contains the version number, therefore the actual file name may differ from the example above. +

RPM installer

+ The .rpm installer is meant for Red Hat-based Linux distributions and it is available as a .tar.gz compressed file. + Download the .tar.gz file to your device and extract it. The .rpm file will be inside a folder named RPMS. + Open the Terminal application, use the cd command to navigate to the folder where the .deb file is located and run the following command: + $ sudo rpm -i libobasis7.6-en-US-help-7.6.4.1-1.x86_64.rpm + After installation, restart %PRODUCTNAME to be able to use the built-in help. + +

Installing from Third-party Repositories

+ Linux distributions usually provide their own %PRODUCTNAME packages, hence the method to install the built-in help will be different for each distribution. + Next are the installation instructions for help packages provided by Ubuntu and Fedora. +

Ubuntu-based Distributions

+ Open the Terminal application and run the following command (the example below installs the en_US built-in help): + $ sudo apt install libreoffice-help-en-us +

Fedora

+ Open the Terminal application and run the following command (the example below installs the en_US built-in help): + $ sudo dnf install libreoffice-langpack-en +

Snap packages

+ The %PRODUCTNAME Snap package is provided with the built-in help preinstalled in various languages. + +
+ +
+ +
-- cgit