Skip to content

Commit 38601e2

Browse files
committed
...
1 parent c2d243f commit 38601e2

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

misc/content/2018/04/package-management-in-linux/package-management-in-linux.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@ There are many different ways to install packages in Linux.
3434

3535
5. Use cross‐platform and dependency‐free app formats,
3636
e.g.,
37-
[snap](https://snapcraft.io/),
3837
[FlatPak](https://flatpak.org/)
3938
and
4039
[AppImage](https://appimage.org/)
4140
.
42-
snap is more popular than flatpak and AppImage.
43-
For details of comparisons,
41+
For the difference between FlatPak and AppImage,
4442
please refer to
4543
[What are the differences between snaps, appimage, flatpak and others?](https://askubuntu.com/questions/866511/what-are-the-differences-between-snaps-appimage-flatpak-and-others)
4644
.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Status: published
2+
Date: 2025-05-14 16:58:04
3+
Modified: 2025-05-14 16:58:04
4+
Author: Benjamin Du
5+
Slug: tips-on-flatpak
6+
Title: Tips on Flatpak
7+
Category: Computer Science
8+
Tags: Computer Science, programming, flatpak
9+
10+
**Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!**
11+
12+
wajig install flatpak
13+
14+
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
15+
16+
restart
17+
18+
## References
19+
20+
Debian Quick Setup
21+
https://flatpak.org/setup/Debian

0 commit comments

Comments
 (0)