How to Install and Uninstall myrepos Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 06,2024

1. Install "myrepos" package

This guide covers the steps necessary to install myrepos on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install myrepos

2. Uninstall "myrepos" package

This guide let you learn how to uninstall myrepos on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove myrepos $ sudo apt autoclean && sudo apt autoremove

3. Information about the myrepos package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: myrepos
Priority: optional
Section: universe/vcs
Installed-Size: 121
Maintainer: Ubuntu Developers
Original-Maintainer: Richard Hartmann
Architecture: all
Version: 1.20160123
Replaces: mr
Provides: mr
Recommends: libhtml-parser-perl, libio-pty-easy-perl, libwww-perl, perl
Suggests: ack-grep, bzr, curl, cvs, darcs, fossil, git-core | git (>= 1:1.7), kdesdk-scripts, liburi-perl, mercurial, subversion, subversion-tools, vcsh
Filename: pool/universe/m/myrepos/myrepos_1.20160123_all.deb
Size: 38942
MD5sum: cc01cc507a90632aab6534f27ae5a83e
SHA1: feb631b99f26abf835be77a18164310a7f8f38e4
SHA256: 29b4bf23bd080e13116993171ef0c10b78bc5a0232b636dfad1567c3d100ed67
Description-en: tool to manage all your version control repos
The mr(1) command can checkout, update, or perform other actions on
a set of repositories as if they were one combined respository. It
supports any combination of git, svn, mercurial, bzr, darcs, cvs, vcsh,
fossil, and veracity repositories, and support for other version control
systems can easily be added. (There are extensions adding support for unison
and git-svn, among others.)
.
It is extremely configurable via simple shell scripting. Some examples
of things it can do include:
.
* Update a repository no more frequently than once every twelve hours.
* Run an arbitrary command before committing to a repository.
* When updating a git repository, pull from two different upstreams
and merge the two together.
* Run several repository updates in parallel, greatly speeding up
the update process.
* Remember actions that failed due to a laptop being offline, so they
can be retried when it comes back online.
.
This package also includes the webcheckout command.
Description-md5: fd9ec9b9865f140cfc6e5625284bbdfc
Homepage: http://myrepos.branchable.com/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu