Skip to content

Commit

Permalink
Remove dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Oct 11, 2024
1 parent aca8f32 commit 85f5c89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ We concur. This is a good example of cross-pollination of good ideas between dev
2. Dependency management.
3. Distribution via standardized repository layouts, metadata and protocol.
4. Transactional install/upgrade/uninstall via package managers.
5. Managing configuration files: OS packages know how to manage files that are expected to change after installation so you don't lose your changes when you uninstall or override when you upgrade. e.g. rpm's [%config macro](https://web.archive.org/web/20230926132600/http://www.cl.cam.ac.uk/~jw35/docs/rpm_config.html).
5. Managing configuration files: OS packages know how to manage files that are expected to change after installation so you don't lose your changes when you uninstall or override when you upgrade. e.g. rpm's %config macro.
6. File verification: Packages have built-in checksums, which can be used for verification before a package is extracted and installed.
7. Signature verification (e.g. [rpm](https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/s1-check-rpm-sig)).
8. Idempotence - Issuing the same package install/upgrade/uninstall multiple times leaves the system in the same state as issuing it once.
Expand Down

0 comments on commit 85f5c89

Please sign in to comment.