On Sun, Dec 18, 2016 at 12:56 PM, Stephane Charette <[email protected]> wrote: > 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: > > deb http://httpredir.debian.org/debian/ jessie main contrib non-free > deb http://httpredir.debian.org/debian/ jessie-updates main contrib non-free > deb http://security.debian.org/ jessie/updates main contrib non-free > deb https://deb.nodesource.com/node_0.12 jessie main > deb [arch=armhf] http://repos.rcn-ee.com/debian/ jessie main > > 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.
try again: sudo apt-get update ; sudo apt-get install fish https://packages.debian.org/source/jessie-backports/fish Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYgaavLJwT4n8DZnNux9VkEdbpTjp6O_ESiQm3W5bugUcw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
