tlmgr*: add Korean translation (#14526)

This commit is contained in:
코드싸이
2024-11-02 02:53:53 +09:00
committed by GitHub
parent 3eda65e26e
commit b55e7a383d
23 changed files with 563 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# tlmgr update
> TeX Live 패키지 업데이트.
> 더 많은 정보: <https://www.tug.org/texlive/tlmgr.html>.
- 모든 TeX Live 패키지를 업데이트:
`sudo tlmgr update --all`
- tlmgr 자체 업데이트:
`sudo tlmgr update --self`
- 특정 패키지 업데이트:
`sudo tlmgr update {{패키지}}`
- 특정 패키지를 제외하고 모든 패키지 업데이트:
`sudo tlmgr update --all --exclude {{패키지}}`
- 현재 패키지의 백업을 만들며 모든 패키지 업데이트:
`sudo tlmgr update --all --backup`
- 의존성을 업데이트하지 않고 특정 패키지 업데이트:
`sudo tlmgr update --no-depends {{패키지}}`
- 아무런 변경 없이 모든 패키지 업데이트를 시뮬레이션:
`sudo tlmgr update --all --dry-run`