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

RockpiE/radxa-apt

< RockpiE
Revision as of 02:30, 20 November 2019 by Stephen (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
    ROCK Pi E >  Radxa APT


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

Currently Radxa APT supports Debian Stretch, Debian Buster 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
   export DISTRO=buster-testing      # update more frequently but maybe unstable

Currently all packages for ROCK Pi E are under buster-testing.

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

For Debian Buster

   export DISTRO=buster-testing
   echo "deb http://apt.radxa.com/$DISTRO/ stretch 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