10 lines
395 B
Markdown
10 lines
395 B
Markdown
![]() |
# Package
|
||
|
|
||
|
Once the recipe has been built, the produced files are put in a package.
|
||
|
There are multiple packages format: `ipk`,`rpm`,`deb`,`tar`, ...
|
||
|
|
||
|
These packages are automatically installed to the final disk image.
|
||
|
|
||
|
They can also be installed later on the system with a package manager
|
||
|
|
||
|
See [Package Management (deb)](../5-misc/pkgmgr.md) for how to serve those packages (as a debian mirror).
|