Changes for page FlatPak
Last modified by Martin Uhl on 2024/11/22 11:47
To version 3.1
edited by Martin Uhl
on 2024/02/26 08:51
on 2024/02/26 08:51
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Author
-
... ... @@ -1,1 +1,1 @@ 1 -XWiki. wikibot1 +XWiki.uhl - Default language
-
... ... @@ -1,0 +1,1 @@ 1 +de - Content
-
... ... @@ -14,8 +14,8 @@ 14 14 15 15 16 16 {{html wiki="true"}} 17 -{{code}} <code>flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo18 - </code>{{/code}}17 +{{code}}flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo 18 +{{/code}} 19 19 {{/html}} 20 20 21 21 ... ... @@ -23,6 +23,7 @@ 23 23 Damit wird das [[Flathub>>https://flathub.org]] Paketrepository für nutzerlokale Installation eingerichtet. 24 24 25 25 Dies ist nur einmal vonnöten. Auf dieselbe Art können noch beliebig viele andere Repositories (wie z.B. das von KDE eingerichtet werden) 26 + 26 26 == Suchen von Software == 27 27 28 28 Flatpak Software kann mit dem ##flatpak## Kommando gesucht werden: ... ... @@ -30,7 +30,7 @@ 30 30 31 31 32 32 {{html wiki="true"}} 33 -{{code}} <code>flatpak search [Suchbegriff]</code>{{/code}}34 +{{code}}flatpak search [Suchbegriff]{{/code}} 34 34 {{/html}} 35 35 36 36 ... ... @@ -38,6 +38,7 @@ 38 38 Als Ergebnis wird man dann eine //Application ID// bekommen. 39 39 40 40 Man kann auch Seiten wie z.B. [[Flathub>>https://flathub.org]] nach Software durchsuchen. Dort wird man dann eine ##.flatpakref## Datei laden. 42 + 41 41 == Installieren von Software == 42 42 43 43 Software kann nun anhand der Application ID installiert werden: ... ... @@ -45,7 +45,7 @@ 45 45 46 46 47 47 {{html wiki="true"}} 48 -{{code}} <code>flatpak install --user [Application ID]</code>{{/code}}50 +{{code}}flatpak install --user [Application ID]{{/code}} 49 49 {{/html}} 50 50 51 51 ... ... @@ -55,7 +55,7 @@ 55 55 56 56 57 57 {{html wiki="true"}} 58 -{{code}} <code>flatpak install --user [.flatpakref Datei]</code>{{/code}}60 +{{code}}flatpak install --user [.flatpakref Datei]{{/code}} 59 59 {{/html}} 60 60 61 61 ... ... @@ -66,12 +66,13 @@ 66 66 67 67 68 68 {{html wiki="true"}} 69 -{{code}} <code>flatpak run [Application ID]%BR%</code>{{/code}}71 +{{code}}flatpak run [Application ID]{{/code}} 70 70 {{/html}} 71 71 72 72 73 73 74 74 Software wird allerdings auch automatisch in das Menü eingepflegt und kann von dort aus bequem gestartet werden. 77 + 75 75 == Dokumentation == 76 76 77 77 Weitere Dokumentation findet sich in der //Manpage// von ##flatpak## oder in der [[Offiziellen Flatpak Dokumentation>>https://docs.flatpak.org/en/latest/using-flatpak.html]].