Difference between revisions of "Rockpi4/radxa-apt"
< Rockpi4
(No difference)
|
Revision as of 13:08, 14 December 2018
ROCK Pi 4 > Radxa APT
Radxa APT is the Debian package repository maintained by Radxa to provide ROCK Pi 4 and Rockchip vendor specific package.
To use it, edit your /etc/apt/sources.list and add the following:
For Debian Stretch
deb http://apt.radxa.com/stretch/ stretch main
For Ubuntu bionic
deb http://apt.radxa.com/bionic/ bionic main
Get the pub key
wget -O - apt.radxa.com/stretch/public.key | sudo apt-key add -
Update
sudo apt-get update && sudo apt-get upgrade sudo apt-get install *package-name*