vlc player?

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
Terid
Posts: 6
Joined: 22. Oct 2010, 19:41
Location: Northern Ireland
Contact:

vlc player?

Post by Terid »

Hey, I'm pretty new to linux. Have been trying to see how to get VLC installed for 3 hours now to no avail. I can't find it in Gslapt, i tried getting it from the website and using installpkg in terminal but it gave me an error when trying to start.

Can someone point me in the right direction? I've been trawling google for hours and can't find any info on this.

Thanks! :)
User avatar
pwatk
Posts: 474
Joined: 14. Mar 2010, 23:56
Location: United Kingdom

Re: vlc player?

Post by pwatk »

Can you open a terminal, login as root (su) then issue the following commands:

Code: Select all

slapt-get --add-keys
slapt-get -u
slapt-get --search vlc
After issuing the final command you should see this:

Code: Select all

vlc-1.1.4-x86_64-2tm [inst=no]: vlc - a multimedia player
You can then install vlc with the following command:

Code: Select all

slapt-get -i vlc
If you still have problems then you might want to take a look at your '/etc/slapt-get/slapt-getrc' file.

One final thing, if you haven't done it already, you might want to run the codecs installer. You'll find it under 'Multimedia' in the menu.
Image
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: vlc player?

Post by gapan »

Terid wrote:Hey, I'm pretty new to linux. Have been trying to see how to get VLC installed for 3 hours now to no avail. I can't find it in Gslapt, i tried getting it from the website and using installpkg in terminal but it gave me an error when trying to start.

Can someone point me in the right direction? I've been trawling google for hours and can't find any info on this.

Thanks! :)
You need to hit the update button in gslapt first.
Image
Image
Post Reply