How To Install fonts-levien-museum on Kali Linux
Introduction
In this tutorial we learn how to install fonts-levien-museum on Kali Linux.
What is fonts-levien-museum
fonts-levien-museum is:
Museum Sixty is based on 60 point metal Monotype Centaur. The source for A-Z& is the specimen page opening American Proprietary Typefaces, ed. David Pankow. The primary source for the lowercase is the original Centaur specimen booklet by Lanston Monotype, London, 1929.
Museum Fourteen is based on 14 point metal Monotype Centaur. The primary source is the text of American Proprietary Typefaces.
Museum Bible is based on 18 point metal Bible Centaur. The source is the booklet, “An Account of the Making of the Oxford Lectern Bible”, Lanston Monotype, Philadelphia, 1936.
Museum Foundry is based on the 14 point original foundry version of Centaur, as cut by Robert Wiebking of Chicago. The source is “Amycus et C?lestin”, printed at the Museum Press in New York, 1916.
There are three methods to install fonts-levien-museum 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 fonts-levien-museum Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get updateAfter updating apt database, We can install fonts-levien-museum using apt-get by running the following command:
sudo apt-get -y install fonts-levien-museumInstall fonts-levien-museum Using apt
Update apt database with apt using the following command.
sudo apt updateAfter updating apt database, We can install fonts-levien-museum using apt by running the following command:
sudo apt -y install fonts-levien-museumInstall fonts-levien-museum 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 fonts-levien-museum using aptitude by running the following command:
sudo aptitude -y install fonts-levien-museumHow To Uninstall fonts-levien-museum on Kali Linux
To uninstall only the fonts-levien-museum package we can use the following command:
sudo apt-get remove fonts-levien-museumUninstall fonts-levien-museum And Its Dependencies
To uninstall fonts-levien-museum and its dependencies that are no longer needed by Kali Linux, we can use the command below:
sudo apt-get -y autoremove fonts-levien-museumRemove fonts-levien-museum Configurations and Data
To remove fonts-levien-museum configuration and data from Kali Linux we can use the following command:
sudo apt-get -y purge fonts-levien-museumRemove fonts-levien-museum configuration, data, and all of its dependencies
We can use the following command to remove fonts-levien-museum configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge fonts-levien-museumDependencies
fonts-levien-museum have the following dependencies:
References
Summary
In this tutorial we learn how to install fonts-levien-museum package on Kali Linux using different package management tools: apt, apt-get and aptitude.