$ dpkg -l | grep <package_name> /* check if <package_name> is installed */ $ apt-cache search <package_name> /* check if <package_name> exists in the package repo */ $ sudo apt-get install <package_name> /* install existing package <package_name> */
On Fri, Mar 11, 2016 at 9:14 PM, Virendra <[email protected]> wrote: > > Hi All, > > I have a doubt on how to package the php5 within the SD card image created > to load in Beagle Bone Black. > > I have been following the instruction on > https://eewiki.net/display/linuxonarm/BeagleBone+Black to get the micro > SD card image. I use the default Debian 8 for the Root File System. Debian > 8 doesn't come with PHP pre-installed. Could I get some instructions how to > bundle the php so that when I load the SD card image I should see the php5 > installed. > > Thanks > > Veera > > -- > 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.
