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

Last updated: January 13,2025

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

Please follow the instructions below to install sagemath-data-polytopes_db.noarch on Fedora 35

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

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

Learn how to uninstall sagemath-data-polytopes_db.noarch on Fedora 35:

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

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

Last metadata expiration check: 5:39:28 ago on Wed Sep 7 08:25:01 2022.
Available Packages
Name : sagemath-data-polytopes_db
Version : 9.4
Release : 2.fc35
Architecture : noarch
Size : 49 k
Source : sagemath-9.4-2.fc35.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.