How to Install and Uninstall repo Package on Kali Linux

Last updated: May 12,2024

1. Install "repo" package

Please follow the guidelines below to install repo on Kali Linux

$ sudo apt update $ sudo apt install repo

2. Uninstall "repo" package

This guide let you learn how to uninstall repo on Kali Linux:

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

3. Information about the repo package on Kali Linux

Package: repo
Version: 2.36.1-1
Installed-Size: 412
Maintainer: Android tools Maintainer
Architecture: all
Depends: python3:any, git (>= 1:2.20.0), gnupg, python3-kerberos
Recommends: git (>= 1:2.28.0)
Size: 128416
SHA256: ba11408a359be6ab6b79ebfd7a99cd01c22f6fb60f5f705d3223b7c768a17846
SHA1: 05fa343e0d2288283db773b62c2cf7f4af9c343b
MD5sum: afd288f18af4f3f1fc24f2ec53f63214
Description: 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:
Homepage: https://source.android.com/source/developing.html
Section: contrib/devel
Priority: optional
Filename: pool/contrib/r/repo/repo_2.36.1-1_all.deb