DeadBeef is a small audio player for GNU Linux systems with X11, written in C and C++ programming languages. It is oriented to the Gnome desktop environment, and therefore Unity. The project was created in 2009 and today besides the computer version it is known to be an Android program.
For Ubuntu users this player can be a real boon, as it supports the following features:
mp3
, ogg
, flac/oga
, ape
, wav
, wv/iso.wv
, aac/m4a
, alac
, mpc/mpp/mp+
, tta
, wma
, shn
, sid
, nsf
, mod
, s3m
, vtx
, vgm/vgz
, psf
, midi
, audio cds
, as well as all supported ffmpeg
, umb
, gme
, libsndfile
, adplug
;CUE
, M3U
and PLS
playlists;mp3
files over HTTP and HTTPS;ID3v1
, ID3v2
, APEv2
, vorbiscomment
;libsamplerate
;Alsa
, oss b PulseAudio
;last.fm/libre.fm
scrubbler;Next, let's look at the instructions on how to install this player on the system.
If you want to install the latest version of the player, we suggest you to use the easiest way - add PPA to your system. To add a PPA, follow the steps below:
$ sudo add-apt-repository ppa:starws-box/deadbeef-player
$ sudo apt update
Next, install DeadBeef:
$ sudo apt install deadbeef
Now you can launch the player directly from the main menu.
You can uninstall it at any time if you suddenly lose the need for DeadBeef
$ sudo apt install deadbeef
If for some reason you don't want to install the program from the repository, you can install it using snap
package. In order to do so, execute:
$ sudo snap install deadbeef-vs
With this installation method, the player is uninstalled as follows:
$ sudo remove install deadbeef-vs
That's all for now. The instruction is considered complete.