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

Last updated: July 07,2024

1. Install "python-sesame" package

This guide covers the steps necessary to install python-sesame on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-sesame

2. Uninstall "python-sesame" package

Please follow the steps below to uninstall python-sesame on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-sesame $ sudo apt autoclean && sudo apt autoremove

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

Package: python-sesame
Priority: optional
Section: universe/python
Installed-Size: 58
Maintainer: Ubuntu Developers
Original-Maintainer: Debian QA Group
Architecture: all
Source: pysesame
Version: 0.24-4
Depends: python (>= 2.7), python (<< 2.8)
Filename: pool/universe/p/pysesame/python-sesame_0.24-4_all.deb
Size: 9572
MD5sum: 0ecd84c44205252b11d8c76ed25cdb57
SHA1: 145562116fd88f9c553d49cb203ef5f4612afb3a
SHA256: 1ad33a64a77aecfea1c0241e7279625fa6d5a2a98f94fc438517f46306ffb4de
Description-en: Python wrapper for Sesame's REST HTTP API
Sesame is an open source RDF Schema-based storage and querying
facility.
.
Now you can easily do the following from your Python script:
.
* Log in
* Log out
* Request a list of available repositories
* Evaluate a SeRQL-select, RQL or RDQL query
* Evaluate a SeRQL-construct query
* Extract RDF from a repository
* Uploading data to a repository
* Add data from the web to a repository
* Clear a repository
* Remove statements
.
Homepage: http://pysesame.projects.semwebcentral.org/
Description-md5: 6c1884d90df1bae54d1ad1243bfb7798
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu