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

Last updated: October 05,2024

1. Install "python3-importmagic.noarch" package

Please follow the instructions below to install python3-importmagic.noarch on Fedora 36

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

2. Uninstall "python3-importmagic.noarch" package

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

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

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

Last metadata expiration check: 1:58:19 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-importmagic
Version : 0.1.7
Release : 21.fc36
Architecture : noarch
Size : 38 k
Source : python-importmagic-0.1.7-21.fc36.src.rpm
Repository : fedora
Summary : Python library to auto-magically add, remove and manage imports
URL : http://github.com/alecthomas/importmagic
License : BSD
Description : The goal of this package is to be able to automatically manage imports
: in Python. To that end it can:
:
: o Build an index of all known symbols in all packages.
:
: o Find unresolved references in source, and resolve them against the
: index, effectively automating imports.
:
: o Automatically arrange imports according to PEP8.
:
: It was originally written for the Sublime Text 2 Python Import Magic
: plugin.