Changes for page FlatPak

Last modified by Martin Uhl on 2024/11/22 11:47

From version 3.1
edited by Martin Uhl
on 2024/02/26 08:51
Change comment: There is no comment for this version
To version 1.3
edited by wikibot
on 2023/02/13 19:52
Change comment: langfix

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.uhl
1 +XWiki.wikibot
Content
... ... @@ -14,8 +14,8 @@
14 14  
15 15  
16 16  {{html wiki="true"}}
17 -{{code}}flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
18 -{{/code}}
17 +{{code}}<code>flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
18 +</code>{{/code}}
19 19  {{/html}}
20 20  
21 21  
... ... @@ -23,7 +23,6 @@
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 -
27 27  == Suchen von Software ==
28 28  
29 29  Flatpak Software kann mit dem ##flatpak## Kommando gesucht werden:
... ... @@ -31,7 +31,7 @@
31 31  
32 32  
33 33  {{html wiki="true"}}
34 -{{code}}flatpak search [Suchbegriff]{{/code}}
33 +{{code}}<code>flatpak search [Suchbegriff]</code>{{/code}}
35 35  {{/html}}
36 36  
37 37  
... ... @@ -39,7 +39,6 @@
39 39  Als Ergebnis wird man dann eine //Application ID// bekommen.
40 40  
41 41  Man kann auch Seiten wie z.B. [[Flathub>>https://flathub.org]] nach Software durchsuchen. Dort wird man dann eine ##.flatpakref## Datei laden.
42 -
43 43  == Installieren von Software ==
44 44  
45 45  Software kann nun anhand der Application ID installiert werden:
... ... @@ -47,7 +47,7 @@
47 47  
48 48  
49 49  {{html wiki="true"}}
50 -{{code}}flatpak install --user [Application ID]{{/code}}
48 +{{code}}<code>flatpak install --user [Application ID]</code>{{/code}}
51 51  {{/html}}
52 52  
53 53  
... ... @@ -57,7 +57,7 @@
57 57  
58 58  
59 59  {{html wiki="true"}}
60 -{{code}}flatpak install --user [.flatpakref Datei]{{/code}}
58 +{{code}}<code>flatpak install --user [.flatpakref Datei]</code>{{/code}}
61 61  {{/html}}
62 62  
63 63  
... ... @@ -68,13 +68,12 @@
68 68  
69 69  
70 70  {{html wiki="true"}}
71 -{{code}}flatpak run [Application ID]{{/code}}
69 +{{code}}<code>flatpak run [Application ID]%BR%</code>{{/code}}
72 72  {{/html}}
73 73  
74 74  
75 75  
76 76  Software wird allerdings auch automatisch in das Menü eingepflegt und kann von dort aus bequem gestartet werden.
77 -
78 78  == Dokumentation ==
79 79  
80 80  Weitere Dokumentation findet sich in der //Manpage// von ##flatpak## oder in der [[Offiziellen Flatpak Dokumentation>>https://docs.flatpak.org/en/latest/using-flatpak.html]].