How to Install and Uninstall python3-flask-rdf Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 14,2024

1. Install "python3-flask-rdf" package

Please follow the guidance below to install python3-flask-rdf on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-flask-rdf

2. Uninstall "python3-flask-rdf" package

Please follow the step by step instructions below to uninstall python3-flask-rdf on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python3-flask-rdf $ sudo apt autoclean && sudo apt autoremove

3. Information about the python3-flask-rdf package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python3-flask-rdf
Priority: optional
Section: universe/python
Installed-Size: 27
Maintainer: Ubuntu Developers
Original-Maintainer: Iain R. Learmonth
Architecture: all
Source: python-flask-rdf
Version: 0.1.8-2
Depends: python3-mimeparse (>= 0.1.4)
Filename: pool/universe/p/python-flask-rdf/python3-flask-rdf_0.1.8-2_all.deb
Size: 5932
MD5sum: e055122eba9e04b0031f2596a42c37fd
SHA1: a4a6f38f44a09b54d710c1d5d962456c8b93e81d
SHA256: 7b3a766676f309b8aa1a45ab2b215ec816052ac88f741afbcbefe845b909d313
Description-en: Flask decorator to output RDF using content negotiation (Python 3)
Apply the @flask_rdf decorator to a view function and return an rdflib
Graph object. Flask_rdf will automatically format it into an RDF output
format, depending on what the request’s Accept header says. If the view
function returns something besides an rdflib graph, it will be passed
through without modification.
.
Custom formats can be registered easily. After registering the new
serializer with rdflib’s plugin support, use the decide_format method to
register a new mimetype request to use the new formatter.
.
This package works with Python versions 3.x.
Description-md5: d1ef8f9d01fd813a4a2635625de97963
Homepage: https://pypi.python.org/pypi/flask_rdf/0.1.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu