How to Install and Uninstall python3-virtualenv-clone.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-virtualenv-clone.noarch" package

This tutorial shows how to install python3-virtualenv-clone.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-virtualenv-clone.noarch

2. Uninstall "python3-virtualenv-clone.noarch" package

Please follow the step by step instructions below to uninstall python3-virtualenv-clone.noarch on Fedora 34:

$ sudo dnf remove python3-virtualenv-clone.noarch $ sudo dnf autoremove

3. Information about the python3-virtualenv-clone.noarch package on Fedora 34

Last metadata expiration check: 1:19:51 ago on Tue Sep 6 14:10:38 2022.
Available Packages
Name : python3-virtualenv-clone
Version : 0.5.4
Release : 3.fc34
Architecture : noarch
Size : 20 k
Source : python-virtualenv-clone-0.5.4-3.fc34.src.rpm
Repository : fedora
Summary : Script to clone virtualenvs
URL : http://pypi.python.org/pypi/virtualenv-clone
License : MIT
Description : virtualenv cloning script.
:
: A script for cloning a non-relocatable virtualenv.
:
: Virtualenv provides a way to make virtualenv's relocatable which could then
: be copied as we 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.