apt-add-repository
Manages apt repository definitions.
- Add a new apt repository:
apt-add-repository {repository_spec}
- Remove an apt repository:
apt-add-repository --remove {repository_spec}
- Update the package cache after adding a repository:
apt-add-repository --update {repository_spec}
- Enable source packages:
apt-add-repository --enable-source {repository_spec}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).