How to Install and Uninstall python3-sympy.x86_64 Package on Fedora 38

Last updated: September 24,2024

1. Install "python3-sympy.x86_64" package

Please follow the guidelines below to install python3-sympy.x86_64 on Fedora 38

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

2. Uninstall "python3-sympy.x86_64" package

This guide covers the steps necessary to uninstall python3-sympy.x86_64 on Fedora 38:

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

3. Information about the python3-sympy.x86_64 package on Fedora 38

Last metadata expiration check: 1:09:31 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-sympy
Version : 1.11.1
Release : 4.fc38
Architecture : x86_64
Size : 18 M
Source : sympy-1.11.1-4.fc38.src.rpm
Repository : fedora
Summary : A Python3 library for symbolic mathematics
URL : https://sympy.org/
License : BSD-3-Clause AND MIT
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.