How To Install python3-jupymake on Fedora 36
Introduction
In this tutorial we learn how to install python3-jupymake
on Fedora 36.
What is python3-jupymake
This package provides a basic interface to call polymake from python. It is meant to be used in the Jupyter interface for polymake.
We can use yum
or dnf
to install python3-jupymake
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install python3-jupymake.
Install python3-jupymake on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install python3-jupymake
using dnf
by running the following command:
sudo dnf -y install python3-jupymake
Install python3-jupymake on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install python3-jupymake
using yum
by running the following command:
sudo yum -y install python3-jupymake
How To Uninstall python3-jupymake on Fedora 36
To uninstall only the python3-jupymake
package we can use the following command:
sudo dnf remove python3-jupymake
python3-jupymake Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/a5
/usr/lib/.build-id/a5/3a0e01f817b44e653d9c3cdf7f5123e56548bb
/usr/lib64/python3.10/site-packages/JuPyMake-0.9.dist-info
/usr/lib64/python3.10/site-packages/JuPyMake-0.9.dist-info/COPYING
/usr/lib64/python3.10/site-packages/JuPyMake-0.9.dist-info/INSTALLER
/usr/lib64/python3.10/site-packages/JuPyMake-0.9.dist-info/LICENSE
/usr/lib64/python3.10/site-packages/JuPyMake-0.9.dist-info/METADATA
/usr/lib64/python3.10/site-packages/JuPyMake-0.9.dist-info/WHEEL
/usr/lib64/python3.10/site-packages/JuPyMake-0.9.dist-info/top_level.txt
/usr/lib64/python3.10/site-packages/JuPyMake.cpython-310-x86_64-linux-gnu.so
/usr/share/doc/python3-jupymake
/usr/share/doc/python3-jupymake/README
/usr/share/doc/python3-jupymake/README.md
/usr/share/doc/python3-jupymake/example.py
/usr/share/licenses/python3-jupymake
/usr/share/licenses/python3-jupymake/COPYING
/usr/share/licenses/python3-jupymake/GPLv2
/usr/share/licenses/python3-jupymake/LICENSE
References
Summary
In this tutorial we learn how to install python3-jupymake
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).