How to Install and Uninstall python3-sympy.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "python3-sympy.noarch" package

This tutorial shows how to install python3-sympy.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install python3-sympy.noarch

2. Uninstall "python3-sympy.noarch" package

Please follow the guidelines below to uninstall python3-sympy.noarch on Fedora 34:

$ sudo dnf remove python3-sympy.noarch $ sudo dnf autoremove

3. Information about the python3-sympy.noarch package on Fedora 34

Last metadata expiration check: 1:04:20 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : python3-sympy
Version : 1.8
Release : 1.fc34
Architecture : noarch
Size : 11 M
Source : sympy-1.8-1.fc34.src.rpm
Repository : updates
Summary : A Python3 library for symbolic mathematics
URL : http://sympy.org/
License : BSD
Description : SymPy aims to become a full-featured computer algebra system (CAS)
: while keeping the code as simple as possible in order to be
: comprehensible and easily extensible. SymPy is written entirely in
: Python and does not require any external libraries.