nolo...@gmail.com 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
·