Remove Bluetooth from Ubuntu
If like me you are running on a laptop or desktop without Bluetooth, you'll notice that Ubuntu is still running around 1.5MB of Bluetooth packages, wasting drive space and memory at run time.
We could could ignore the disk space loss, but the fact that it stays resident after it sees no bluetooth hardware connected is far from ideal. It would have been trivial for them to exit the daemon when it found no hardware connected, so its probably just sloppy QA (or lack of any QA again..) that let this one slip into a release. Should anyone plug in a USB bluetooth adapter, HAL should then swawn the daemon etc.
So simply disable and uninstall/remove bluetooth from Ubuntu.
# apt-get --purge remove bluez-utils bluez-gnome
The --purge removes the installer files from your drive, recovering the space again ;)
Labels: GNU+Linux, Performance, Ubuntu
2 Comments:
i removed bluetooth by mistake
how can i get it back?
(writing from live cd)
would you please answer by email? please...
naihloan@gmail.com
ps.
i don't have any web conection anymore
(unless with my helpful live cd)
without web i'm not getting to install anything...
didn't find answers anywhere...
Post a Comment
<< Home