Skip to content

smplayer

Jason Hempstead edited this page Aug 21, 2020 · 1 revision

smplayer

SMPlayer is a free media player for Windows and Linux with built-in codecs that can play virtually all video and audio formats

requires:

apt install smplayer 
yum install smplayer 
pacman -S smplayer 

Automatic install/update:

bash -c "$(curl -LSs https://github.com/casjay-dotfiles/smplayer/raw/master/install.sh)"

Manual install:

mv -fv "$HOME/.config/smplayer" "$HOME/.config/smplayer.bak"
git clone https://github.com/casjay-dotfiles/smplayer "$HOME/.config/smplayer"

smplayer site

Clone this wiki locally