How to install Movie Monad Video Player on Ubuntu

Movie Monad is a free and open-source video player for Linux. It is released under GNU GPL v3 license. Movie Monad is a easy to use Haskell, GStreamer and GTK based video player. Using this you can play your local files from your computer and also stream online videos. It comes with play, pause, seek, repeat, slow speed and fast speed, turn subtitles off, pick your language and mute control support. Some other important features are full screen video and resize the video support. It also comes with command line support so you can play your videos from the command line.

Movie Monad Video Player

Download Movie Monad

Install Movie Monad on Ubuntu

You can install install Movie Monad Video Player on Ubuntu via the portable AppImage, Flatpak and snap package.

Install Movie Monad via Flatpak:

You need to install and setup flatpak and flathub first on your system. Follow the below How to install flatpak on Ubuntu tutorial link and install and setup flatpak.

How to install flatpak on ubuntu:

After the installation of flatpak in you Ubuntu, Open your terminal app (Ctrl+Atl+T) and run the below command

flatpak install flathub com.lettier.movie-monad

During the installation of Movie Monad press y and enter when it asked to confirm the installation. Then start the Movie Monad video player by running the below command in terminal.

flatpak run com.lettier.movie-monad

Install Movie Monad via AppImage:

Download Movie Monad Video Player in AppImage file package on your system from the above download link and save it on your Downloads folder. Then right click on the downloaded Movie Monad .AppImage file and select Properties.Then go to the Permissions section and check the Executable as program option.

Also Read:  Empty Clip Top Down Shooter Game

Movie Monad Video Player permission

Close that window and right click again on the file and select Run to start it

Movie Monad run app

[OR]

You can also do the above task via terminal like below.

Open terminal(ctrl+Alt+T) and run below commands one by one.

cd Downloads
sudo chmod +x ~ movie-monad-0.0.7.0-x86_64.AppImage
sudo ./movie-monad-0.0.7.0-x86_64.AppImage

Here “movie-monad-0.0.7.0-x86_64.AppImage” is downloaded file name. you can change the file name in above command according to yours.

Install Movie Monad via snap:

You can also install this video player via snap on your Ubuntu. For that in Ubuntu terminal (Ctrl+Alt+T) run this command.

sudo snap install movie-monad

Then type your Ubuntu password and press the enter key. It will install the latest version of Movie Monad Video Player on Ubuntu. Then click the show apps in the Ubuntu dock and type Movie Monad in the search box and click Movie Monad to open it.

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