1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 22:02:09 +02:00
tldr/pages.ko/linux/eselect-repository.md
코드싸이 b23c3160f7
linux/e*: add Korean translation (#14684)
* linux/e*: add Korean translation

* Update pages.ko/linux/e2undo.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/e2undo.md

Co-authored-by: Chooooo <contact@choo.ooo>

* Update pages.ko/linux/eyed3.md

Co-authored-by: Chooooo <contact@choo.ooo>

---------

Co-authored-by: Chooooo <contact@choo.ooo>
2024-11-08 16:21:16 +09:00

1 KiB

eselect repository

Portage를 위한 ebuild 저장소를 구성하는 eselect 모듈. 저장소를 활성화한 후에는 emerge --sync repo_name을 실행하여 ebuild를 다운로드해야 합니다. 더 많은 정보: https://wiki.gentoo.org/wiki/Eselect/Repository.

eselect repository list

  • 활성화된 저장소 나열:

eselect repository list -i

  • list 명령에서 이름이나 색인으로 저장소 활성화:

eselect repository enable {{이름|색인}}

  • 등록되지 않은 저장소 활성화:

eselect repository add {{이름}} {{rsync|git|mercurial|svn|...}} {{동기화_URI}}

  • 저장소의 내용을 제거하지 않고 비활성화:

eselect repository disable {{저장소1 저장소2 ...}}

  • 저장소를 비활성화하고 내용을 제거:

eselect repository remove {{저장소1 저장소2 ...}}

  • 로컬 저장소를 생성하고 활성화:

eselect repository create {{이름}} {{경로/대상/저장소}}