mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

View File

@@ -0,0 +1,20 @@
# mamba repoquery
> conda 및 mamba 패키지 저장소와 패키지 의존성을 효율적으로 조회.
> 더 많은 정보: <https://mamba.readthedocs.io/en/latest/user_guide/mamba.html#repoquery>.
- 특정 패키지의 사용 가능한 모든 버전 검색:
`mamba repoquery search {{패키지}}`
- 특정 제약 조건을 만족하는 모든 패키지 검색:
`mamba repoquery search {{sphinx<5}}`
- 현재 활성화된 환경에 설치된 패키지의 의존성을 트리 형식으로 나열:
`mamba repoquery depends --tree {{scipy}}`
- 특정 패키지의 설치가 필요한 현재 환경의 패키지를 출력 (`depends`의 역방향):
`mamba repoquery whoneeds {{ipython}}`