mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-19 10:01:30 +00:00
Update cheatsheets
This commit is contained in:
38
tlmgr
Normal file
38
tlmgr
Normal file
@@ -0,0 +1,38 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# tlmgr
|
||||
|
||||
> Manages packages and configuration options of an existing TeX Live installation.
|
||||
> Some subcommands such as `tlmgr paper` have their own usage documentation.
|
||||
> More information: <https://www.tug.org/texlive/tlmgr.html>.
|
||||
|
||||
- Install a package and its dependencies:
|
||||
|
||||
`tlmgr install {{package}}`
|
||||
|
||||
- Remove a package and its dependencies:
|
||||
|
||||
`tlmgr remove {{package}}`
|
||||
|
||||
- Display information about a package:
|
||||
|
||||
`tlmgr info {{package}}`
|
||||
|
||||
- Update all packages:
|
||||
|
||||
`tlmgr update --all`
|
||||
|
||||
- Show possible updates without updating anything:
|
||||
|
||||
`tlmgr update --list`
|
||||
|
||||
- Start a GUI version of tlmgr:
|
||||
|
||||
`tlmgr gui`
|
||||
|
||||
- List all TeX Live configurations:
|
||||
|
||||
`tlmgr conf`
|
||||
Reference in New Issue
Block a user