How to Install and Run VLC Media Player as Root in Kali Linux?<br /><br />First, Right click on the Desktop, and then click on 'Open in Terminal' to Open Terminal. After that, follow the steps below:-<br /><br />Step 1: Update System Repositories<br /><br /> apt update<br /><br /><br />Step 2: Install VLC Media Player by Command below:-<br /><br /> apt install vlc<br /><br /><br />Step 3: Run the sed command below to make changes in the VLC binary file, it will replace the geteuid variable <br /><br /> with getppid.<br /><br /> sed -i 's/geteuid/getppid/g' /usr/bin/vlc<br /><br /><br />Top open VLC Media Player, you can type 'vlc' without quotes in Terminal, and then hit 'Enter'.<br /><br /><br />It's done<br /><br /><br />Thanks for watching, please like and subscribe <br /><br />==============================================<br /><br />https://www.facebook.com/HowtoTutorialsByAmit/