> For the complete documentation index, see [llms.txt](https://docs.liman.dev/sistem-yonetimi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.liman.dev/sistem-yonetimi/kurulum/kuruluma-giris/dagitima-ait-iso-dosyasinin-indirilmesi.md).

# Dağıtıma Ait ISO Dosyasının İndirilmesi

&#x20;**ISO**, bir CD ya da DVD üzerinde bulunan tüm bilgilerin tıpatıp saklanabildiği, açılışta başlatma özelliklerinin (bootable) korunabildiği bir arşiv biçimidir.\*

Bu sebeple genel anlamda işletim sistemi kurmak için .iso uzantılı bir dosyaya ihtiyaç duyulmaktadır. Bu dosya her işletim sisteminin kendi internet sitesinden edinilebilir. Örneğin bazı GNU/Linux dağıtımlarının indirme bağlantıları aşağıda yer almaktadır.

* **Pardus :** [**https://www.pardus.org.tr/surumler/**](https://www.pardus.org.tr/surumler/)
* **Ubuntu :** [**https://releases.ubuntu.com/20.04/**](https://releases.ubuntu.com/20.04/)
* **CentOS :** [**https://www.centos.org/download/**](https://www.centos.org/download/)
* **Fedora :** [**https://getfedora.org/tr/server/download/**](https://getfedora.org/tr/server/download/)

Buna ek olarak Windows'un da kendine ait bir ISO dosyası bulunmaktadır.

Pardus 19.5 Sunucu indirmek için bağlantıya gidilip ilgili buton ile indirme işlemi başlatılır.

![Pardus 19.5 Sunucu İndirme Penceresi](/files/-MgAWl9_85B-wj4w8XW5)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.liman.dev/sistem-yonetimi/kurulum/kuruluma-giris/dagitima-ait-iso-dosyasinin-indirilmesi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
