How to Install and Uninstall python3-virtualenv-clone.noarch Package on Rocky Linux 8
Last updated: November 13,2024
1. Install "python3-virtualenv-clone.noarch" package
This guide let you learn how to install python3-virtualenv-clone.noarch on Rocky Linux 8
$
sudo dnf update
Copied
$
sudo dnf install
python3-virtualenv-clone.noarch
Copied
2. Uninstall "python3-virtualenv-clone.noarch" package
In this section, we are going to explain the necessary steps to uninstall python3-virtualenv-clone.noarch on Rocky Linux 8:
$
sudo dnf remove
python3-virtualenv-clone.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-virtualenv-clone.noarch package on Rocky Linux 8
Last metadata expiration check: 1:36:51 ago on Mon Sep 12 10:27:18 2022.
Available Packages
Name : python3-virtualenv-clone
Version : 0.5.4
Release : 1.el8
Architecture : noarch
Size : 21 k
Source : python-virtualenv-clone-0.5.4-1.el8.src.rpm
Repository : epel
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.
Available Packages
Name : python3-virtualenv-clone
Version : 0.5.4
Release : 1.el8
Architecture : noarch
Size : 21 k
Source : python-virtualenv-clone-0.5.4-1.el8.src.rpm
Repository : epel
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.