How to Install and Uninstall python3-zc-customdoctests.noarch Package on Fedora 34
Last updated: November 28,2024
1. Install "python3-zc-customdoctests.noarch" package
Here is a brief guide to show you how to install python3-zc-customdoctests.noarch on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
python3-zc-customdoctests.noarch
Copied
2. Uninstall "python3-zc-customdoctests.noarch" package
This guide let you learn how to uninstall python3-zc-customdoctests.noarch on Fedora 34:
$
sudo dnf remove
python3-zc-customdoctests.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-zc-customdoctests.noarch package on Fedora 34
Last metadata expiration check: 0:20:20 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-zc-customdoctests
Version : 1.0.1
Release : 26.fc34
Architecture : noarch
Size : 20 k
Source : python-zc-customdoctests-1.0.1-26.fc34.src.rpm
Repository : fedora
Summary : Use doctest with other languages
URL : http://pypi.python.org/pypi/zc.customdoctests
License : ZPLv2.1
Description : doctest (and recently manuel) provide hooks for using custom doctest
: parsers. `zc.customdoctests` helps to leverage this to support other
: languages, such as JavaScript::
:
: js> function double (x) { ... return x*2; ... } js> double(2) 4
:
: And with manuel, it facilitates doctests that mix multiple languages,
: such as Python, JavaScript, and sh.
Available Packages
Name : python3-zc-customdoctests
Version : 1.0.1
Release : 26.fc34
Architecture : noarch
Size : 20 k
Source : python-zc-customdoctests-1.0.1-26.fc34.src.rpm
Repository : fedora
Summary : Use doctest with other languages
URL : http://pypi.python.org/pypi/zc.customdoctests
License : ZPLv2.1
Description : doctest (and recently manuel) provide hooks for using custom doctest
: parsers. `zc.customdoctests` helps to leverage this to support other
: languages, such as JavaScript::
:
: js> function double (x) { ... return x*2; ... } js> double(2) 4
:
: And with manuel, it facilitates doctests that mix multiple languages,
: such as Python, JavaScript, and sh.