mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
tlmgr-check: add page (#6586)
This commit is contained in:
parent
c4e73acbcd
commit
2d26897c71
1 changed files with 28 additions and 0 deletions
28
pages/common/tlmgr-check.md
Normal file
28
pages/common/tlmgr-check.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# tlmgr check
|
||||||
|
|
||||||
|
> Check the consistency of a TeX Live installation.
|
||||||
|
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
||||||
|
|
||||||
|
- Check the consistency of the whole TeX Live installation:
|
||||||
|
|
||||||
|
`tlmgr check all`
|
||||||
|
|
||||||
|
- Check the consistency of the whole TeX Live information in verbose mode:
|
||||||
|
|
||||||
|
`tlmgr check all -v`
|
||||||
|
|
||||||
|
- Check for missing dependencies:
|
||||||
|
|
||||||
|
`tlmgr check depends`
|
||||||
|
|
||||||
|
- Check if all TeX Live executables are present:
|
||||||
|
|
||||||
|
`tlmgr check executes`
|
||||||
|
|
||||||
|
- Check if all files listed in the local TLPDB are present:
|
||||||
|
|
||||||
|
`tlmgr check files`
|
||||||
|
|
||||||
|
- Check for duplicate filenames in the runfiles sections:
|
||||||
|
|
||||||
|
`tlmgr check runfiles`
|
Loading…
Add table
Reference in a new issue