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: documentation/asciidoc/computers/software-sources.adoc
+19-10Lines changed: 19 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,13 @@ At Raspberry Pi we're trying to open source as much of our code as possible to m
2
2
3
3
== Finding software sources in Raspberry Pi OS
4
4
5
-
When looking for software which is distributed with Raspberry Pi OS, there are often upstream software sources that we patch to create our downstream packages (those tagged with `pass:[+rpt]`). To view the source for those packages it is usually easier to fetch through apt. To do this, you first need to edit your apt lists to include the source packages. The following files should be edited to remove the leading `pass:[#]` from each `deb-src` line:
5
+
When looking for software which is distributed with Raspberry Pi OS, there are often upstream software sources that we patch to create our downstream packages (those tagged with `pass:[+rpt]`). To view the source for those packages it is usually easier to fetch through apt. To do this, you first need to edit your apt lists to include the source packages. The following files should be edited to change each "Types: deb" line to "Types: deb deb-src":
6
6
7
-
* `+/etc/apt/sources.list+`
8
-
* `+/etc/apt/sources.list.d/raspi.list+`
7
+
* `+/etc/apt/sources.list.d/debian.sources+` (on 64-bit images)
8
+
or
9
+
* `+/etc/apt/sources.list.d/raspbian.sources+` (on 32-bit images)
10
+
and
11
+
* `+/etc/apt/sources.list.d/raspi.sources+`
9
12
10
13
Next you must update the package lists:
11
14
@@ -81,6 +84,9 @@ A library for directly controlling and accessing multimedia interfaces.
0 commit comments