How to install vlc in Kali Rolling without any error

 Hey friends
             
 Today i will show you how to install vlc player without error in kali linux

Step 1

Open terminal and type
 "apt-get install vlc"


Now fix this error using this command line
 "sed -i s/geteuid/getppid/g /usr/bin/vlc"

0 Comments