You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
installs can be distributed in a compressed ISO archive <package>.<version>.ISO.Z
the install archive would contain all the files to install and a manifest with information like the
Downlaod URL
Version number
Dependancies (System, other installation packages) System provided installer function
backup any files which will be overridden by the installer and the current kernel and Compiler into an <package>.<version>.uninstall.ISO.Z or uninstall.<package>.<version>.ISO.Z
Copy the files fom the installer package into the system
Recompile kernal and compiler
Maintain a System registry of packages which have been installed (and the order) System provided uninstall function
uninstall all package installs which have come after this install
uninstall by deleting all files which came in th einstall package from the system, then restoring all the files in the uninstall ISO (including the kernel and Compiler)
reinstall all the install packages that cam after
Some system level utilities for quering whats installed, what files were provided by an install etc.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
The idea for an installation package manager is:
<package>.<version>.ISO.Zthe install archive would contain all the files to install and a manifest with information like the
System provided installer function
<package>.<version>.uninstall.ISO.Zoruninstall.<package>.<version>.ISO.ZSystem provided uninstall function
Some system level utilities for quering whats installed, what files were provided by an install etc.
All reactions