How to Install and Uninstall python3-typer-cli.noarch Package on Fedora 34
Last updated: November 25,2024
1. Install "python3-typer-cli.noarch" package
This guide let you learn how to install python3-typer-cli.noarch on Fedora 34
$
sudo dnf update
Copied
$
sudo dnf install
python3-typer-cli.noarch
Copied
2. Uninstall "python3-typer-cli.noarch" package
Please follow the step by step instructions below to uninstall python3-typer-cli.noarch on Fedora 34:
$
sudo dnf remove
python3-typer-cli.noarch
Copied
$
sudo dnf autoremove
Copied
3. Information about the python3-typer-cli.noarch package on Fedora 34
Last metadata expiration check: 4:01:27 ago on Tue Sep 6 08:10:37 2022.
Available Packages
Name : python3-typer-cli
Version : 0.0.12
Release : 2.fc34
Architecture : noarch
Size : 26 k
Source : python-typer-cli-0.0.12-2.fc34.src.rpm
Repository : updates
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
Available Packages
Name : python3-typer-cli
Version : 0.0.12
Release : 2.fc34
Architecture : noarch
Size : 26 k
Source : python-typer-cli-0.0.12-2.fc34.src.rpm
Repository : updates
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