3

Is there an easy way of installing mpd 0.21.20 or newer in Ubuntu 18.04? The machine has 32 bit Ubuntu.

I currently have version 0.20.18-1build1 from bionic/universe i386 Packages installed.

jarno
  • 6,175

1 Answers1

3

There is a cp.piber's misc packages PPA with newer mpd version for Ubuntu 18.04 LTS:

sudo add-apt-repository ppa:cppiber/ppa
sudo apt-get update
sudo apt-get install mpd
N0rbert
  • 103,263