How to Install and Uninstall pynac.x86_64 Package on Fedora 35

Last updated: October 06,2024

1. Install "pynac.x86_64" package

Please follow the steps below to install pynac.x86_64 on Fedora 35

$ sudo dnf update $ sudo dnf install pynac.x86_64

2. Uninstall "pynac.x86_64" package

Please follow the guidance below to uninstall pynac.x86_64 on Fedora 35:

$ sudo dnf remove pynac.x86_64 $ sudo dnf autoremove

3. Information about the pynac.x86_64 package on Fedora 35

Last metadata expiration check: 0:38:22 ago on Wed Sep 7 14:25:02 2022.
Available Packages
Name : pynac
Version : 0.7.29
Release : 1.fc35
Architecture : x86_64
Size : 668 k
Source : pynac-0.7.29-1.fc35.src.rpm
Repository : fedora
Summary : Manipulation of symbolic expressions
URL : http://pynac.org/
License : GPLv2+
Description : Pynac is a derivative of the C++ library GiNaC, which allows manipulation of
: symbolic expressions. It currently provides the backend for symbolic
: expressions in Sage.
:
: The main difference between Pynac and GiNaC is that Pynac relies on Sage to
: provide the operations on numerical types, while GiNaC depends on CLN for this
: purpose.