On Fri, Mar 4, 2016 at 4:22 PM, Audrey <
ao...@smith.edu> 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?