How To Install yaru-theme-icon on Ubuntu 20.04

In this tutorial we learn how to install yaru-theme-icon on Ubuntu 20.04. yaru-theme-icon is Yaru icon theme from the Ubuntu Community Yaru icon theme from the Ubuntu Community Yaru icon theme from the Ubuntu Community

Introduction

In this tutorial we learn how to install yaru-theme-icon on Ubuntu 20.04.

What is yaru-theme-icon

yaru-theme-icon is:

This is the theme, better than a burrito, that is shaped by the community on the Ubuntu discourse.

This package contains the icon theme

If you want to follow development, more information here: https://community.ubuntu.com/c/desktop/theme-refresh. Task: ubuntu-desktop-minimal, ubuntu-desktop

Package: yaru-theme-icon Status: install ok installed Priority: optional Section: misc Installed-Size: 73395 Maintainer: Ubuntu Desktop Team [email protected] Architecture: all Source: yaru-theme Version: 20.04.10.1 Description-en: Yaru icon theme from the Ubuntu Community This is the theme, better than a burrito, that is shaped by the community on the Ubuntu discourse.

This package contains the icon theme

If you want to follow development, more information here: https://community.ubuntu.com/c/desktop/theme-refresh. Homepage: https://community.ubuntu.com/c/desktop/theme-refresh

Package: yaru-theme-icon Architecture: all Version: 20.04.6 Priority: optional Section: misc Source: yaru-theme Origin: Ubuntu Maintainer: Ubuntu Desktop Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 72628 Filename: pool/main/y/yaru-theme/yaru-theme-icon_20.04.6_all.deb Size: 13326180 MD5sum: 759f7f11763a001e1dced4008105648a SHA1: d6ce3193d9c64e05404340db1d67c72d7b0076ae SHA256: 424cfa660cf677e3c31a7a16b4a7286feba7a4813095bb01928ba2e6d715df33 Homepage: https://community.ubuntu.com/c/desktop/theme-refresh Description-en: Yaru icon theme from the Ubuntu Community This is the theme, better than a burrito, that is shaped by the community on the Ubuntu discourse.

This package contains the icon theme

If you want to follow development, more information here: https://community.ubuntu.com/c/desktop/theme-refresh. Task: ubuntu-desktop-minimal, ubuntu-desktop

There are three methods to install yaru-theme-icon 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 yaru-theme-icon Using apt-get

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

sudo apt-get update

After updating apt database, We can install yaru-theme-icon using apt-get by running the following command:

sudo apt-get -y install yaru-theme-icon

Install yaru-theme-icon Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install yaru-theme-icon using apt by running the following command:

sudo apt -y install yaru-theme-icon

Install yaru-theme-icon 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 yaru-theme-icon using aptitude by running the following command:

sudo aptitude -y install yaru-theme-icon

How To Uninstall yaru-theme-icon on Ubuntu 20.04

To uninstall only the yaru-theme-icon package we can use the following command:

sudo apt-get remove yaru-theme-icon

Uninstall yaru-theme-icon And Its Dependencies

To uninstall yaru-theme-icon and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove yaru-theme-icon

Remove yaru-theme-icon Configurations and Data

To remove yaru-theme-icon configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge yaru-theme-icon

Remove yaru-theme-icon configuration, data, and all of its dependencies

We can use the following command to remove yaru-theme-icon configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge yaru-theme-icon

References

Summary

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