How to Install and Uninstall python3-nbconvert.noarch Package on Fedora 38

Last updated: March 01,2025

1. Install "python3-nbconvert.noarch" package

This tutorial shows how to install python3-nbconvert.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install python3-nbconvert.noarch

2. Uninstall "python3-nbconvert.noarch" package

Please follow the step by step instructions below to uninstall python3-nbconvert.noarch on Fedora 38:

$ sudo dnf remove python3-nbconvert.noarch $ sudo dnf autoremove

3. Information about the python3-nbconvert.noarch package on Fedora 38

Last metadata expiration check: 4:02:03 ago on Sat Mar 16 22:59:57 2024.
Available Packages
Name : python3-nbconvert
Version : 7.2.5
Release : 5.fc38
Architecture : noarch
Size : 359 k
Source : python-nbconvert-7.2.5-5.fc38.src.rpm
Repository : fedora
Summary : Converting Jupyter Notebooks
URL : http://jupyter.org
License : BSD and MIT
Description :
: The nbconvert tool, jupyter nbconvert, converts notebooks to various other
: formats via Jinja templates. The nbconvert tool allows you to convert an
: .ipynb notebook file into various static formats including HTML, LaTeX,
: PDF, Reveal JS, Markdown (md), ReStructured Text (rst) and executable script.