Firstly, Install any music player e.g. VLC Player By typing command in terminal
sudo apt-get install vlc
cd Desktop
vlc -I ncurses song_name.mp3
Note: Make sure that The song you want to play should be on desktop.
If Song is in any folder then syntax of command is:
vlc -I ncurses /home/user_name/music_folder
it works.....gud..
ReplyDelete