# Downloading Ubuntu

#### Where to Download

Always download Ubuntu directly from the source: [ubuntu.com/download/desktop](https://ubuntu.com/download/desktop).

#### Downloading the ISO Image

Click the download button for the latest LTS version. You will receive an `.iso` file. An ISO is a "disk image"ta single file containing the complete contents of the Ubuntu installation disk.

#### Verifying the ISO Checksum (Best Practice)

Downloads can sometimes corrupt. Verifying the SHA256 checksum ensures your file is mathematically identical to the one Ubuntu published.

> ℹ️ Note: On Windows, open PowerShell, navigate to your download folder, and run: `Get-FileHash ubuntu-24.04-desktop-amd64.iso`. Compare the output to the hash on Ubuntu's website.


---

# 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://shankar-lab.gitbook.io/mylearning/ubuntu-installation-guide/downloading-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.
