How To Install monodoc-gnome-keyring-manual on Ubuntu 18.04

In this tutorial we learn how to install monodoc-gnome-keyring-manual on Ubuntu 18.04. monodoc-gnome-keyring-manual is CLI library to access the GNOME Keyring daemon - manual

Introduction

In this tutorial we learn how to install monodoc-gnome-keyring-manual on Ubuntu 18.04.

What is monodoc-gnome-keyring-manual

monodoc-gnome-keyring-manual is:

GNOME Keyring is a system which allows you to store passwords and other sensitive data across GNOME applications. It provides an API to access this information, as well as a daemon to manage it.

This package contains the monodoc manual for the gnome-keyring CLI library

There are three methods to install monodoc-gnome-keyring-manual on Ubuntu 18.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 monodoc-gnome-keyring-manual Using apt-get

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

sudo apt-get update

After updating apt database, We can install monodoc-gnome-keyring-manual using apt-get by running the following command:

sudo apt-get -y install monodoc-gnome-keyring-manual

Install monodoc-gnome-keyring-manual Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install monodoc-gnome-keyring-manual using apt by running the following command:

sudo apt -y install monodoc-gnome-keyring-manual

Install monodoc-gnome-keyring-manual 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 monodoc-gnome-keyring-manual using aptitude by running the following command:

sudo aptitude -y install monodoc-gnome-keyring-manual

How To Uninstall monodoc-gnome-keyring-manual on Ubuntu 18.04

To uninstall only the monodoc-gnome-keyring-manual package we can use the following command:

sudo apt-get remove monodoc-gnome-keyring-manual

Uninstall monodoc-gnome-keyring-manual And Its Dependencies

To uninstall monodoc-gnome-keyring-manual and its dependencies that are no longer needed by Ubuntu 18.04, we can use the command below:

sudo apt-get -y autoremove monodoc-gnome-keyring-manual

Remove monodoc-gnome-keyring-manual Configurations and Data

To remove monodoc-gnome-keyring-manual configuration and data from Ubuntu 18.04 we can use the following command:

sudo apt-get -y purge monodoc-gnome-keyring-manual

Remove monodoc-gnome-keyring-manual configuration, data, and all of its dependencies

We can use the following command to remove monodoc-gnome-keyring-manual configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge monodoc-gnome-keyring-manual

References

Summary

In this tutorial we learn how to install monodoc-gnome-keyring-manual package on Ubuntu 18.04 using different package management tools: apt, apt-get and aptitude.