Hacker News new | ask | show | jobs
by axaysd 3258 days ago
I'm using Fedora 26 and

it shows that packages "asound", "pulse" and "libmp3lame" are not available.

What do I do?

2 comments

These are all common libraries that most distributions should have.

1. "asound" refers to ALSA. 2. "pulse" is PulseAudio 3. "libmp3lame" is LAME

A quick google search looks like these may be the packages you need:

1. alsa-lib-devel 2. pulseaudio and pulseaudio-libs-devel 3. liblame-devel, maybe?

Looks like I'll need to spend some time here soon installing a few more popular distros and figuring out the exact package names.

Would love to see Centos7 included in your distro list.
On Arch same response, tried yaourt with little success.