LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing vlc (https://www.linuxquestions.org/questions/linux-newbie-8/installing-vlc-4175527845/)

TRACERBOY 12-09-2014 10:22 PM

installing vlc
 
When I click on install I'm asked to choose an application to open with. what am I supposed to choose?

jamison20000e 12-09-2014 11:29 PM

Hi.

You need to open a terminal in that directory and run install as the shell script it is...
E.g: http://www.linuxquestions.org/questi...script-116095/
http://www.cyberciti.biz/faq/run-exe...-shell-script/

https://wiki.videolan.org/Documentat...ing_VLC/#Linux

Best wishes and have fun...

jdkaye 12-10-2014 12:43 AM

Quote:

Originally Posted by TRACERBOY (Post 5282250)
When I click on install I'm asked to choose an application to open with. what am I supposed to choose?

When it asks you that does it give you some applications to choose from? What distro are you using? Ubuntu?
jdk

John VV 12-10-2014 01:07 AM

if ubuntu ( or in the Debian family ) it should be in the software repos

i take it you did not read the install instructions
http://www.videolan.org/vlc/download-ubuntu.html

so why are you NOT using that
Code:

sudo apt-get update
sudo apt-get install vlc browser-plugin-vlc

simple

jamison20000e 12-10-2014 02:33 PM

Quote:

Originally Posted by TRACERBOY (Post 5282250)
When I click on install I'm asked to choose an application to open with. what am I supposed to choose?

Text editor... ;)

schneidz 12-10-2014 02:39 PM

Quote:

Originally Posted by TRACERBOY (Post 5282250)
When I click on install I'm asked to choose an application to open with. what am I supposed to choose?

not sure what you are asking but judging from the title you are trying to install vlc.

not sure what distro you are using but assuming fedora it would be
Code:

sudo yum install vlc
or ubuntu i think something like
Code:

sudo apt-get install vlc
or browse/search within your package manager and click install.

jamison20000e 12-10-2014 02:57 PM

Most Linux users suggest the distros package manager. The software maintainers will often say use their installer... in major distributions like many *buntus (based on Debian) either will work, the latter may provide a more up to date program but won't always update or suggest to automatically. VLC how ever does suggest updates periodically as well as Ubuntu,,, your choice.

John VV 12-10-2014 04:28 PM

lets see if the OP
is more that a one line one post person


All times are GMT -5. The time now is 07:34 PM.