Greg, When in doubt, you can search the apt cache to see if the package exists. Such as . . .
$ sudo apt-get update $ apt-cache search <package name> Additionally, If you do not know what the package name might be, and apt-cache search is not workign as you migth expect. You can google "debian package <package name> " and you should find the online listing for debian packages. Sometimes, it may also be required to use the specific debian version code name such as "Wheezy", or "Jessie" . . . On Sun, Apr 10, 2016 at 2:24 PM, Greg <[email protected]> wrote: > That worked, many thanks! > > Greg > > > -- > 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. > -- 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.
