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

Last updated: October 06,2024

1. Install "pynac.i686" package

Please follow the step by step instructions below to install pynac.i686 on Fedora 34

$ sudo dnf update $ sudo dnf install pynac.i686

2. Uninstall "pynac.i686" package

This is a short guide on how to uninstall pynac.i686 on Fedora 34:

$ sudo dnf remove pynac.i686 $ sudo dnf autoremove

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

Last metadata expiration check: 2:34:08 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : pynac
Version : 0.7.27
Release : 2.fc34
Architecture : i686
Size : 724 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.