By default when I install a BB with one of the usual RCN builds, the repos as defined in /etc/apt/sources.list are set to the following:
Are there other well-known ARMHF repos that I can add if the package I'm looking for isn't there?
For example, I like to use "fish" as my shell. When I try to install it, I get this:
$ sudo apt-get install fish
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package fish is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'fish' has no installation candidate
Yes, I could build it myself, but that defeats the entire purpose of having package management, automatic updates when security fixes are available, etc.
Stéphane