# Firefox Ubuntu

<mark style="background-color:purple;">**The  eDistrict  Version 2.0 is not dependent on Java applet and will work with Latest version of Firefox and as well as google chrome.**</mark>

The latest Firefox  version  is <mark style="color:red;background-color:red;">144.0.0</mark>

![](https://www.mozilla.org/media/img/structured-data/logo-firefox-browser.fbc7ffbb50fd.png)

## Firefox Installation

<details>

<summary>Download Firefox</summary>

1.Extract the contents of the downloaded file by typing:

```
tar xjf firefox-*.tar.bz2
```

2.Move the uncompressed Firefox folder to /opt:

```
mv firefox /opt
```

3.Create a symlink to the Firefox executable:

```
ln -s /opt/firefox/firefox /usr/local/bin/firefox
```

4\. Download a copy of the desktop file:

```
wget https://raw.githubusercontent.com/mozilla/sumo-kb/main/install-firefox-linux/firefox.desktop -P /usr/local/share/applications
```

</details>

{% hint style="success" %}
Latest Version of Firefox Installed on your system Successfully.
{% endhint %}

## Update Firefox Ubuntu

```
sudo apt update
```

```
 sudo apt install --only-upgrade firefox
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ksitmalappuzha.in/hastham/e-district/firefox-ubuntu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
