So I want to replace PulseAudio 8 on my Ubuntu 16.04 with PulseAudio 11 (because the latter has better support for bluetooth headsets).
I've managed to compile PulseAudio 11 from source, and everything seems to work fine after I do sudo make install
, however, every once in a while Ubuntu Software Updater upgrades PulseAudio and rolls me back to version 8.
I cannot just uninstall the standard PulseAudio package, because there's a ton of packages that depend on it, as well as a bunch of libraries that PulseAudio itself needs (and which Ubuntu's package manager wants to remove when their dependency disappears).
Is there a "proper" way of doing this, that plays nicely with packages?
sudo make install
; how to makeapt-get
know about it? – muru Jan 09 '18 at 07:56