Unable to install vlc via command line

6,766

Conky-all and vlc packages are available at universe repositories. You have to enable universe repository inorder to install these two packages,

 sudo add-apt-repository universe
 sudo apt-get update
 sudo apt-get install vlc
 sudo apt-get install conky-all
Share:
6,766

Related videos on Youtube

user259975
Author by

user259975

Updated on September 18, 2022

Comments

  • user259975
    user259975 11 months

    I am trying to install vlc media player via terminal but its not working.I am using Ubuntu 13.10 64 bit.Please help.

    here's what I did:

    sudo apt-get install vlc
    [sudo] password for amol: 
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Unable to locate package vlc
    amol@ubuntu:~$ 
    
    amol@ubuntu:~$ sudo apt-get install conky-all
    Reading package lists... Done
    Building dependency tree       
    Reading state information... Done
    E: Unable to locate package conky-all
    amol@ubuntu:~$
    

    I have tried to install conky-all via command line but it shows the same error.Conky-all pakage is not available in software center.I really need it.Somebody please help.

  • user259975
    user259975 over 9 years
    amol@ubuntu:~$ sudo add-apt-repository universe [sudo] password for amol: 'universe' distribution component is already enabled for all sources. amol@ubuntu:~$