How to Install and Uninstall virtualenv-clone Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 04,2024

1. Install "virtualenv-clone" package

Please follow the steps below to install virtualenv-clone on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install virtualenv-clone

2. Uninstall "virtualenv-clone" package

Here is a brief guide to show you how to uninstall virtualenv-clone on Ubuntu 16.04 LTS (Xenial Xerus):

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

3. Information about the virtualenv-clone package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: virtualenv-clone
Priority: optional
Section: universe/python
Installed-Size: 68
Maintainer: Ubuntu Developers
Original-Maintainer: Jan Dittberner
Architecture: all
Version: 0.2.5-1
Depends: python (>= 2.7), python (<< 2.8), python:any (>= 2.7.1-0ubuntu2)
Filename: pool/universe/v/virtualenv-clone/virtualenv-clone_0.2.5-1_all.deb
Size: 7428
MD5sum: 6afb3cc7fbe3b844a219c4d0364d2a89
SHA1: 7c2e9c6b418eefed86bbc950351e080df762613e
SHA256: bdb5b8771a3f60d6d236b5198ff9bd54251dbf5b4c26c9ad0612ae07c9c77c0b
Description-en: script for cloning a non-relocatable virtualenv
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.
Description-md5: e4d109442a1cff729618acaff7c3b19a
Homepage: https://pypi.python.org/pypi/virtualenv-clone
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu