tlmgr-restore:tldr:69f93
tlmgr-restore: Perform a dry-run and print all taken actions without making them.
$ tlmgr restore --dry-run ${package} ${revision}
try on your machine
This command is used in TeX Live package manager (tlmgr) to simulate the restoration of a TeX Live package to a specific revision. However, the "--dry-run" flag indicates that it is running in a test mode and won't actually perform any actions. The variables ${package} and ${revision} need to be replaced with the name of the package and the desired revision number respectively.
In summary, this command allows you to preview the restoration process for a specific TeX Live package without actually making any changes.
This explanation was created by an AI. In most cases those are correct. But please always be careful and
never run a command you are not sure if it is safe.