How to Install and Uninstall python-flask-doc Package on Ubuntu 21.10 (Impish Indri)

Last updated: November 22,2024

1. Install "python-flask-doc" package

Please follow the steps below to install python-flask-doc on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install python-flask-doc

2. Uninstall "python-flask-doc" package

Please follow the guidance below to uninstall python-flask-doc on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove python-flask-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-flask-doc package on Ubuntu 21.10 (Impish Indri)

Package: python-flask-doc
Architecture: all
Version: 1.1.2-2
Multi-Arch: foreign
Priority: extra
Section: universe/doc
Source: flask
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 3339
Depends: libjs-sphinxdoc (>= 2.4.3-5~)
Recommends: python3-flask
Filename: pool/universe/f/flask/python-flask-doc_1.1.2-2_all.deb
Size: 601120
MD5sum: 809d25791395c7942bcff5eead381f48
SHA1: 87572e6e4ac580c34a1d6afa967b72587960286d
SHA256: a104da1e16c9f353476c5a85d8a43e003fd1cc7ced10547885482effdc3ae7e2
SHA512: a77f7909244e239d69584689e0a94d3c72a17f46ea01e9ab091644bd937c9978b1c05347cc1c511a5593e04e846b489b02c0ceb98426308019338567de8fffc2
Homepage: http://flask.pocoo.org/
Description-en: micro web framework based on Werkzeug and Jinja2 - documentation
Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
intentions. A minimal Flask application looks like that:
.
from flask import Flask
app = Flask(__name__)
.
@app.route("/")
def hello():
return "Hello World!"
.
if __name__ == '__main__':
app.run()
.
This package contains the documentation for Flask.
Description-md5: ffb117c9bc710c2c0dc04e3abcabeb7b