Skip to content

Commit

Permalink
Update articles to indicate we support RPM packages when managing sof…
Browse files Browse the repository at this point in the history
…tware installers (#22475)
  • Loading branch information
iansltx committed Sep 27, 2024
1 parent 8fe01c8 commit 8ddb7e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion articles/automatic-software-install-in-fleet.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Fleet allows its users to upload trusted software installation files to be insta
Current supported software deployment formats:
- macOS: .pkg
- Windows: .msi, .exe
- Linux: .deb
- Linux: .deb, .rpm

Coming soon:
- VPP for iOS and iPadOS
Expand Down
2 changes: 1 addition & 1 deletion articles/deploy-software-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To access and manage software in Fleet:
* Click the “Add Software” button in the top right corner, and a dialog will appear.

* Choose a file to upload. `.pkg`, `.msi`, `.exe`, and `.deb` files are supported.
* Choose a file to upload. `.pkg`, `.msi`, `.exe`, `.rpm`, and `.deb` files are supported.

> Software installer uploads will fail if Fleet is unable to extract information from the installer package such bundle ID and version number.
Expand Down
2 changes: 1 addition & 1 deletion docs/Configuration/yaml-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ The `software` section allows you to configure packages and Apple App Store apps
Software for hosts that belong to "No team" have to be defined in `teams/no-team.yml`.
Software can also be specified in separate files in your `lib/` folder.

- `packages` is a list of software packages (.pkg, .msi, .exe, or .deb) and software specific options.
- `packages` is a list of software packages (.pkg, .msi, .exe, .rpm, or .deb) and software specific options.
- `app_store_apps` is a list of Apple App Store apps.

#### Example
Expand Down
1 change: 1 addition & 0 deletions docs/Contributing/research/mdm/software-version-extract.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
| `.pkg` | Low | High | - |
| `.exe` | Low | High | - |
| `.deb` | Low | High | - |
| `.rpm` | Low | High | - |

More details:

Expand Down

0 comments on commit 8ddb7e8

Please sign in to comment.