How to Install and Uninstall repo Package on Ubuntu 20.10 (Groovy Gorilla)

Last updated: May 14,2024

1. Install "repo" package

This is a short guide on how to install repo on Ubuntu 20.10 (Groovy Gorilla)

$ sudo apt update $ sudo apt install repo

2. Uninstall "repo" package

This guide let you learn how to uninstall repo on Ubuntu 20.10 (Groovy Gorilla):

$ sudo apt remove repo $ sudo apt autoclean && sudo apt autoremove

3. Information about the repo package on Ubuntu 20.10 (Groovy Gorilla)

Package: repo
Architecture: all
Version: 2.9-1
Priority: optional
Section: multiverse/devel
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Android tools Maintainer
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 330
Depends: python3:any, git (>= 1.7.2), gnupg, python3-kerberos
Filename: pool/multiverse/r/repo/repo_2.9-1_all.deb
Size: 96008
MD5sum: 7b47a39cd7f54ba7063853982a3e7485
SHA1: b40ee3065621945e888ef7e0507132fcc9a295a3
SHA256: b53485d8d67b511774953d2c861a168e35ee49860016602901a00d105630863e
SHA512: 0b475c42a349571af53dc170ff36e541a1970973ae879d1e427746c6a09ec456e7185b46074d21ddac17920fd7c03d3ce92df3d3f6e1b3d6ded4a72f647fd3a3
Homepage: https://source.android.com/source/developing.html
Description-en: repository management tool built on top of git
Repo is a repository management tool that the Android developers built on top
of Git. Repo unifies the many Git repositories when necessary, does the
uploads to the Android revision control system, and automates parts of the
Android development workflow. Repo is not meant to replace Git, only to make
it easier to work with Git in the context of Android. The repo command is an
executable Python script that you can put anywhere in your path. In working
with the Android source files, you will use Repo for across-network
operations. For example, with a single Repo command you can download files
from multiple repositories into your local working directory.
.
repo is an unusual tool because it downloads all of its own Python modules
using GPG-signed git tags, and stores those files as part of the project that
it is working with. So this package just provides the wrapper script, which
provides the GPG signing keys for verifying that the correct Python code was
downloaded.
Description-md5: 1496a967d4bcbc0d6ebc3348869abf22