Files
coco-app/docs/content.en/docs/getting-started/installation/ubuntu.md
SteveLauC eafa704ca5 docs: doc dylib dependencies in install doc (#885)
Update the installaction document [1] to mention that we have some
dynamic libraries that need to be installed as well.

[1]: https://docs.infinilabs.com/coco-app/main/docs/getting-started/installation/ubuntu/
2025-08-25 16:22:11 +08:00

1.0 KiB

weight, title, asciinema
weight title asciinema
10 Ubuntu true

Ubuntu

NOTE: Coco app only works fully under X11.

Don't know if you running X11 or not? take a look at this question!

Install dependencies

$ sudo apt-get update
$ sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf xdg-utils libtracker-sparql-3.0-dev

Go to the download page

Download page: link

Download the package

Download the package of your architecture, it should be put in your Downloads directory and look like this:

$ cd ~/Downloads
$ ls 
Coco-AI-x.y.z-bbbb-deb-linux-amd64.zip 
# or Coco-AI-x.y.z-bbbb-deb-linux-arm64.zip depending on your architecture

Install it

Unzip and install it

$ unzip Coco-AI-x.y.z-bbbb-deb-linux-amd64.zip 
$ sudo dpkg -i Coco-AI-x.y.z-bbbb-deb-linux-amd64.deb