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
Add software-properties-common to the Ubuntu backports setup command
and explain why it is needed in minimal/container environments.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@@ -292,10 +292,10 @@ For each distro+release in the query results, match it to the corresponding per-
292
292
293
293
Field mapping from query → per-distro file:
294
294
295
-
| Query field | Per-distro field |
296
-
|-------------|-----------------|
297
-
|`component_id`|`component`|
298
-
|`package_name`|`name`|
295
+
| Query field | Per-distro field |
296
+
|-------------- |----------------|
297
+
|`component_id`|`component`|
298
+
|`package_name`|`name`|
299
299
300
300
Every `dotnet_packages_other` entry **must** include an `install_command` — the command to register that feed before packages can be installed. See [Known alternative feed commands](#known-alternative-feed-commands) for the values to use.
301
301
@@ -324,7 +324,7 @@ Then `ubuntu.json` release 24.04 becomes:
This PPA provides .NET packages for older Ubuntu LTS releases that don't carry .NET in the default archive. After registering, packages are installed with the normal `apt-get install` command.
431
+
This PPA provides .NET packages for older Ubuntu LTS releases that don't carry .NET in the default archive. `add-apt-repository` comes from `software-properties-common`, which is often missing in containers and other minimal environments. After registering, packages are installed with the normal `apt-get install` command.
432
432
433
433
### Microsoft packages.microsoft.com (PMC)
434
434
@@ -459,10 +459,10 @@ If the query returns a feed name not listed above, ask the user for the registra
459
459
460
460
The `name` fields (both top-level distro name and per-release names) must use full display names, **never acronyms**. These names appear in generated markdown and user-facing documentation.
0 commit comments