How to Install and Uninstall python3-ipython-sphinx.noarch Package on Fedora 36

Last updated: May 18,2024

1. Install "python3-ipython-sphinx.noarch" package

Please follow the step by step instructions below to install python3-ipython-sphinx.noarch on Fedora 36

$ sudo dnf update $ sudo dnf install python3-ipython-sphinx.noarch

2. Uninstall "python3-ipython-sphinx.noarch" package

This is a short guide on how to uninstall python3-ipython-sphinx.noarch on Fedora 36:

$ sudo dnf remove python3-ipython-sphinx.noarch $ sudo dnf autoremove

3. Information about the python3-ipython-sphinx.noarch package on Fedora 36

Last metadata expiration check: 1:55:41 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-ipython-sphinx
Version : 8.3.0
Release : 1.fc36
Architecture : noarch
Size : 37 k
Source : ipython-8.3.0-1.fc36.src.rpm
Repository : updates
Summary : Sphinx directive to support embedded IPython code
URL : http://ipython.org/
License : (BSD and MIT and Python) and GPLv2+
Description :
: IPython provides a replacement for the interactive Python interpreter with
: extra functionality.
:
: Main features:
: * Comprehensive object introspection.
: * Input history, persistent across sessions.
: * Caching of output results during a session with automatically generated
: references.
: * Readline based name completion.
: * Extensible system of 'magic' commands for controlling the environment and
: performing many tasks related either to IPython or the operating system.
: * Configuration system with easy switching between different setups (simpler
: than changing $PYTHONSTARTUP environment variables every time).
: * Session logging and reloading.
: * Extensible syntax processing for special purpose situations.
: * Access to the system shell with user-extensible alias system.
: * Easily embeddable in other Python programs.
: * Integrated access to the pdb debugger and the Python profiler.
:
: This package contains the ipython sphinx extension.