mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
extrepo: add page (#10876)
* extrepo: add page --------- Co-authored-by: Vysakh Premkumar <vysakhpr218@gmail.com> Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
parent
974b20ffd9
commit
0214043116
1 changed files with 21 additions and 0 deletions
21
pages/linux/extrepo.md
Normal file
21
pages/linux/extrepo.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# extrepo
|
||||
|
||||
> Manage external Debian repositories.
|
||||
> It is used to manage external repositories in Debian.
|
||||
> More information: <https://manned.org/extrepo.1p>.
|
||||
|
||||
- Search for a given package:
|
||||
|
||||
`extrepo search {{package}}`
|
||||
|
||||
- Enable the repository:
|
||||
|
||||
`sudo extrepo enable {{repository_name}}`
|
||||
|
||||
- Disable the repository:
|
||||
|
||||
`sudo extrepo disable {{repository_name}}`
|
||||
|
||||
- Update the repository:
|
||||
|
||||
`sudo extrepo update {{repository_name}}`
|
Loading…
Add table
Reference in a new issue