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

Last updated: May 15,2024

1. Install "python-flask-rdf" package

Here is a brief guide to show you how to install python-flask-rdf on Ubuntu 16.04 LTS (Xenial Xerus)

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

2. Uninstall "python-flask-rdf" package

This guide covers the steps necessary to uninstall python-flask-rdf on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-flask-rdf
Priority: optional
Section: universe/python
Installed-Size: 27
Maintainer: Ubuntu Developers
Original-Maintainer: Iain R. Learmonth
Architecture: all
Version: 0.1.8-2
Depends: python-flask, python-mimeparse (>= 0.1.4), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-flask-rdf/python-flask-rdf_0.1.8-2_all.deb
Size: 5868
MD5sum: 08ee53a767e1c7b344500fb39cc7d102
SHA1: 9c7aba5834a1c778c2f85559994fe7bccb0c952b
SHA256: 14b0eb5529df5a45f1281fe5c16f63da62216d0494c28bf9aabd48b7c389fc7d
Description-en: Flask decorator to output RDF using content negotiation (Python 2)
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 2.x.
Description-md5: ba52b9e26dcd104b3d94dfd86f072492
Homepage: https://pypi.python.org/pypi/flask_rdf/0.1.7
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu