# tasksel

Tasksel bir linux distrosunu belli bir amaç için kullanabilecek şekilde paket uygulamaları, bağımlılıkları vs yükler. Tasksel içinde mevcut olan bir çok uygulama vardır. lamp, ubuntu-gui, dns vb. tek seçimle kurulur hale getirmektedir.

"apt install tasksel" ile kurulur.

Mevcut taskleri görmek için;

tasksel --list-task

Task kurmak için;

sudo tasksel install lamp-server

Alternative olarak task kurmak için;

sudo apt install lamp-server^\
\- Sonraki caret(^) işereti bunun tasksel yardımıyla kurulacağını belirtir.

Task'lar aşağıda belirtilen dosya içerisinde tanımlanmıştır.

```
grep Task /usr/share/tasksel/ubuntu-tasks.desc
```


---

# 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://security.musana.net/linux/tasksel.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.
