Please enable javascript, or click here to visit my ecommerce web site powered by Shopify.
Jump to: navigation, search

Difference between revisions of "RockpiS/radxa-apt"

Line 17: Line 17:
 
     export DISTRO=buster-testing      # update more frequently but maybe unstable
 
     export DISTRO=buster-testing      # update more frequently but maybe unstable
  
Currently all packages for ROCK Pi S are under '''stretch-testing''' and '''bionic-testing'''.
+
Currently all packages for ROCK Pi S are under '''stretch-testing''', '''bionic-testing''' and '''buster-testing'''.
  
 
To use it, add radxa apt to your sources.list with the following command:
 
To use it, add radxa apt to your sources.list with the following command:
Line 24: Line 24:
  
 
     echo "deb http://apt.radxa.com/$DISTRO/ stretch main" | sudo tee /etc/apt/sources.list.d/apt-radxa-com.list
 
     echo "deb http://apt.radxa.com/$DISTRO/ stretch main" | sudo tee /etc/apt/sources.list.d/apt-radxa-com.list
 +
 +
'''For Debian Buster'''
 +
 +
    echo "deb http://apt.radxa.com/$DISTRO/ buster main" | sudo tee /etc/apt/sources.list.d/apt-radxa-com.list
  
 
'''For Ubuntu bionic'''
 
'''For Ubuntu bionic'''

Revision as of 13:02, 4 December 2019

    ROCK Pi S >  Radxa APT


Radxa APT is the Debian package repository maintained by Radxa to provide ROCK Pi S and Rockchip vendor specific package.

Currently Radxa APT supports Debian Stretch and Ubuntu Bionic, each distro has testing and stable repo, choose one of below:

   export DISTRO=stretch
   export DISTRO=stretch-testing     # update more frequently but maybe unstable
   export DISTRO=bionic
   export DISTRO=bionic-testing      # update more frequently but maybe unstable
   export DISTRO=buster-testing      # update more frequently but maybe unstable

Currently all packages for ROCK Pi S are under stretch-testing, bionic-testing and buster-testing.

To use it, add radxa apt to your sources.list with the following command:

For Debian Stretch

   echo "deb http://apt.radxa.com/$DISTRO/ stretch main" | sudo tee /etc/apt/sources.list.d/apt-radxa-com.list

For Debian Buster

   echo "deb http://apt.radxa.com/$DISTRO/ buster main" | sudo tee /etc/apt/sources.list.d/apt-radxa-com.list

For Ubuntu bionic

   echo "deb http://apt.radxa.com/$DISTRO/ bionic main" | sudo tee /etc/apt/sources.list.d/apt-radxa-com.list

Get the pub key

   wget -O -  apt.radxa.com/$DISTRO/public.key | sudo apt-key add -

Update

   sudo apt-get update && sudo apt-get upgrade