[email protected] wrote:
> 
> I have a BeagleBone Black. It is running a Debian 8.2 flasher image from 
> December 2015. I want to free resources by pruning the running config a 
> bit, but its not clear to me how to do so.
> 
[snip]

> How do I stop the following services:
> 
>  * web related services, like Apache
>  * sound related services, like Avahi
>  * windows managers, like LXDE
> 
The (fairly) obvious way to do this is simply to uninstall them:-

    apt-get remove apache2

(you need to be root or prefix with 'sudo').

It's easy enough, if you want them back at some later date, to
re-install them.  You may have to work out the full package names to
use with 'apt-get remove'.  You can either use 'apt-cache search' or
'dpkg -l | grep <name>'.


-- 
Chris Green
ยท

-- 
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.

Reply via email to