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

Last updated: October 11,2024

1. Install "python3-ipython.noarch" package

Please follow the instructions below to install python3-ipython.noarch on Fedora 38

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

2. Uninstall "python3-ipython.noarch" package

This guide covers the steps necessary to uninstall python3-ipython.noarch on Fedora 38:

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

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

Last metadata expiration check: 4:43:44 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : python3-ipython
Version : 8.9.0
Release : 1.fc38
Architecture : noarch
Size : 1.1 M
Source : ipython-8.9.0-1.fc38.src.rpm
Repository : fedora
Summary : An enhanced interactive Python shell
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 provides IPython for in a terminal.