How to Install and Uninstall pyenv Package on openSUSE Leap
Last updated: November 23,2024
1. Install "pyenv" package
This tutorial shows how to install pyenv on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
pyenv
Copied
2. Uninstall "pyenv" package
This tutorial shows how to uninstall pyenv on openSUSE Leap:
$
sudo zypper remove
pyenv
Copied
3. Information about the pyenv package on openSUSE Leap
Information for package pyenv:
------------------------------
Repository : Main Repository
Name : pyenv
Version : 2.3.5-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : pyenv-2.3.5-bp155.1.6.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 : Main Repository
Name : pyenv
Version : 2.3.5-bp155.1.6
Arch : x86_64
Vendor : openSUSE
Installed Size : 1.2 MiB
Installed : No
Status : not installed
Source package : pyenv-2.3.5-bp155.1.6.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.