You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/os/linux/arch-linux.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,3 +12,27 @@
12
12
13
13
14
14
## Install
15
+
16
+
17
+
## Packages
18
+
19
+
20
+
### Split Packages
21
+
22
+
"split packages" are multiple packages built from a single source with a shared build process. Each package is defined in the PKGBUILD file
23
+
24
+
VLC is an example of a split package, where the media player is one package and the codecs for each media file type are in their own package. Using a split package avoids installing many codecs that would not be used.
0 commit comments