Translations:Tutorials/Flatpak/15/en: Difference between revisions
Appearance
Importing a new version from external source |
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
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