mirror of https://github.com/qt/qtdoc.git
Doc: Installer command does not work
This commit fixes the component name for Linux installation Fixes: QTBUG-136065 Pick-to: 6.8 Change-Id: I7e8dea1b6e6c324ed45529a9e8687b4d55684164 Reviewed-by: Teemu Jokitulppo <teemu.jokitulppo@qt.io> Reviewed-by: Alexei Cazacov <alexei.cazacov@qt.io> (cherry picked from commit7b63b3a596
) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org> (cherry picked from commit5fd30b2d7e
)
This commit is contained in:
parent
716fe6cec1
commit
0a4c65f9f1
|
@ -309,7 +309,7 @@
|
|||
qt-unified-macOS-x64-[Qt Online Installer version]-online.dmg --root /home/<username>/installation_dir --accept-licenses --default-answer --confirm-command install qt.qt6.\1.clang_644
|
||||
|
||||
# linux: new installation with Qt Online Installer
|
||||
qt-unified-linux-x64-[Qt Online Installer version]-online.run --root /home/<username>/installation_dir --accept-licenses --default-answer --confirm-command install qt.qt6.\1.gcc_64
|
||||
qt-unified-linux-x64-[Qt Online Installer version]-online.run --root /home/<username>/installation_dir --accept-licenses --default-answer --confirm-command install qt.qt6.\1.linux_gcc_64
|
||||
\endcode
|
||||
|
||||
\l{Options for Unattended Usage} lists all available options for unattended
|
||||
|
@ -342,7 +342,7 @@
|
|||
MaintenanceTool.app/Contents/MacOS/MaintenanceTool --accept-licenses --default-answer --confirm-command install qt.qt6.\1.clang_64
|
||||
|
||||
# linux: update installation with Qt Maintenance Tool
|
||||
MaintenanceTool.run --accept-licenses --default-answer --confirm-command install qt.qt6.\1.gcc_64
|
||||
MaintenanceTool.run --accept-licenses --default-answer --confirm-command install qt.qt6.\1.linux_gcc_64
|
||||
\endcode
|
||||
|
||||
\section2 Options for Unattended Usage
|
||||
|
@ -495,7 +495,7 @@
|
|||
qt-unified-macOS-x64-[Qt Online Installer version]-online.dmg --root /home/<username>/installation_dir install qt.qt6.\1.clang_64
|
||||
|
||||
# linux: new installation with user interaction
|
||||
qt-unified-linux-x64-[Qt Online Installer version]-online.run --root /home/<username>/installation_dir install qt.qt6.\1.gcc_64
|
||||
qt-unified-linux-x64-[Qt Online Installer version]-online.run --root /home/<username>/installation_dir install qt.qt6.\1.linux_gcc_64
|
||||
\endcode
|
||||
|
||||
The following examples demonstrate how you update your existing
|
||||
|
@ -509,7 +509,7 @@
|
|||
MaintenanceTool.dmg install qt.qt6.\1.clang_64
|
||||
|
||||
# Linux: update installation with Qt Maintenance Tool
|
||||
MaintenanceTool.run install qt.qt6.\1.gcc_64
|
||||
MaintenanceTool.run install qt.qt6.\1.linux_gcc_64
|
||||
\endcode
|
||||
|
||||
\section1 Uninstalling Packages
|
||||
|
@ -540,7 +540,7 @@
|
|||
MaintenanceTool.dmg --confirm-command remove install qt.qt6.\1.clang_64
|
||||
|
||||
# linux
|
||||
MaintenanceTool.run --confirm-command remove qt.qt6.\1.gcc_64
|
||||
MaintenanceTool.run --confirm-command remove qt.qt6.\1.linux_gcc_64
|
||||
\endcode
|
||||
|
||||
The following examples uninstall all packages and ask for permission to
|
||||
|
|
Loading…
Reference in New Issue