tlmgr-dump-tlpdb, tlmgr-recreate-tlpdb: add page (#8290)
This commit is contained in:
16
pages/common/tlmgr-dump-tlpdb.md
Normal file
16
pages/common/tlmgr-dump-tlpdb.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# tlmgr dump-tlpdb
|
||||
|
||||
> Dump the TeX Live package database.
|
||||
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
||||
|
||||
- Dump the local package database:
|
||||
|
||||
`tlmgr dump-tlpdb --local`
|
||||
|
||||
- Dump the remote package database:
|
||||
|
||||
`tlmgr dump-tlpdb --remote`
|
||||
|
||||
- Dump the local package database as JSON:
|
||||
|
||||
`tlmgr dump-tlpdb --local --json`
|
9
pages/common/tlmgr-recreate-tlpdb.md
Normal file
9
pages/common/tlmgr-recreate-tlpdb.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# tlmgr recreate-tlpdb
|
||||
|
||||
> Recreate the TeX Live package database.
|
||||
> This command has a lack of documentation and should be used with caution.
|
||||
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
||||
|
||||
- Recreate the `texlive.tlpdb` database file and dump it to stdout:
|
||||
|
||||
`sudo tlmgr recreate-tlpdb`
|
Reference in New Issue
Block a user