Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-29-2014, 12:09 AM
|
#1
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Rep:
|
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.
|
|
|
08-29-2014, 12:40 AM
|
#2
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,763
|
slackpkg only search for official packages
|
|
|
08-29-2014, 01:34 AM
|
#3
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Original Poster
Rep:
|
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.
|
|
|
08-29-2014, 03:58 AM
|
#4
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,763
|
Try logout and login again
I used VLC as well and it's displayed on my desktop here
|
|
|
08-29-2014, 05:37 AM
|
#5
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Original Poster
Rep:
|
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.
|
|
|
08-29-2014, 06:20 AM
|
#6
|
Member
Registered: Mar 2011
Location: Klaipėda, Lithuania
Distribution: Slackware
Posts: 378
|
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
|
|
|
08-29-2014, 06:21 PM
|
#7
|
Member
Registered: Aug 2014
Location: Orestiada, GR
Distribution: Slackware 15.0 x86_64 -stable
Posts: 158
Rep:
|
Make sure you installed the correct package architecture.
|
|
|
08-29-2014, 10:08 PM
|
#8
|
Member
Registered: Jun 2013
Distribution: Arch Linux, Mintppc, Slackware
Posts: 160
Original Poster
Rep:
|
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.
|
|
|
08-29-2014, 10:15 PM
|
#9
|
Member
Registered: Aug 2014
Location: Orestiada, GR
Distribution: Slackware 15.0 x86_64 -stable
Posts: 158
Rep:
|
try cat /var/log/packages/vlc* | more
|
|
|
08-29-2014, 10:51 PM
|
#10
|
LQ Guru
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,582
|
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.
|
|
|
All times are GMT -5. The time now is 04:05 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|