How to Install and Uninstall python3-sieve.noarch Package on Fedora 38
Last updated: November 28,2024
1. Install "python3-sieve.noarch" package
Please follow the guidelines below to install python3-sieve.noarch on Fedora 38
$
sudo dnf update
Copied
$
sudo dnf install
python3-sieve.noarch
Copied
2. Uninstall "python3-sieve.noarch" package
Please follow the step by step instructions below to uninstall python3-sieve.noarch on Fedora 38:
$
sudo dnf remove
python3-sieve.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-sieve.noarch package on Fedora 38
Last metadata expiration check: 4:59:18 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-sieve
Version : 0.1.9
Release : 28.fc38
Architecture : noarch
Size : 29 k
Source : python-sieve-0.1.9-28.fc38.src.rpm
Repository : fedora
Summary : XML Comparison Utils
URL : https://pypi.python.org/pypi/sieve
License : MIT
Description : Ripped from FormEncode and strainer just to support Pythons 2 and 3.
: Intended for use in your webapp test suites.
:
: Example usage::
:
: >>> from sieve.operators import eq_xml, in_xml
: >>> a = "Value "
: >>> b = """
: ...
: ...
: ... Value
: ...
: ...
: ... """
: >>> eq_xml(a, b)
: True
: >>> c = "Value
: >>> in_xml(a, c) # 'needle' in a 'haystack'
: True
Available Packages
Name : python3-sieve
Version : 0.1.9
Release : 28.fc38
Architecture : noarch
Size : 29 k
Source : python-sieve-0.1.9-28.fc38.src.rpm
Repository : fedora
Summary : XML Comparison Utils
URL : https://pypi.python.org/pypi/sieve
License : MIT
Description : Ripped from FormEncode and strainer just to support Pythons 2 and 3.
: Intended for use in your webapp test suites.
:
: Example usage::
:
: >>> from sieve.operators import eq_xml, in_xml
: >>> a = "
: >>> b = """
: ...
: ...
: ... Value
: ...
: ...
: ... """
: >>> eq_xml(a, b)
: True
: >>> c = "
: True