Score:1

How to install newest Pulseaudio on ubutu 20.04

jp flag

I am trying to install the newest Pulseaudio. I found this guide but I am failed immediately on the first step:

https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/Developer/PulseAudioFromGit/

When I cloned repository and run build command I got following error:

Found CMake: /snap/bin/cmake (3.20.4)
Run-time dependency tdb found: NO (tried pkgconfig and cmake)

meson.build:514:2: ERROR: Dependency "tdb" not found, tried pkgconfig and cmake

Can you help me to fix it or tell me if there is simpler way how to install newest version of PA? Thank you.

Nmath avatar
ng flag
Isn't it already installed? If so, what is it exactly that you need from the version you are trying to install that is not working with the version that is provided in Ubuntu's repositories? Unless there is some feature or bugfix that you absolutely must have, it's better to stick with the software that's in repos.
Denis Stephanov avatar
jp flag
@Nmath yes it is, but version 13.99.1, I need never 14 version due to bugs as you said
Nmath avatar
ng flag
Which bugs? And are you sure that the new version fixes those bugs?
Nmath avatar
ng flag
Here is the [documentation](https://www.freedesktop.org/wiki/Software/PulseAudio/Download/) from the developers of PulseAudio as it pertains to downloading and installing it from source. Notably, there is the following warning: **"Typically PulseAudio would be provided by your OS distribution. As PulseAudio forms part of what is typically preferred to as the plumbing layer of Linux userspace, it is a non-trivial job to integrate it fully to form a complete system. This is why we strongly encourage you to go via your distribution whenever possible."**
Score:1
ve flag

To resolve dependency tdb, use:

sudo apt install libtdb-dev

You might also need:

sudo apt install libsndfile1-dev check
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.