Extrepo - Manage Debian Repositories | Online Free DevTools by Hexmos

Manage Debian repositories with Extrepo. Enable, disable, and update external repositories easily on your Linux system. Free online tool, no registration required.

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}}