> For the complete documentation index, see [llms.txt](https://openhd.gitbook.io/open-hd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://openhd.gitbook.io/open-hd/master/developer-corner/updating-package-on-a-pi.md).

# Update packages on a Pi

> ⚠️ **This documentation is outdated!** A current version is available at [openhdfpv.org](https://openhdfpv.org)
>
> [📖 **View Updated Version of This Page** →](https://openhdfpv.org)

***

This probably will only be done on a Ground-Pi as its usually much harder to give a data connection to an Air-Pi and then login.

ssh into the pi and give it internet connectiviy. Then issue the following commands in this example to update qopenhd app:

`sudo apt-get update`\
`sudo apt-get install qopenhd`
