> For the complete documentation index, see [llms.txt](https://docs.petio.tv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.petio.tv/install-guides/linux/updating-petio.md).

# Updating Petio

* Stop the Petio service.

  ```bash
  sudo systemctl stop petio
  ```
* Download the latest version of Petio.

  ```bash
  sudo wget https://petio.tv/releases/latest -O petio-latest.zip
  ```
* Extract to petio folder.

  ```bash
  sudo unzip petio-latest.zip -d /opt/Petio
  ```
* Start Petio service.

  ```bash
  sudo systemctl start petio
  ```
* Remove the file you downloaded so you are ready for a new update later on.

  ```bash
  sudo rm petio-latest.zip
  ```
