How to Install and Uninstall python3-virtualenv-clone Package on Kali Linux

Last updated: May 12,2024

1. Install "python3-virtualenv-clone" package

In this section, we are going to explain the necessary steps to install python3-virtualenv-clone on Kali Linux

$ sudo apt update $ sudo apt install python3-virtualenv-clone

2. Uninstall "python3-virtualenv-clone" package

Please follow the guidelines below to uninstall python3-virtualenv-clone on Kali Linux:

$ sudo apt remove python3-virtualenv-clone $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-virtualenv-clone package on Kali Linux

Package: python3-virtualenv-clone
Source: virtualenv-clone
Version: 0.3.0-2
Installed-Size: 39
Maintainer: Jan Dittberner
Architecture: all
Replaces: virtualenv-clone (<< 0.3.0-1.2~)
Depends: python3:any
Conflicts: python-virtualenv-clone
Breaks: virtualenv-clone (<< 0.3.0-1.2~)
Size: 8820
SHA256: d08306dcea39127860e43dc54496c6e29caa7d6e192a80f0112f11e69873fcb8
SHA1: dd32f2f74a2d712fc6d57c4a9386e1e22354d1dc
MD5sum: 596fa6c04db831c7684691cc37476855
Description: script for cloning a non-relocatable virtualenv (Python3)
Virtualenv provides a way to make virtualenv's relocatable which could then be
copied as wanted. However making a virtualenv relocatable this way breaks
the no-site-packages isolation of the virtualenv as well as other aspects that
come with relative paths and '/usr/bin/env' shebangs that may be undesirable.
.
Also, the .pth and .egg-link rewriting doesn't seem to work as intended. This
attempts to overcome these issues and provide a way to easily clone an
existing virtualenv.
.
This is the Python3 package.
Description-md5:
Homepage: https://pypi.org/project/virtualenv-clone/
Section: python
Priority: optional
Filename: pool/main/v/virtualenv-clone/python3-virtualenv-clone_0.3.0-2_all.deb