How To Install budgie-desktop-doc on Ubuntu 20.04

In this tutorial we learn how to install budgie-desktop-doc on Ubuntu 20.04. budgie-desktop-doc is documentation files for the budgie-desktop documentation files for the budgie-desktop

Introduction

In this tutorial we learn how to install budgie-desktop-doc on Ubuntu 20.04.

What is budgie-desktop-doc

budgie-desktop-doc is:

Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GNOME-Session and Mutter.

This package contains the API documentation in HTML format

Package: budgie-desktop-doc Architecture: all Version: 10.5.1-6 Priority: optional Section: universe/doc Source: budgie-desktop Origin: Ubuntu Maintainer: David Mohammed [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 175 Suggests: devhelp Filename: pool/universe/b/budgie-desktop/budgie-desktop-doc_10.5.1-6_all.deb Size: 21592 MD5sum: 450b080262c93a93dd8f5578c68a7ff0 SHA1: dbc2506ee19062b99872a05f36819e8b1fa8c851 SHA256: e9887bbdf671df9642e6711894c515fe032594195ec8d0e6aefdf5132d680851 Homepage: https://github.com/solus-project/budgie-desktop Description-en: documentation files for the budgie-desktop Budgie-Desktop is a GTK+ based desktop environment which focuses on simplicity and elegance. It provides a traditional desktop metaphor based interface utilising customisable panel based menu driven system. Budgie-Desktop is written from scratch utilising many GNOME based sub-systems such as GNOME-Session and Mutter.

This package contains the API documentation in HTML format

There are three methods to install budgie-desktop-doc 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 budgie-desktop-doc Using apt-get

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

sudo apt-get update

After updating apt database, We can install budgie-desktop-doc using apt-get by running the following command:

sudo apt-get -y install budgie-desktop-doc

Install budgie-desktop-doc Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install budgie-desktop-doc using apt by running the following command:

sudo apt -y install budgie-desktop-doc

Install budgie-desktop-doc 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 budgie-desktop-doc using aptitude by running the following command:

sudo aptitude -y install budgie-desktop-doc

How To Uninstall budgie-desktop-doc on Ubuntu 20.04

To uninstall only the budgie-desktop-doc package we can use the following command:

sudo apt-get remove budgie-desktop-doc

Uninstall budgie-desktop-doc And Its Dependencies

To uninstall budgie-desktop-doc and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove budgie-desktop-doc

Remove budgie-desktop-doc Configurations and Data

To remove budgie-desktop-doc configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge budgie-desktop-doc

Remove budgie-desktop-doc configuration, data, and all of its dependencies

We can use the following command to remove budgie-desktop-doc configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge budgie-desktop-doc

References

Summary

In this tutorial we learn how to install budgie-desktop-doc package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.