1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 17:35:27 +02:00

add-apt-repository: add Korean translation (#11143)

This commit is contained in:
HoJeong Im 2023-10-22 15:45:32 +09:00 committed by GitHub
parent c10b3e039d
commit ca34f0e48f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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 {{레포지토리_스펙}}`