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

Last updated: May 09,2024

1. Install "python3-reprounzip" package

This tutorial shows how to install python3-reprounzip on Kali Linux

$ sudo apt update $ sudo apt install python3-reprounzip

2. Uninstall "python3-reprounzip" package

Here is a brief guide to show you how to uninstall python3-reprounzip on Kali Linux:

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

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

Package: python3-reprounzip
Source: reprounzip
Version: 1.3-2
Installed-Size: 261
Maintainer: Debian Science Maintainers
Architecture: all
Depends: python3-distro, python3-pyelftools, python3-requests, python3-rpaths, python3-usagestats, python3-yaml, python3:any
Size: 50404
SHA256: 36dc74380a0824fec917c0524cf33dcdd695af2cb9e4f4e77825691746787dfa
SHA1: 8949f991a4ae8946974e1a26f8d0216117de3e6e
MD5sum: 4ca43f204b89107cef0adcd9b66799db
Description: modules for the ReproZip unpacker
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/reprounzip/python3-reprounzip_1.3-2_all.deb