On Fri, Mar 4, 2016 at 4:22 PM, Audrey <[email protected]> wrote: > So I want to do floating point arithmetic in BASH, but I have trouble > installing the bc package (https://www.gnu.org/software/bc/). > > I type in: > apt-get install bc > > and it tells me: > Reading package lists... Done > Building dependency tree > Reading state information... Done > E: Unable to locate package bc > > So. Any idea on how to either do floating point arithmetic in BASH some > other way, or how to install bc on beaglebone black?
apt-get update apt-get install bc 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]. For more options, visit https://groups.google.com/d/optout.
