How to Install and Uninstall pyenv Package on openSuSE Tumbleweed

Last updated: May 03,2024

1. Install "pyenv" package

This guide covers the steps necessary to install pyenv on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install pyenv

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

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.