How to Install and Uninstall pyenv Package on openSuSE Tumbleweed
Last updated: December 23,2024
1. Install "pyenv" package
This guide covers the steps necessary to install pyenv on openSuSE Tumbleweed
$
sudo zypper refresh
Copied
$
sudo zypper install
pyenv
Copied
2. Uninstall "pyenv" package
In this section, we are going to explain the necessary steps to uninstall pyenv on openSuSE Tumbleweed:
$
sudo zypper remove
pyenv
Copied
3. Information about the pyenv package on openSuSE Tumbleweed
Information for package pyenv:
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : pyenv
Version : 2.3.36-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.5 MiB
Installed : No
Status : not installed
Source package : pyenv-2.3.36-1.1.src
Upstream URL : https://github.com/pyenv/pyenv
Summary : Python Version Management
Description :
pyenv lets the user switch between multiple versions of Python.
This project was forked from rbenv and ruby-build, and modified for Python.
------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : pyenv
Version : 2.3.36-1.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.5 MiB
Installed : No
Status : not installed
Source package : pyenv-2.3.36-1.1.src
Upstream URL : https://github.com/pyenv/pyenv
Summary : Python Version Management
Description :
pyenv lets the user switch between multiple versions of Python.
This project was forked from rbenv and ruby-build, and modified for Python.