How to Install and Uninstall mpd Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 16,2024

1. Install "mpd" package

Please follow the guidelines below to install mpd on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install mpd

2. Uninstall "mpd" package

Please follow the instructions below to uninstall mpd on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove mpd $ sudo apt autoclean && sudo apt autoremove

3. Information about the mpd package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: mpd
Priority: optional
Section: universe/sound
Installed-Size: 1091
Maintainer: Ubuntu Developers
Original-Maintainer: mpd maintainers
Architecture: amd64
Version: 0.19.12-1
Depends: adduser, lsb-base, init-system-helpers (>= 1.18~), libadplug-2.2.1-0v5 (>= 2.2.1-0), libao4 (>= 1.1.0), libasound2 (>= 1.0.18), libaudiofile1 (>= 0.3.6), libavahi-client3 (>= 0.6.16), libavahi-common3 (>= 0.6.16), libavcodec-ffmpeg56 (>= 7:2.4) | libavcodec-ffmpeg-extra56 (>= 7:2.4), libavformat-ffmpeg56 (>= 7:2.4), libavutil-ffmpeg54 (>= 7:2.4), libbz2-1.0, libc6 (>= 2.17), libcdio-cdda1 (>= 0.83), libcdio-paranoia1 (>= 0.83), libcdio13 (>= 0.83), libcurl3-gnutls (>= 7.18.0), libdbus-1-3 (>= 1.9.14), libexpat1 (>= 2.0.1), libfaad2 (>= 2.7), libflac8 (>= 1.3.0), libfluidsynth1, libglib2.0-0 (>= 2.12.0), libgme0 (>= 0.5.5), libicu55 (>= 55.1-1~), libid3tag0 (>= 0.15.1b), libiso9660-8 (>= 0.83), libjack-jackd2-0 (>= 1.9.5~dfsg-14) | libjack-0.116, libmad0 (>= 0.15.1b-3), libmikmod3 (>= 3.3.3), libmms0 (>= 0.4), libmodplug1 (>= 1:0.8.8.5), libmp3lame0, libmpcdec6 (>= 1:0.1~r435), libmpdclient2 (>= 2.9), libmpg123-0 (>= 1.6.2), libnfs8 (>= 1.9.7), libogg0 (>= 1.1.0), libopenal1 (>= 1.14), libopus0 (>= 1.0.3), libpulse0 (>= 0.99.1), libresid-builder0c2a, libroar2, libsamplerate0 (>= 0.1.7), libshout3, libsidplay2v5, libsidutils0, libsmbclient (>= 2:4.0.3+dfsg1), libsndfile1 (>= 1.0.20), libsoxr0 (>= 0.1.0), libsqlite3-0 (>= 3.5.9), libstdc++6 (>= 5.2), libsystemd0, libupnp6 (>= 1.4.3), libvorbis0a (>= 1.2.3), libvorbisenc2 (>= 1.1.2), libvorbisfile3 (>= 1.1.2), libwavpack1 (>= 4.40.0), libwildmidi1 (>= 0.2.3), libwrap0 (>= 7.6-4~), libyajl2 (>= 2.0.4), libzzip-0-13 (>= 0.13.56), zlib1g (>= 1:1.1.4)
Suggests: avahi-daemon, icecast2, mpd-client, pulseaudio
Breaks: avahi-daemon (<< 0.6.31-3)
Filename: pool/universe/m/mpd/mpd_0.19.12-1_amd64.deb
Size: 338088
MD5sum: aeb2f972031495ecff6804727b144604
SHA1: 9dd6faf99a2db04a7f5a14a480924ba005db964f
SHA256: 1fe990383a183df92b76c781e6ed27da3c84d131de37c2481edcb48d5cd123e9
Description-en: Music Player Daemon
Music Player Daemon (MPD) is a server that allows remote access for
playing audio files (Ogg-Vorbis, FLAC, MP3, Wave, and AIFF), streams
(Ogg-Vorbis, MP3) and managing playlists. Gapless playback, buffered
output, and crossfading support is also included. The design focus is
on integrating a computer into a stereo system that provides control
for music playback over a TCP/IP network. The goals are to be easy to
install and use, to have minimal resource requirements (it has been
reported to run fine on a Pentium 75), and to remain stable and
flexible.
.
The daemon is controlled through a client which need not run on the
same computer mpd runs on. The separate client and server design
allows users to choose a user interface that best suites their tastes
independently of the underlying daemon (this package) which actually
plays music.
Description-md5: f318c4a927bba8215d5caa973656c5e7
Homepage: http://www.musicpd.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu