Linux command
extrepo 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Search
extrepo search keyword
Enable
sudo extrepo enable repository_name
Disable
sudo extrepo disable repository_name
Update
sudo extrepo update repository_name
List
extrepo search
说明
extrepo manages external Debian repositories in a secure, standardized way. It provides a curated collection of third-party repositories that have been vetted by the Debian project, each with verified GPG keys and proper configuration. Instead of manually editing /etc/apt/sources.list or using add-apt-repository with untrusted sources, extrepo offers a safe method to enable popular external repositories like Docker, Node.js, Kubernetes, and other projects. All repository configurations are maintained centrally and include proper security verification. This tool helps avoid common pitfalls like insecure repository additions, missing GPG keys, or incorrect sources.list syntax when adding third-party software sources to Debian systems.
参数
- search KEYWORD
- Search for repositories matching keyword (or list all if no keyword)
- enable REPO
- Enable the specified repository
- disable REPO
- Disable the specified repository
- update REPO
- Update the repository configuration
FAQ
What is the extrepo command used for?
extrepo manages external Debian repositories in a secure, standardized way. It provides a curated collection of third-party repositories that have been vetted by the Debian project, each with verified GPG keys and proper configuration. Instead of manually editing /etc/apt/sources.list or using add-apt-repository with untrusted sources, extrepo offers a safe method to enable popular external repositories like Docker, Node.js, Kubernetes, and other projects. All repository configurations are maintained centrally and include proper security verification. This tool helps avoid common pitfalls like insecure repository additions, missing GPG keys, or incorrect sources.list syntax when adding third-party software sources to Debian systems.
How do I run a basic extrepo example?
Run `extrepo search keyword` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does search KEYWORD do in extrepo?
Search for repositories matching keyword (or list all if no keyword)