mirror of
https://github.com/infinilabs/coco-app.git
synced 2025-12-23 14:59:24 +01:00
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/
1.0 KiB
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