Title | How to Install VLC Media Player on Backtrack 5 R3 |
Permission | rw-r--r-- |
Author | Unknown |
Date and Time | 21:44 |
Category | backtrack| install| tutorial |
Share |
When you install VLC on Backtrack 5 R3 you will get error. Like my post before about can't run Google Chrome on Backtrack 5, VLC can be run on root privilege. So we need some little tweak to VLC like my post before about Chrome.
Ok now lets start to install it. First download VLC media player.
apt-get install vlc
Now try to run VLC. I bet it can't run and you will get notif that VLC
can't be run on root user. You must change the previllages of the
VLC. For changing the previllages of the VLC, I use Hexedit to edit the
hexa code of the executable file of VLC. You can use another application
to edit the hexa code if you don't have Hexedit. Open VLC executable
file with Hexedit with this command
hexedit /usr/bin/vlc
geteuid
and change it to getppid
. Now run your VLC.