linux/a*: add and update Korean translation (#14680)
* linux/a*: add and update Korean translation * Update pages.ko/linux/apt-file.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/ark.md Co-authored-by: Chooooo <contact@choo.ooo> * Update pages.ko/linux/atool.md Co-authored-by: Chooooo <contact@choo.ooo> --------- Co-authored-by: Chooooo <contact@choo.ooo>
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
# add-apt-repository
|
||||
|
||||
> 적절한 저장소 정의를 관리합니다.
|
||||
> `apt` 저장소 정의를 관리합니다.
|
||||
> 더 많은 정보: <https://manned.org/apt-add-repository>.
|
||||
|
||||
- 새로운 APT 레포지토리 추가:
|
||||
- 새 `apt` 저장소 추가:
|
||||
|
||||
`add-apt-repository {{레포지토리_스펙}}`
|
||||
`add-apt-repository {{저장소_명세}}`
|
||||
|
||||
- apt 레포지토리 삭제:
|
||||
- `apt` 저장소 제거:
|
||||
|
||||
`add-apt-repository --remove {{레포지토리_스펙}}`
|
||||
`add-apt-repository --remove {{저장소_명세}}`
|
||||
|
||||
- 저장소 추가 후 패키지 캐시 업데이트:
|
||||
|
||||
`add-apt-repository --update {{레포지토리_스펙}}`
|
||||
`add-apt-repository --update {{저장소_명세}}`
|
||||
|
||||
- 저장소에서 소스 패키지를 다운로드하도록 허용:
|
||||
- 저장소에서 소스 패키지 다운로드 허용:
|
||||
|
||||
`add-apt-repository --enable-source {{레포지토리_스펙}}`
|
||||
`add-apt-repository --enable-source {{저장소_명세}}`
|
||||
|
Reference in New Issue
Block a user