Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => A10 => Topic started by: bb on August 26, 2014, 09:23:54 PM

Title: A10: adding packages with apt-get from debian-repository?
Post by: bb on August 26, 2014, 09:23:54 PM
Hallo,

I want to use the linux-image from Olimex. Reading the package-list I was missing some packages. Is it possible to install them with apt-get (with out compiling) using the official debian-repository? Which architecture fits (armel or armhf)

Thank you!

Bernd
Title: Re: A10: adding packages with apt-get from debian-repository?
Post by: JohnS on August 26, 2014, 09:38:16 PM
I think armhf now.

John
Title: Re: A10: adding packages with apt-get from debian-repository?
Post by: Chax on September 17, 2014, 02:32:37 PM
If you are missing packages, maybe you haven't run 'apt-get update' first?

Or maybe your sources list (/etc/apt/sources.list) is not complete?

deb http://ftp.nl.debian.org/debian/ wheezy main
deb-src http://ftp.nl.debian.org/debian/ wheezy main

deb http://security.debian.org/ wheezy/updates main
deb-src http://security.debian.org/ wheezy/updates main

# wheezy-updates, previously known as 'volatile'
deb http://ftp.nl.debian.org/debian/ wheezy-updates main
deb-src http://ftp.nl.debian.org/debian/ wheezy-updates main