Ubuntu

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 
Edit Edit this page