How To Install firefox-locale-oc on Ubuntu 20.04

In this tutorial we learn how to install firefox-locale-oc on Ubuntu 20.04. firefox-locale-oc is Occitan (post 1500) language pack for Firefox Occitan (post 1500) language pack for Firefox

Introduction

In this tutorial we learn how to install firefox-locale-oc on Ubuntu 20.04.

What is firefox-locale-oc

firefox-locale-oc is:

This package contains Occitan (post 1500) translations and search plugins for Firefox

Package: firefox-locale-oc 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: 754 Replaces: language-pack-oc-base Filename: pool/main/f/firefox/firefox-locale-oc_75.0+build3-0ubuntu1_amd64.deb Size: 490568 MD5sum: 5d91a3fda80a5008b86db030cd8cc145 SHA1: c1d4cdd36f4ccdec78a460ab94e795049047e461 SHA256: 04b1e38d9acda7bad51379a0c13d8456ed4899291e476f5b763a4cab35496f6b Description-en: Occitan (post 1500) language pack for Firefox This package contains Occitan (post 1500) translations and search plugins for Firefox

There are three methods to install firefox-locale-oc 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-oc 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-oc using apt-get by running the following command:

sudo apt-get -y install firefox-locale-oc

Install firefox-locale-oc Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install firefox-locale-oc using apt by running the following command:

sudo apt -y install firefox-locale-oc

Install firefox-locale-oc 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-oc using aptitude by running the following command:

sudo aptitude -y install firefox-locale-oc

How To Uninstall firefox-locale-oc on Ubuntu 20.04

To uninstall only the firefox-locale-oc package we can use the following command:

sudo apt-get remove firefox-locale-oc

Uninstall firefox-locale-oc And Its Dependencies

To uninstall firefox-locale-oc 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-oc

Remove firefox-locale-oc Configurations and Data

To remove firefox-locale-oc configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge firefox-locale-oc

Remove firefox-locale-oc configuration, data, and all of its dependencies

We can use the following command to remove firefox-locale-oc configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge firefox-locale-oc

References

Summary

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