Debian repository

From cogniteam
Revision as of 18:13, 19 January 2020 by Blackpc (talk | contribs)
Jump to: navigation, search

Cogniteam's debian repositories setup

Setup APT sources list

Add Cogniteam's APT repository to your APT sources list: <syntaxhighlight lang="cpp"> sudo sh -c 'echo "deb ftp://USER:PASSWORD@apt.cogni.io $(lsb_release -sc) main" > /etc/apt/sources.list.d/apt-cogni-io.list' </syntaxhighlight> Note: change USER and PASSWORD with credentials provided to you

Setup APT keys

<syntaxhighlight lang="cpp"> wget -O - fhttps://cloud.cogni.io/apt_pub.gpg | sudo apt-key add - </syntaxhighlight>

Update APT index

<syntaxhighlight lang="cpp"> sudo apt update </syntaxhighlight>