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

Last updated: July 01,2024

1. Install "pynac.x86_64" package

Here is a brief guide to show you how to install pynac.x86_64 on Fedora 34

$ sudo dnf update $ sudo dnf install pynac.x86_64

2. Uninstall "pynac.x86_64" package

Please follow the guidelines below to uninstall pynac.x86_64 on Fedora 34:

$ sudo dnf remove pynac.x86_64 $ sudo dnf autoremove

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

Last metadata expiration check: 1:44:14 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : pynac
Version : 0.7.27
Release : 2.fc34
Architecture : x86_64
Size : 676 k
Source : pynac-0.7.27-2.fc34.src.rpm
Repository : updates
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.