How To Install fonts-levien-museum on Ubuntu 22.04
Introduction
In this tutorial we learn how to install fonts-levien-museum on Ubuntu 22.04.
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 Ubuntu 22.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 fonts-levien-museum Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install fonts-levien-museum using apt-get by running the following command:
sudo apt-get -y install fonts-levien-museum
Install fonts-levien-museum Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install fonts-levien-museum using apt by running the following command:
sudo apt -y install fonts-levien-museum
Install fonts-levien-museum 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 fonts-levien-museum using aptitude by running the following command:
sudo aptitude -y install fonts-levien-museum
How To Uninstall fonts-levien-museum on Ubuntu 22.04
To uninstall only the fonts-levien-museum package we can use the following command:
sudo apt-get remove fonts-levien-museum
Uninstall fonts-levien-museum And Its Dependencies
To uninstall fonts-levien-museum and its dependencies that are no longer needed by Ubuntu 22.04, we can use the command below:
sudo apt-get -y autoremove fonts-levien-museum
Remove fonts-levien-museum Configurations and Data
To remove fonts-levien-museum configuration and data from Ubuntu 22.04 we can use the following command:
sudo apt-get -y purge fonts-levien-museum
Remove 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-museum
References
Summary
In this tutorial we learn how to install fonts-levien-museum package on Ubuntu 22.04 using different package management tools: apt, apt-get and aptitude.