Page 1 of 1

impossible to install vlc ubuntu

Posted: 15 Feb 2005 11:16
by santino
hello everybody,

i want to install vlc on my computer with ubuntu but i ve got a pb, look

root@ubuntu:/home/santino # apt-get update
Atteint http://archive.ubuntu.com warty/main Packages
Atteint http://archive.ubuntu.com warty/main Release
Atteint http://archive.ubuntu.com warty/restricted Packages
Atteint http://archive.ubuntu.com warty/restricted Release
Lecture des listes de paquets... Fait

no pb here but after:

root@ubuntu:/home/santino/vlc-0.8.1/debian # apt-get install gnome-vlc libdvdcss2
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
E: Impossible de trouver le paquet gnome-vlc

soory it's in french, it's mean impossible to find the file gnome-vlc

thank you in advance for yours answers

Posted: 15 Feb 2005 11:18
by dionoea
gnome vlc isn' mantained any more. Use the wxWindows interface (apt-get install wxvlc in debian)

Posted: 15 Feb 2005 11:24
by santino
the pb is the same , he sai there isn't the file wxvlc but i can see it?
that what i test

root@ubuntu:/home/santino/vlc-0.8.1/debian # apt-get install wxvlc
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
E: Impossible de trouver le paquet wxvlc
root@ubuntu:/home/santino/vlc-0.8.1/debian # apt-get install wxvlc libdvdcss2
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
E: Impossible de trouver le paquet wxvlc
root@ubuntu:/home/santino/vlc-0.8.1/debian # apt-get install wxvlc.dirs libdvdcss2
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
E: Impossible de trouver le paquet wxvlc.dirs

Posted: 15 Feb 2005 14:58
by dionoea
did you try apt get install vlc ?

Posted: 17 Feb 2005 04:53
by neoxl
You have to use the "universe" repositery.
Open your /etc/apt/sources.list, and uncomment the following lines :

Code: Select all

# deb http://archive.ubuntu.com/ubuntu warty universe # deb-src http://archive.ubuntu.com/ubuntu warty universe
Then you should be able to install wxvlc.

Posted: 22 Mar 2005 04:17
by Guest
Thank you so much neoxl , found this site on google search and that answered it perfectly had same problem.