How to Install and Uninstall python3-reprozip Package on Kali Linux

Last updated: May 17,2024

1. Install "python3-reprozip" package

Here is a brief guide to show you how to install python3-reprozip on Kali Linux

$ sudo apt update $ sudo apt install python3-reprozip

2. Uninstall "python3-reprozip" package

Please follow the instructions below to uninstall python3-reprozip on Kali Linux:

$ sudo apt remove python3-reprozip $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-reprozip package on Kali Linux

Package: python3-reprozip
Source: reprozip
Version: 1.3-2
Installed-Size: 252
Maintainer: Debian Science Maintainers
Architecture: amd64
Depends: python3 (<< 3.13), python3 (>= 3.11~), python3-distro, python3-requests, python3-rpaths, python3-usagestats, python3-yaml, python3:any, libc6 (>= 2.33), libsqlite3-0 (>= 3.5.9)
Size: 53304
SHA256: 0f0228c14396f7e574ed3922b0f93517dcc1459efe3ed544e7f963f47ed24f8a
SHA1: 562d3cec5d1a0bd41f04e231485623c6e7d852f0
MD5sum: 853e5868e290ae56f974fb7a60e18a74
Description: modules for the ReproZip packer
ReproZip is a tool aimed at simplifying the process of creating
reproducible experiments from command-line executions, a frequently-used
common denominator in computational science.
.
It tracks operating system calls and creates a package that contains
all the binaries, files and dependencies required to run a given
command on the author’s computational environment (packing step). A
reviewer can then extract the experiment in his environment to
reproduce the results (unpacking step).
.
This package provides the modules for Python 3.
Description-md5:
Homepage: https://www.reprozip.org
Section: python
Priority: optional
Filename: pool/main/r/reprozip/python3-reprozip_1.3-2_amd64.deb