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

Last updated: January 16,2025

1. Install "python3-typer-cli.noarch" package

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

$ sudo dnf update $ sudo dnf install python3-typer-cli.noarch

2. Uninstall "python3-typer-cli.noarch" package

In this section, we are going to explain the necessary steps to uninstall python3-typer-cli.noarch on Fedora 36:

$ sudo dnf remove python3-typer-cli.noarch $ sudo dnf autoremove

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

Last metadata expiration check: 5:00:54 ago on Thu Sep 8 08:04:50 2022.
Available Packages
Name : python3-typer-cli
Version : 0.0.12
Release : 10.fc36
Architecture : noarch
Size : 25 k
Source : python-typer-cli-0.0.12-10.fc36.src.rpm
Repository : fedora
Summary : Run Typer scripts with completion, without creating a package
URL : https://typer.tiangolo.com/typer-cli
License : MIT
Description : Run Typer scripts with completion, without having to create a package, using
: Typer CLI.
:
: There is an optional utility tool called Typer CLI, additional to Typer itself.
:
: Its main feature is to provide ✨ completion ✨ in the Terminal for your own
: small programs built with Typer.
:
: …without you having to create a complete installable Python package.
:
: It’s probably most useful if you have a small custom Python script using Typer
: (maybe as part of some project), for some small tasks, and it’s not
: complex/important enough to create a whole installable Python package for it
: (something to be installed with pip).
:
: In that case, you can install Typer CLI, and run your program with the typer
: command in your Terminal, and it will provide completion for your script.
:
: You can also use Typer CLI to generate Markdown documentation for your own
: Typer programs 📝.
:
: Documentation: https://typer.tiangolo.com/typer-cli/
:
: Source Code for Typer CLI: https://github.com/tiangolo/typer-cli