Announcement

Collapse
No announcement yet.

install vlc player

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    install vlc player

    hi i hav just installed kubuntu 5.10 breezy but am not sure about the apt-get command used to install vlc playerr. help plz.........

    #2
    Re: install vlc player

    first, edit your sources.list by:
    Code:
    sudo kwrite /etc/apt/sources.list
    and uncomment (fancy word for removing the # signs) the lines starting with deb. It should now look like:
    Code:
    ## Uncomment the following two lines to add software from the 'universe'
    ## repository.
    ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
    ## team, and may not be under a free licence. Please satisfy yourself as to
    ## your rights to use the software. Also, please note that software in
    ## universe WILL NOT receive any review or updates from the Ubuntu security
    ## team.
    deb [url]http://ca.archive.ubuntu.com/ubuntu[/url] breezy universe
    deb-src [url]http://ca.archive.ubuntu.com/ubuntu[/url] breezy universe
    Now, run
    Code:
    sudo apt-get update
    and
    Code:
    sudo apt-get install vlc
    Now, if you want a better looking front-end (not that the default is ugly, but some people are impressionate)
    Code:
    sudo apt-get install qvlc
    <br /><br />*temp. hiatus from forums due to comp + net broken* :&#039;(

    Comment

    Working...
    X