At the time time of installing vlc on my laptop I entered the command in terminal vlc
. It returned a message saying:
The program vlc is not currently installed. You can install it by typing sudo apt-get install vlc-nox
But instead, I just typed sudo apt-get install vlc
. What is vlc-nox
? Is it different from vlc
?
-I ncurses
flag to get a terminal based interface. This also works as an awesome music player. – mchid Feb 04 '16 at 05:47unset DISPLAY
also in order to get it to play the video in the terminal via ASCII art. Crazy, but fun!.unset DISPLAY; vlc -I ncurses video.mpg
– Aaron McDaid Feb 05 '16 at 07:43