How to Install and Uninstall python3-fastapi Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 18,2024

1. Install "python3-fastapi" package

Learn how to install python3-fastapi on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python3-fastapi

2. Uninstall "python3-fastapi" package

Learn how to uninstall python3-fastapi on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python3-fastapi $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-fastapi package on Ubuntu 21.10 (Impish Indri)

Package: python3-fastapi
Architecture: all
Version: 0.63.0-2
Priority: optional
Section: universe/python
Source: fastapi
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 243
Depends: python3-pydantic, python3-starlette, python3-uvicorn, python3:any
Filename: pool/universe/f/fastapi/python3-fastapi_0.63.0-2_all.deb
Size: 36180
MD5sum: 5e3fa7568faf0cdc1ea83504d42abc3d
SHA1: fdc854aa3d65f883d0f4272fe0ab325d1d813c92
SHA256: 6f3830aac06246e9ea5d0d268498c29b91fcf436e3bb7c9ae9e9703deb7f75da
SHA512: d6377295bae6fe602812b23b67897edc03f5c332dad873f70144871cabddfa1ba09e5aa9f8a4566ff01a261dd217aecb10dee3603fff546625833feae664dded
Homepage: https://github.com/tiangolo/fastapi
Description-en: modern, fast, web framework for building APIs, based on type hints
FastAPI is a modern, fast (high-performance), web framework for building APIs
with Python 3.6+ based on standard Python type hints.
.
The key features are:
.
* Fast: Very high performance, on par with NodeJS and Go (thanks to Starlette
* and Pydantic). One of the fastest Python frameworks available.
.
* Fast to code: Increase the speed to develop features by about 200% to 300%.
* (note1)
.
* Fewer bugs: Reduce about 40% of human (developer) induced errors. (note1)
.
* Intuitive: Great editor support. Completion everywhere. Less time debugging.
.
* Easy: Designed to be easy to use and learn. Less time reading docs.
.
* Short: Minimize code duplication. Multiple features from each parameter
* declaration. Fewer bugs.
.
* Robust: Get production-ready code. With automatic interactive documentation.
.
* Standards-based: Based on (and fully compatible with) the open standards for
* APIs: OpenAPI (previously known as Swagger) and JSON Schema.
.
(note1) estimation based on tests on an internal development team, building
production applications.
Description-md5: c46f1dfd86eb2d7e03fdaa914af2b30b