# Installing Ubuntu

Booting from the USB will bring you to the Ubuntu installer. Follow this step-by-step developer path:

1. Language & Keyboard Layout: Select your preferred language and test your keyboard layout.
2. Normal vs Minimal Installation:
   * *Normal:* Includes office software, games, and media players.
   * *Minimal:* Includes only a browser and basic utilities.
   * > 💡 Tip: Developers should choose Minimal Installation. It keeps your system lean, saving RAM and disk space for Docker images, LLM models, and code.
3. Updates and Third-Party Software:
   * Check Download updates while installing.
   * Check Install third-party software for graphics and Wi-Fi hardware. This is crucial to ensure proprietary drivers (like NVIDIA or specific Wi-Fi cards) work immediately.
4. Installation Type:
   * Choose Something Else if you want to set up the manual partitions discussed. (recommended for dual boot OS)
   * Choose Erase disk and install Ubuntu for a dedicated Linux machine.
5. User Account: Create your username, computer name, and a strong password. You will use this password constantly for `sudo` commands.
6. Time Zone: Select your region (e.g., Kolkata/IST) and click Install.


---

# 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/installing-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.
