How To Install numix-icon-theme-circle on Kali Linux
Introduction
In this tutorial we learn how to install numix-icon-theme-circle on Kali Linux.
What is numix-icon-theme-circle
numix-icon-theme-circle is:
Numix Circle is an icon theme using simple symbols and vivid backgrounds for a fresh, swishy, and modern look. It is developed by the Numix project and serves as a companion to the base Numix icon theme (numix-icon-theme).
There are three methods to install numix-icon-theme-circle on Kali Linux. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.
Install numix-icon-theme-circle Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install numix-icon-theme-circle using apt-get by running the following command:
sudo apt-get -y install numix-icon-theme-circleInstall numix-icon-theme-circle Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install numix-icon-theme-circle using apt by running the following command:
sudo apt -y install numix-icon-theme-circleInstall numix-icon-theme-circle Using aptitude
If you want to follow this method, you might need to install aptitude on Kali Linux first since aptitude is usually not installed by default on Kali Linux. Update apt database with aptitude using the following command.
sudo aptitude updateAfter updating apt database, We can install numix-icon-theme-circle using aptitude by running the following command:
sudo aptitude -y install numix-icon-theme-circleHow To Uninstall numix-icon-theme-circle on Kali Linux
To uninstall only the numix-icon-theme-circle package we can use the following command:
sudo apt-get remove numix-icon-theme-circleUninstall numix-icon-theme-circle And Its Dependencies
To uninstall numix-icon-theme-circle and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove numix-icon-theme-circleRemove numix-icon-theme-circle Configurations and Data
To remove numix-icon-theme-circle configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge numix-icon-theme-circleRemove numix-icon-theme-circle configuration, data, and all of its dependencies
We can use the following command to remove numix-icon-theme-circle configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge numix-icon-theme-circleDependencies
numix-icon-theme-circle have the following dependencies:
References
Summary
In this tutorial we learn how to install numix-icon-theme-circle package on Kali Linux using different package management tools: apt, apt-get and aptitude.