How to Install and Uninstall python-dtopt Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python-dtopt" package

This guide covers the steps necessary to install python-dtopt on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python-dtopt

2. Uninstall "python-dtopt" package

Please follow the step by step instructions below to uninstall python-dtopt on openSUSE Leap:

$ sudo zypper remove python-dtopt

3. Information about the python-dtopt package on openSUSE Leap

Information for package python-dtopt:
-------------------------------------
Repository : Main Repository
Name : python-dtopt
Version : 0.1-bp153.1.13
Arch : noarch
Vendor : openSUSE
Installed Size : 9,8 KiB
Installed : No
Status : not installed
Source package : python-dtopt-0.1-bp153.1.13.src
Summary : Add options to doctest examples while they are running
Description :
When using the doctest module it is often convenient to use the ELLIPSIS option,
which allows you to use ... as a wildcard. But you either have to setup the test
runner to use this option, or you must put #doctest: +ELLIPSIS on every example
that uses this feature.