tree: b2fb5b7d7b209905cc9d1296883a9cb35d0ecdf6 [path history] [tgz]
  1. images/
  2. _toc.yaml
  3. fuchsia_package_server.md
  4. garbage_collection.md
  5. ota.md
  6. package.md
  7. package_url.md
  8. README.md
  9. software_update_system.md
  10. update_pkg.md
docs/concepts/packages/README.md

Packages

Fuchsia packages play an essential role in distributing, updating, and securing software within a Fuchsia ecosystem.

Fuchsia packages

  • Fuchsia packages: Provides an overview of Fuchsia packages, including their types and structure.
  • Fuchsia package URLs: Explains the format and structure of Fuchsia package uniform resource locators (URLs).
  • Fuchsia package server: Explains the Fuchsia package server and its role in delivering trusted software updates.

Software updates

  • OTA updates: Explains the details of how the OTA (Over The Air) update process works in Fuchsia.
  • The update package: Explains the contents of the update package, containing files and rules for system updates.
  • Software update system: Explains Fuchsia's software update system and its use of The Update Framework (TUF).
  • Garbage collection: Explains the garbage collection process performed to free up disk space on a device for OTA.

Additional resources

For more information on creating, building, and updating Fuchsia packages, see Developing with Fuchsia packages.