How To Install libtracker-sparql-2.0-dev on Ubuntu 20.04

In this tutorial we learn how to install libtracker-sparql-2.0-dev on Ubuntu 20.04. libtracker-sparql-2.0-dev is metadata database, indexer and search tool - development files metadata database, indexer and search tool - development files

Introduction

In this tutorial we learn how to install libtracker-sparql-2.0-dev on Ubuntu 20.04.

What is libtracker-sparql-2.0-dev

libtracker-sparql-2.0-dev is:

This package contains the static libraries and header files needed to link applications with libtracker-sparql.

libtracker-sparql provides a library to perform SPARQL queries and updates in the Tracker store.

Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing.

Package: libtracker-sparql-2.0-dev Architecture: amd64 Version: 2.3.4-1 Multi-Arch: same Priority: optional Section: libdevel Source: tracker Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian GNOME Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 271 Depends: libtracker-sparql-2.0-0 (= 2.3.4-1), libglib2.0-dev, gir1.2-tracker-2.0 (= 2.3.4-1) Suggests: libtracker-sparql-doc Filename: pool/main/t/tracker/libtracker-sparql-2.0-dev_2.3.4-1_amd64.deb Size: 20048 MD5sum: 4731b6ea41e50d93747cb78256fb3bff SHA1: 0761ebf4ecbbcdce97067e9518f104eba5a174d1 SHA256: e817ae20b35e7bdfd2b7b30b8616a78bba62f1ee485dac0c4820b3bd9ee7d131 Homepage: https://wiki.gnome.org/Projects/Tracker Description-en: metadata database, indexer and search tool - development files This package contains the static libraries and header files needed to link applications with libtracker-sparql.

libtracker-sparql provides a library to perform SPARQL queries and updates in the Tracker store.

Tracker is an advanced framework for first class objects with associated metadata and tags. It provides a one stop solution for all metadata, tags, shared object databases, search tools and indexing.

There are three methods to install libtracker-sparql-2.0-dev on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libtracker-sparql-2.0-dev Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install libtracker-sparql-2.0-dev using apt-get by running the following command:

sudo apt-get -y install libtracker-sparql-2.0-dev

Install libtracker-sparql-2.0-dev Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libtracker-sparql-2.0-dev using apt by running the following command:

sudo apt -y install libtracker-sparql-2.0-dev

Install libtracker-sparql-2.0-dev Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libtracker-sparql-2.0-dev using aptitude by running the following command:

sudo aptitude -y install libtracker-sparql-2.0-dev

How To Uninstall libtracker-sparql-2.0-dev on Ubuntu 20.04

To uninstall only the libtracker-sparql-2.0-dev package we can use the following command:

sudo apt-get remove libtracker-sparql-2.0-dev

Uninstall libtracker-sparql-2.0-dev And Its Dependencies

To uninstall libtracker-sparql-2.0-dev and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libtracker-sparql-2.0-dev

Remove libtracker-sparql-2.0-dev Configurations and Data

To remove libtracker-sparql-2.0-dev configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libtracker-sparql-2.0-dev

Remove libtracker-sparql-2.0-dev configuration, data, and all of its dependencies

We can use the following command to remove libtracker-sparql-2.0-dev configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libtracker-sparql-2.0-dev

References

Summary

In this tutorial we learn how to install libtracker-sparql-2.0-dev package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.