Page 1 of 1

installing vlc media player

Posted: 29 Jan 2007 22:33
by nicolas1892
hi, im new in linux and I dont know how to install tarĀ“s can some one explain me?

Posted: 29 Jan 2007 22:37
by nicolas1892
please answer

Posted: 29 Jan 2007 23:27
by igos
1. you can't install tars. You can build VLC using them.

Untar .tar to folder, open this folder using command line, and write

Code: Select all

./configure make make install
after that you will get compiled and working vlc.

2. Or use Google and search for RPMs (something like .exe for Linux), download, double click and thats all

installation of VLC

Posted: 31 Jan 2007 13:17
by laxmanv
download the vlc plugin for linux for example in the rpm format and use the command:
rpm -ivh file.rpm
you may get dependency failures after executing the above command so try to install all the dependencies (it's hectic......... :cry: ).
i am also facing the issues regarding the dependencies
i have been trying to solve it i let you know once it is done.

Posted: 01 Feb 2007 21:01
by ustunozgur
If you use Debian, dependencies will be taken care of with automated tools. So, use it.