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

Last updated: September 21,2024

1. Install "python3-importmagic.noarch" package

Learn how to install python3-importmagic.noarch on Fedora 34

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

2. Uninstall "python3-importmagic.noarch" package

This guide let you learn how to uninstall python3-importmagic.noarch on Fedora 34:

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

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

Last metadata expiration check: 5:01:11 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-importmagic
Version : 0.1.7
Release : 18.fc34
Architecture : noarch
Size : 38 k
Source : python-importmagic-0.1.7-18.fc34.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.