How To Install libtracker-control-2.0-0 on Ubuntu 20.04
Introduction
In this tutorial we learn how to install libtracker-control-2.0-0 on Ubuntu 20.04.
What is libtracker-control-2.0-0
libtracker-control-2.0-0 is:
This package contains a library for managing miners, including polling status and progress, pausing, resuming and more.
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
Package: libtracker-control-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: 93 Depends: libc6 (>= 2.4), libglib2.0-0 (>= 2.46.0), libtracker-sparql-2.0-0 (= 2.3.4-1) Filename: pool/main/t/tracker/libtracker-control-2.0-0_2.3.4-1_amd64.deb Size: 16988 MD5sum: 068dc2fd3cb50cfb7570f3369441d2cb SHA1: 760f5fa26d6e2f2959542f7b2e3811064293036b SHA256: 1b181d23e5ea51ae5e580b3a016bdb5103f90933f5384d7f8f85e6740248bc7b Homepage: https://wiki.gnome.org/Projects/Tracker Description-en: library to control/monitor tracker miners This package contains a library for managing miners, including polling status and progress, pausing, resuming and more.
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
There are three methods to install libtracker-control-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-control-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-control-2.0-0 using apt-get by running the following command:
sudo apt-get -y install libtracker-control-2.0-0
Install libtracker-control-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-control-2.0-0 using apt by running the following command:
sudo apt -y install libtracker-control-2.0-0
Install libtracker-control-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-control-2.0-0 using aptitude by running the following command:
sudo aptitude -y install libtracker-control-2.0-0
How To Uninstall libtracker-control-2.0-0 on Ubuntu 20.04
To uninstall only the libtracker-control-2.0-0 package we can use the following command:
sudo apt-get remove libtracker-control-2.0-0
Uninstall libtracker-control-2.0-0 And Its Dependencies
To uninstall libtracker-control-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-control-2.0-0
Remove libtracker-control-2.0-0 Configurations and Data
To remove libtracker-control-2.0-0 configuration and data from Ubuntu 20.04 we can use the following command:
sudo apt-get -y purge libtracker-control-2.0-0
Remove libtracker-control-2.0-0 configuration, data, and all of its dependencies
We can use the following command to remove libtracker-control-2.0-0 configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libtracker-control-2.0-0
References
Summary
In this tutorial we learn how to install libtracker-control-2.0-0 package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.