eselect repository
linux
An `eselect` module for configuring ebuild repositories for Portage. After enabling a repository, you have to run `emerge --sync repo_name` to download ebuilds.
More info →Examples (7)
List all ebuild repositories registered on <https://repos.gentoo.org>
eselect repository listList enabled repositories
eselect repository list -iEnable a repository from the list by its name or index from the `list` command
eselect repository enable name|indexEnable an unregistered repository
eselect repository add name rsync|git|mercurial|svn|... sync_uriDisable repositories without removing their contents
eselect repository disable repo1 repo2 ...Disable repositories and remove their contents
eselect repository remove repo1 repo2 ...Create a local repository and enable it
eselect repository create name path/to/repomade by @shridhargupta | data from tldr-pages