LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-29-2014, 12:09 AM   #1
lensilvan
Member
 
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160

Rep: Reputation: Disabled
vlc don't appears, after being installed.


Hi,

Encountering codecs issues with the old vlc from slackbuild.org, I found out that this was outdated and only for Slackware 14, on which I've installed this old version of vlc, before upgrading to 14.1.

I deleted vlc, then attempted to install the complete (with all codecs) version of vlc, using AlienBob's slackbuild, with the following instructions: https://wiki.videolan.org/Slackware

I did not followed the two last things about the mozilla plugin and yasm.

The building process was apparently without any significant issues. Then, I proceeded to install the package created:

Code:
# installpkg vlc-2.1.5-x86_64-1alien.txz
Verifying package vlc-2.1.5-x86_64-1alien.txz.
Installing package vlc-2.1.5-x86_64-1alien.txz:
PACKAGE DESCRIPTION:
# vlc (multimedia player for various audio and video formats)
#
# VLC media player is a highly portable multimedia player for various
# audio and video formats (MPEG-1, MPEG-2, MPEG-4, DivX, mp3, ogg, ...)
# as well as DVDs, VCDs, and various streaming protocols.
# It can also be used as a server to stream in unicast or multicast in
# IPv4 or IPv6 on a high-bandwidth network.
#
# vlc home: http://www.videolan.org/vlc/
#
Executing install script for vlc-2.1.5-x86_64-1alien.txz.
Generating VLC plugins cache data...
Package vlc-2.1.5-x86_64-1alien.txz installed.
And yet...

Code:
# slackpkg search vlc

Looking for vlc in package list. Please wait... DONE

No package name matches the pattern.

Last edited by lensilvan; 08-29-2014 at 01:36 AM.
 
Old 08-29-2014, 12:40 AM   #2
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
slackpkg only search for official packages
 
Old 08-29-2014, 01:34 AM   #3
lensilvan
Member
 
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160

Original Poster
Rep: Reputation: Disabled
Fine. But vlc also don't appears on my application list (I use MATE). The package was apparently installed, but I can't find vlc.

Code:
vlc
bash: vlc : not found.

Last edited by lensilvan; 08-29-2014 at 01:35 AM.
 
Old 08-29-2014, 03:58 AM   #4
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Try logout and login again
I used VLC as well and it's displayed on my desktop here
 
Old 08-29-2014, 05:37 AM   #5
lensilvan
Member
 
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160

Original Poster
Rep: Reputation: Disabled
I tried logout, reboot, then shut down. As I expected, it didn't work, since normally after a package is installed, immediately it should appear on the desktop.
 
Old 08-29-2014, 06:20 AM   #6
audriusk
Member
 
Registered: Mar 2011
Location: Klaipėda, Lithuania
Distribution: Slackware
Posts: 360

Rep: Reputation: 199Reputation: 199
Try inspecting contents of your package, see if there are any files missing or permissions incorrect. Also check the size of the package, the one built by Eric (with MP3 encoding support) has the following:
Code:
PACKAGE NAME:     vlc-2.1.5-x86_64-1alien
COMPRESSED PACKAGE SIZE:     26M
UNCOMPRESSED PACKAGE SIZE:     97M
 
Old 08-29-2014, 06:21 PM   #7
dslackw
Member
 
Registered: Aug 2014
Location: Orestiada, GR
Distribution: Slackware 15.0 x86_64 -stable
Posts: 158

Rep: Reputation: 44
Make sure you installed the correct package architecture.
 
Old 08-29-2014, 10:08 PM   #8
lensilvan
Member
 
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160

Original Poster
Rep: Reputation: Disabled
The architecture is correct.

The package is listed on /var/log/packages but when I try to see its content and size, using cat vlc-2.1.5-x86_64-1alien, the enormous contents overrides the beginning of the output and I cannot be sure if it is complete or not.
 
Old 08-29-2014, 10:15 PM   #9
dslackw
Member
 
Registered: Aug 2014
Location: Orestiada, GR
Distribution: Slackware 15.0 x86_64 -stable
Posts: 158

Rep: Reputation: 44
try cat /var/log/packages/vlc* | more
 
Old 08-29-2014, 10:51 PM   #10
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,324
Blog Entries: 28

Rep: Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142Reputation: 6142
Try whereis vlc.

Code:
$ whereis vlc
vlc: /usr/bin/vlc /usr/lib/vlc /usr/X11R6/bin/vlc /usr/bin/X11/vlc /usr/X11/bin/vlc /usr/include/vlc /usr/share/vlc /usr/man/man1/vlc.1.gz /usr/share/man/man1/vlc.1.gz /usr/X11/man/man1/vlc.1.gz
If it returns /usr/bin/vlc, that is the item to add to your MATE menu if it does not appear automatically. If you open a terminal and try to start vlc from the command line and vlc does not run, then something went wrong with the install.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
how to run exe files like"VLC"in ubuntu while it's installed in windows krishnadas Linux - Newbie 2 09-25-2009 03:51 PM
problem after vlc installed in fedora 10 "it will not work on root" anil.kiit Linux - Newbie 4 03-15-2009 06:30 PM
VLC error: VLC could not open the file "/usr/share/vlc/skins2/text.bmp". brjoon1021 Ubuntu 1 01-14-2009 10:48 PM
"Installed" Plugins and other software apps don't run cbarnes Linux - Software 2 09-17-2008 03:19 PM
"Installed" Plugins and other software apps don't run cbarnes Linux - Software 5 09-09-2008 05:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 06:37 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration