LinuxCommandLibrary

extrepo

Manage external Debian repositories.

TLDR

Search for a given package

$ extrepo search [package]
copy


Enable the repository
$ sudo extrepo enable [repository_name]
copy


Disable the repository
$ sudo extrepo disable [repository_name]
copy


Update the repository
$ sudo extrepo update [repository_name]
copy

Copied to clipboard