forked from flatpak/flatpak.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapps.html.haml
More file actions
103 lines (88 loc) · 4.65 KB
/
apps.html.haml
File metadata and controls
103 lines (88 loc) · 4.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
---
title: Flatpak Applications
description: Applications distributed as Flatpaks, ready to download.
---
%section
.container
.row
.col-lg-10.col-lg-offset-1
%h1 Flatpak Applications
%p
Flatpak applications are distributed in repositories. Anyone can set up a repository for their applications, and
the users only need to add the repository to the local configuration to get full integration in both the
command line and the graphical installation tools (such as gnome-software).
%p
However, most flatpak applications are available in a repository known as Flathub. See the
=link_to "flathub site", "https://flathub.org/index.html#using"
for details about how to use it.
There is also a list of
=link_to "all applications on flathub", "https://flathub.org/apps.html"
that you can browse.
%p
This page lists some of the other repositories that are available, along with instructions for how
to try them. If you don't have it already, you'll need to
=link_to "get Flatpak.", "getting.html"
%ul#tabs.nav.nav-tabs{"role" => "tablist"}
%li.active{:role => "presentation"}
%a{:href => "#graphical", :role => "tab", "data-toggle" => "tab"} Click to Download
%li{:role => "presentation"}
%a{:href => "#cli", :role => "tab", "data-toggle" => "tab"} Command Line
.tab-content.mediumgap
%div#graphical.tab-pane.active.fade.in{:role => "tabpanel"}
%p
Click to download is available with Fedora 25 (and newer), Mageia 6 (and newer), OpenSUSE Tumbleweed,
Debian 9 (and newer), and Arch, using GNOME Software. Some applications require version 3.22.6 or later.
.appslist.row
.col-xs-12
.row
%h4.col-xs-12 Stable Applications outside flathub
- data.apps.each do |i|
- if (i.stable)
.col-xs-12.col-sm-6.apptile
%div
%h4 #{i.name}
%p #{i.description}
= link_to '', i.stable, :class => "btn"
.appslist.row
.col-xs-12
.row
%h4.col-xs-12 Nightly Builds of Applications (Unstable)
- data.apps.each do |i|
- if (i.nightly)
.col-xs-12.col-sm-6.apptile
%div
%h4 #{i.name}
%p #{i.description}
= link_to '', i.nightly, :class => "btn"
%div#cli.tab-pane.fade{:role => "tabpanel"}
%p
These command line instructions require Flatpak 0.6.13 or newer.
Once installed, applications can be launched from the usual place in your desktop. For more
information on how to update and manage your applications, see the
=link_to "command line tutorial.", "command-line.html"
- data.apps.each do |i|
- if (i.cli)
%a{:name => i.name}
%h4 #{i.name}
- if (i.instructions)
= i.instructions
- if (i.cli)
- i.cli.each do |j|
%pre
<span class="unselectable">$ </span>#{j}
%h2 GNOME unstable snapshots
%p
The stable builds of GNOME applications are available on flathub, but unstable development builds are available in a separate repository.
Note that these are builds directly from the latest git version and have no guarantees that they work on any given date.
%p First, make sure you have the unstable GNOME runtimes repository:
%pre
<span class='unselectable'>$ </span>flatpak remote-add --if-not-exists gnome-nightly https://sdk.gnome.org/gnome-nightly.flatpakrepo
%p Now add the GNOME applications repository:
%pre
<span class='unselectable'>$ </span>flatpak remote-add gnome-apps-nightly https://sdk.gnome.org/gnome-apps-nightly.flatpakrepo
%p You can now list the available unstable gnome applications with:
%pre
<span class='unselectable'>$ </span>flatpak remote-ls gnome-apps-nightly
%p And install them for example like:
%pre
<span class='unselectable'>$ </span>flatpak install gnome-apps-nightly org.gnome.Maps