mpz Directory Tree music Player – Install mpz on Ubuntu

mpz is a free and open source music player for Linux and Windows. It is one of the best music player for large amount of local music collections. It comes with 3 columns simple easy to use user interface (library, playlists and tracks. You can create unlimited number of playlists easily from the directory tree library. It is based on C++ and Qt framework and released under GNU General Public License. It also comes with some other useful features such as CUE support and radio streams support in pls and m3u playlists.

Install mpz Music Player on Ubuntu

You can install mpz Music Player via the native deb file and manually adding the repository.

Install mpz Music Player via Deb:

Download mpz Music Player

Go to above mpz download page and select your OS as Ubuntu. Then click Grab bnary package directly, the download mpz in .deb file format based on your OS version. And save it on your Downloads folder.Here the downloaded file name is “mpz_1.0.2.0-0_amd64.deb”. change below commands based on your file name.

Also Read:  How to Install OneDrive Client for Linux on Ubuntu

Open your terminal software (ctrl+alt+t) and run below commands.

cd Downloads
sudo dpkg -i mpz_1.0.2.0-0_amd64.deb
sudo apt install -f

You can open mpz music player via below command.

mpz

Install mpz Music Player via manually adding Repository:

Ubuntu 20.04

echo 'deb http://download.opensuse.org/repositories/home:/oleg_antonyan/xUbuntu_20.04/ /' | sudo tee /etc/apt/sources.list.d/home:oleg_antonyan.list
curl -fsSL https://download.opensuse.org/repositories/home:oleg_antonyan/xUbuntu_20.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home:oleg_antonyan.gpg > /dev/null
sudo apt update
sudo apt install mpz

Ubuntu 18.04

echo 'deb http://download.opensuse.org/repositories/home:/oleg_antonyan/xUbuntu_18.04/ /' | sudo tee /etc/apt/sources.list.d/home:oleg_antonyan.list
curl -fsSL https://download.opensuse.org/repositories/home:oleg_antonyan/xUbuntu_18.04/Release.key | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home:oleg_antonyan.gpg > /dev/null
sudo apt update
sudo apt install mpz

That’s all..

If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Leave a Reply