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

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

Introduction

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

What is libtracker-sparql-2.0-0

libtracker-sparql-2.0-0 is:

This package contains 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. Task: ubuntu-desktop-minimal, ubuntu-desktop, ubuntustudio-video, ubuntukylin-desktop

Package: libtracker-sparql-2.0-0 Architecture: amd64 Version: 2.3.4-1 Multi-Arch: same Priority: optional Section: libs 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: 933 Depends: libc6 (>= 2.14), libglib2.0-0 (>= 2.51.2), libicu66 (>= 66.1~rc-1~), libjson-glib-1.0-0 (>= 0.13.2), libsoup2.4-1 (>= 2.41.90), libsqlite3-0 (>= 3.20.0), libstemmer0d (>= 0+svn527), libuuid1 (>= 2.16), libxml2 (>= 2.7.4) Filename: pool/main/t/tracker/libtracker-sparql-2.0-0_2.3.4-1_amd64.deb Size: 250204 MD5sum: 12dbd26dfc86d7752d2cd19a7b28b2f7 SHA1: 233c2a805c3e6adf3d1926cd032ca64ba53c347c SHA256: e5ee40ced18618eb2ccf16594a9ac5c34f78720156549737cbef72846e95da7c Homepage: https://wiki.gnome.org/Projects/Tracker Description-en: metadata database, indexer and search tool - library This package contains 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. Task: ubuntu-desktop-minimal, ubuntu-desktop, ubuntustudio-video, ubuntukylin-desktop

There are three methods to install libtracker-sparql-2.0-0 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-0 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-0 using apt-get by running the following command:

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

Install libtracker-sparql-2.0-0 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-0 using apt by running the following command:

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

Install libtracker-sparql-2.0-0 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-0 using aptitude by running the following command:

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

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

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

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

Uninstall libtracker-sparql-2.0-0 And Its Dependencies

To uninstall libtracker-sparql-2.0-0 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-0

Remove libtracker-sparql-2.0-0 Configurations and Data

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

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

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

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

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

References

Summary

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