A10: adding packages with apt-get from debian-repository?

Started by bb, August 26, 2014, 09:23:54 PM

Previous topic - Next topic

bb

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


Chax

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