Jump to content

Translations:Tutorials/Flatpak/15/en: Difference between revisions

From KDE UserBase Wiki
FuzzyBot (talk | contribs)
Importing a new version from external source
 
FuzzyBot (talk | contribs)
Importing a new version from external source
Line 1: Line 1:
It is also possible to install the app from the terminal:
It is also possible to install the app from the terminal:
{{Input|
{{Input|
flatpak install https://cdn.kde.org/flatpak/org.kde.kalzium.flatpakref
flatpak install --user --or-update https://cdn.kde.org/flatpak/kde-runtime-nightly/org.kde.Platform.flatpakref
flatpak uninstall --user -y org.kde.kalzium
flatpak install --user --or-update https://cdn.kde.org/flatpak/kalzium-nightly/org.kde.kalzium.flatpakref
}}
}}

Revision as of 19:29, 10 February 2024

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Tutorials/Flatpak)
To install the app [https://apps.kde.org/kate/ kate], run in a terminal the commands shown below.

It is also possible to install the app from the terminal:

flatpak install --user --or-update https://cdn.kde.org/flatpak/kde-runtime-nightly/org.kde.Platform.flatpakref
flatpak uninstall --user -y org.kde.kalzium
flatpak install --user --or-update https://cdn.kde.org/flatpak/kalzium-nightly/org.kde.kalzium.flatpakref