Описание тега packaging
Packaging is a configuration management process involved with capturing the knowledge needed to install or uninstall software on a target system.
Packaging is a configuration management process involved with capturing the knowledge needed to install or uninstall software on a target system. This involves describing where the software and data should be installed on the target system, as well as any preprocessing or post-processing activities that need to be carried out when installing or uninstalling.
Resources:
- RPM - The Red Hat Package Manager
- APT - Debian's Advanced Package Tool
- PyPI - The Python Package Index
- Django Packages - Index of Django Packages