Linux command
tlmgr-restore 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List available backups
tlmgr restore
Restore package
tlmgr restore [package] [revision]
Restore all from backup
tlmgr restore --all
说明
tlmgr restore restores TeX Live packages from backups. Reverts to previous versions after problematic updates. Part of TeX Live Manager.
参数
- --all
- Restore all packages.
- --backupdir _dir_
- Backup source directory.
- --dry-run
- Show what would be restored.
FAQ
What is the tlmgr-restore command used for?
tlmgr restore restores TeX Live packages from backups. Reverts to previous versions after problematic updates. Part of TeX Live Manager.
How do I run a basic tlmgr-restore example?
Run `tlmgr restore` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --all do in tlmgr-restore?
Restore all packages.