Results 1 to 6 of 6
Hi all,
Im totally new to ubuntu and still getting used to it. I tried to install VLC player but got some errors. I downloaded the source code (tar file) ...
- 02-21-2010 #1Just Joined!
- Join Date
- Feb 2010
- Posts
- 2
installing VLC
Hi all,
Im totally new to ubuntu and still getting used to it. I tried to install VLC player but got some errors. I downloaded the source code (tar file) and uncompressed it to /opt and configured it using (./configure).
Then typed the comman "make install" as it was shown in a web site..
But it didnt work.. what seems to be the problem..
Pls help me with this..
Cheers
- 02-21-2010 #2
Hello and Welcome.
Ubuntu is a good choice, I think you'll be happy with it once you get it finalized to your liking.
Try installing VLC through your system repos by opening a terminal window from the system menu and type these commands please.
Code:sudo apt-get update
Or use the GUI.Code:sudo apt-get install vlc mozilla-plugin-vlc
Open Synaptic package manager by clicking on System -> Administration -> Synaptic Package Manager. In Settings -> Repositories, make sure you have a "multiverse" repository activated.
Search for vlc and install itI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 02-21-2010 #3Just Joined!
- Join Date
- Feb 2010
- Posts
- 2
Thanks.. but when i run the command it says 'vlc' is not found..do i have to get the course code from somewhere..? pls tel me?
- 02-21-2010 #4
Did you try synaptic? I think you need to enable the multiverse repo first.
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 02-25-2010 #5Just Joined!
- Join Date
- Feb 2010
- Location
- SF Bay Area
- Posts
- 4
Try the following
sudo apt-get update
sudo apt-get install vlc
- 02-25-2010 #6
Which version of Ubuntu are you using?
Code:less /etc/lsb-release
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First


Reply With Quote