How to Install and Uninstall sagemath-data-polytopes_db.noarch Package on Fedora 34

Last updated: October 05,2024

1. Install "sagemath-data-polytopes_db.noarch" package

Learn how to install sagemath-data-polytopes_db.noarch on Fedora 34

$ sudo dnf update $ sudo dnf install sagemath-data-polytopes_db.noarch

2. Uninstall "sagemath-data-polytopes_db.noarch" package

Please follow the guidelines below to uninstall sagemath-data-polytopes_db.noarch on Fedora 34:

$ sudo dnf remove sagemath-data-polytopes_db.noarch $ sudo dnf autoremove

3. Information about the sagemath-data-polytopes_db.noarch package on Fedora 34

Last metadata expiration check: 5:28:52 ago on Tue Sep 6 02:10:55 2022.
Available Packages
Name : sagemath-data-polytopes_db
Version : 9.3
Release : 3.fc34
Architecture : noarch
Size : 50 k
Source : sagemath-9.3-3.fc34.src.rpm
Repository : updates
Summary : Lists of 2- and 3-dimensional reflexive polytopes
URL : http://www.sagemath.org
License : ASL 2.0 and BSD and GPL+ and GPLv2+ and LGPLv2+ and MIT and Public Domain
Description : The list of polygons is quite easy to get and it has been known for a while.
: The list of 3-polytopes was originally obtained by Maximilian Kreuzer and
: Harald Skarke using their software PALP, which is included into the standard
: distribution of Sage. To work with lattice and reflexive polytopes from Sage
: you can use sage.geometry.lattice_polytope module, which relies on PALP for
: some of its functionality. To get access to the databases of this package, use
: ReflexivePolytope and ReflexivePolytopes commands.