How to Install and Uninstall python2-roman Package on openSUSE Leap

Last updated: June 29,2024

1. Install "python2-roman" package

This tutorial shows how to install python2-roman on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-roman

2. Uninstall "python2-roman" package

Please follow the steps below to uninstall python2-roman on openSUSE Leap:

$ sudo zypper remove python2-roman

3. Information about the python2-roman package on openSUSE Leap

Information for package python2-roman:
--------------------------------------
Repository : Main Repository
Name : python2-roman
Version : 3.2-bp153.1.14
Arch : noarch
Vendor : openSUSE
Installed Size : 9,8 KiB
Installed : No
Status : not installed
Source package : python-roman-3.2-bp153.1.14.src
Summary : Integer to Roman numerals converter
Description :
This module converts from and to Roman numerals. It can convert numbers from
1 to 4999 and understands the common shortcuts (IX == 9), but not illegal ones (MIM == 1999).