# Mempercepat update/upgrade/install Kali Linux

Copy dulu sourlist awal buat backup

```bash
sudo cp /etc/apt/sources.list /etc/apt/sources.list-backup
```

Ubah pake nano atau vim juga boleh lah (ga usah pamer jago vim wkwkw)

```bash
sudo nano /etc/apt/sources.list
```

Kasih tag buat standard source list, dan tambahin ini

```
deb https://mirrors.ocf.berkeley.edu/kali/ kali-rolling main non-free contrib
```

<figure><img src="/files/s55Ci8L1PrDUmGCCNY5t" alt=""><figcaption><p>Contoh pengubahan</p></figcaption></figure>

Coba update dan/atau upgrade

```bash
sudo apt update
```


---

# 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://notes.anggipradana.com/tutorial/mempercepat-update-upgrade-install-kali-linux.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.
