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>
pull/23/head
tellmeY18 2023-10-08 20:02:38 +05:30 committed by GitHub
parent 974b20ffd9
commit 0214043116
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 21 additions and 0 deletions

21
pages/linux/extrepo.md Normal file
View 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}}`