Difference between revisions of "Debrepository"

From RobotinoWiki
Line 16: Line 16:
 
</pre>
 
</pre>
  
 +
==Debian Buster==
 +
<pre>
 +
sudo su
 +
echo "deb http://packages2.openrobotino.org buster main" > /etc/apt/sources.list.d/openrobotino.list
 +
</pre>
  
 
==Install single package==
 
==Install single package==

Revision as of 12:16, 27 March 2020

Import key file

wget -qO - http://packages.openrobotino.org/keyFile | sudo apt-key add -

Ubuntu 16.04 Xenial (image version 3.x)

sudo su
echo "deb http://packages.openrobotino.org/xenial xenial main" > /etc/apt/sources.list.d/openrobotino.list

Ubuntu 18.04 Bionic (image version 4.x)

sudo su
echo "deb http://packages2.openrobotino.org bionic main" > /etc/apt/sources.list.d/openrobotino.list

Debian Buster

sudo su
echo "deb http://packages2.openrobotino.org buster main" > /etc/apt/sources.list.d/openrobotino.list

Install single package

If you downloaded a single package you need to install all its dependencies manually. This can be done with the following command

gdebi my_package_1.0.deb