How To Install firefox-locale-mn on Ubuntu 20.04
Introduction
In this tutorial we learn how to install firefox-locale-mn on Ubuntu 20.04.
What is firefox-locale-mn
firefox-locale-mn is:
This language is unavailable for the current version of Firefox
This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation.
Package: firefox-locale-mn Architecture: amd64 Version: 75.0+build3-0ubuntu1 Priority: optional Section: web Source: firefox Origin: Ubuntu Maintainer: Ubuntu Mozilla Team [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 235 Filename: pool/main/f/firefox/firefox-locale-mn_75.0+build3-0ubuntu1_amd64.deb Size: 14792 MD5sum: 523a233acbe70702b1fa74f8155e36dc SHA1: 5d5623b6cd225d0f4d395c49431865d1a42259e6 SHA256: 9ddcb1bfe538462b55e7588de4fc818595ab953efb860d8075a14d840905fe12 Description-en: Transitional package for unavailable language This language is unavailable for the current version of Firefox
This is an empty transitional package to ensure a clean upgrade process. You can safely remove this package after installation.
There are three methods to install firefox-locale-mn 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 firefox-locale-mn Using apt-get
Update apt database with apt-get using the following command.
sudo apt-get update
After updating apt database, We can install firefox-locale-mn using apt-get by running the following command:
sudo apt-get -y install firefox-locale-mn
Install firefox-locale-mn Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install firefox-locale-mn using apt by running the following command:
sudo apt -y install firefox-locale-mn
Install firefox-locale-mn 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 firefox-locale-mn using aptitude by running the following command:
sudo aptitude -y install firefox-locale-mn
How To Uninstall firefox-locale-mn on Ubuntu 20.04
To uninstall only the firefox-locale-mn package we can use the following command:
sudo apt-get remove firefox-locale-mn
Uninstall firefox-locale-mn And Its Dependencies
To uninstall firefox-locale-mn and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:
sudo apt-get -y autoremove firefox-locale-mn
Remove firefox-locale-mn Configurations and Data
To remove firefox-locale-mn configuration and data from Ubuntu 20.04 we can use the following command:
sudo apt-get -y purge firefox-locale-mn
Remove firefox-locale-mn configuration, data, and all of its dependencies
We can use the following command to remove firefox-locale-mn configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge firefox-locale-mn
References
Summary
In this tutorial we learn how to install firefox-locale-mn package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.