Jump to content

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

From KDE Wiki Sandbox
FuzzyBot (talk | contribs)
Importing a new version from external source
 
FuzzyBot (talk | contribs)
Importing a new version from external source
 
Line 1: Line 1:
Here's how to install a Flatpak application from the terminal:
Here's how to install a Flatpak application from the terminal:
{{Input|
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.kde.okular
}}

Latest revision as of 09:35, 26 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)
Here's how to install a Flatpak application from the terminal:

Here's how to install a Flatpak application from the terminal: