How to Install and Uninstall python310-time-machine Package on openSuSE Tumbleweed

Last updated: June 03,2024

1. Install "python310-time-machine" package

Please follow the step by step instructions below to install python310-time-machine on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-time-machine

2. Uninstall "python310-time-machine" package

This guide covers the steps necessary to uninstall python310-time-machine on openSuSE Tumbleweed:

$ sudo zypper remove python310-time-machine

3. Information about the python310-time-machine package on openSuSE Tumbleweed

Information for package python310-time-machine:
-----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-time-machine
Version : 2.13.0-1.4
Arch : x86_64
Vendor : openSUSE
Installed Size : 101.7 KiB
Installed : No
Status : not installed
Source package : python-time-machine-2.13.0-1.4.src
Upstream URL : https://github.com/adamchainz/time-machine
Summary : Travel through time in your tests
Description :
This library mocks all functions from Python's standard library that return the current date or datetime.
It can be used independently, as a function decorator, or as a context manager.