I want to install VLC but I don't know how. please I'm new using ubuntu.Thanks

Asked by dannyperz

I want to install VLC but I don't know how. please help.. Danny

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu synaptic Edit question
Assignee:
No assignee Edit question
Solved by:
Kevin Hunter
Solved:
Last query:
Last reply:
Revision history for this message
Best Kevin Hunter (hunteke) said :
#1

There are a few ways to do it. For beginners, I like the Add/Remove application.

Applications → Add/Remove

When it opens up, type VLC into the Search bar (at the top of the application window). After a couple of seconds, you should see the list update and show the 'VLC media player'. Check its box, then click the Apply Changes button (lower right). It will go grab the necessary files from the Internet, then you should have VLC installed, accessible through Applications → Sound & Video.

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#2
Revision history for this message
dannyperz (dannyperz) said :
#3

I already have it , but I still can not open WMV .. what can I do?

Revision history for this message
marcobra (Marco Braida) (marcobra) said :
#4

Play mp3 and dvd under Ubuntu install skype googleearth acroread and other stuffs using Medibuntu

First please install https://help.ubuntu.com/community/RestrictedFormats

You need to have extra repositories enabled..

Please first enable the universe and multiverse repository:

Open System → Administration → Software sources → [ Tab Ubuntu software ]

enable "Community-maintained Open Source software ( universe )"
enable "Proprietary drivers for devices ( restricted )"
enable "Software restrictecd by copyright or legal issue ( multiverse )"

Close and confirm the repository reload.

Then open a Terminal from the menu Applications→Accessories→Terminal

Tip: right click with mouse on the terminal title caption and select the item "Always on Top" doing this you will force the terminal window to stay on top of the other windows and you will find very easy to copy single row from this web page into the terminal...
Something more about using the terminal https://help.ubuntu.com/community/UsingTheTerminal

Then type or better copy and paste a row a time then press enter:
(Tip: select the single row to copy then right click into the terminal and to quick paste click with middle button of mouse )

and type or better copy and paste:

sudo aptitude install vlc smplayer mplayer

To get better dvd playback and optional packages here the medibuntu available software list http://packages.medibuntu.org/
you need to add the medibuntu http://www.medibuntu.org/ repository to your /etc/apt/sources.list file:
( here the medibuntu howto https://help.ubuntu.com/community/Medibuntu but see below )

In short please open a Terminal from the menu Applications → Accessories → Terminal and type or copy and paste:

sudo wget http://www.medibuntu.org/sources.list.d/`lsb_release -cs`.list --output-document=/etc/apt/sources.list.d/medibuntu.list; sudo apt-get -q update; sudo apt-get --yes -q --allow-unauthenticated install medibuntu-keyring; sudo apt-get -q update

-- give your user password when requested, you don't see nothing when you type it, then press enter

Now to install, type:

sudo apt-get update
sudo apt-get install ubuntu-restricted-extras libxine1-ffmpeg
sudo aptitude install libdvdread3 libdvdnav4 libdvdcss2 regionset gnome-mplayer
sudo aptitude install non-free-codecs w32codecs
sudo aptitude install gstreamer0.10-pitfdll gstreamer0.10-plugins-good
sudo aptitude install gstreamer0.10-plugins-ugly gstreamer0.10-plugins-ugly-multiverse

give your user password when requested, you don't see nothing when you type it, then press enter.

You can also install other Medibuntu repository provided optional software http://packages.medibuntu.org/ :

sudo apt-get install skype
sudo apt-get install googleearth
sudo apt-get install acroread

Hope this helps

Revision history for this message
Tom (tom6) said :
#5

Hi :)

Yes, just work through all the steps in
https://help.ubuntu.com/community/Medibuntu
although i would miss out the optional step for now.

You might also find this guide useful for looking up odd things on odd occasions
https://help.ubuntu.com/community/SwitchingToUbuntu/FromWindows

Good luck and regards from
Tom :)

Revision history for this message
dannyperz (dannyperz) said :
#6

thank you for all your help and sorry for the delay, I was out of town , is fixed already.. danny

Revision history for this message
dannyperz (dannyperz) said :
#7

Thanks Kevin Hunter, that solved my question.

Revision history for this message
fxnj (fxnj) said :
#8

Where's applications?

Revision history for this message
Tom (tom6) said :
#9

On the top taskbar on the far left. On Kubuntu it's on the main menu about 5th item down i think. In which of the 3 main desktop Ubuntu's you are using try looking along the same "taskbar" (or as we say in linux-land "panel") as the clock, it's at the other end of the taskbar from the clock

Blimey, that looks even more confusing now!
Good luck and happy hunting
Regards from
Tom :)