mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-29 14:35:30 +02:00
add-apt-repository: add Korean translation (#11143)
This commit is contained in:
parent
c10b3e039d
commit
ca34f0e48f
1 changed files with 20 additions and 0 deletions
20
pages.ko/linux/add-apt-repository.md
Normal file
20
pages.ko/linux/add-apt-repository.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# add-apt-repository
|
||||||
|
|
||||||
|
> 적절한 저장소 정의를 관리합니다.
|
||||||
|
> 더 많은 정보: <https://manned.org/apt-add-repository>.
|
||||||
|
|
||||||
|
- 새로운 apt 레포지토리 추가:
|
||||||
|
|
||||||
|
`add-apt-repository {{레포지토리_스펙}}`
|
||||||
|
|
||||||
|
- apt 레포지토리 삭제:
|
||||||
|
|
||||||
|
`add-apt-repository --remove {{레포지토리_스펙}}`
|
||||||
|
|
||||||
|
- 저장소 추가 후 패키지 캐시 업데이트:
|
||||||
|
|
||||||
|
`add-apt-repository --update {{레포지토리_스펙}}`
|
||||||
|
|
||||||
|
- 저장소에서 소스 패키지를 다운로드하도록 허용:
|
||||||
|
|
||||||
|
`add-apt-repository --enable-source {{레포지토리_스펙}}`
|
Loading…
Add table
Reference in a new issue