Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
[root@rahul-rohit ~]# vlc
bash: vlc: command not found
[root@rahul-rohit ~]#
it never works in any directory...
That is so bad. Why could they not simply provide the rpm for VLC. I think more people should follow the KISS philosophy. Then again, these guys are the ones writing "optionnal" on the howto page :S
[root@rahul-rohit Desktop]# rpm -ivh vlc-0.8.6i-2.lvn9.i386.rpm
warning: vlc-0.8.6i-2.lvn9.i386.rpm: Header V3 DSA signature: NOKEY, key ID a109b1ec
error: Failed dependencies:
libaa.so.1 is needed by vlc-0.8.6i-2.lvn9.i386
libcaca.so.0 is needed by vlc-0.8.6i-2.lvn9.i386
libcucul.so.0 is needed by vlc-0.8.6i-2.lvn9.i386
libtar.so.1 is needed by vlc-0.8.6i-2.lvn9.i386
libvlc.so.0 is needed by vlc-0.8.6i-2.lvn9.i386
libwx_baseu-2.8.so.0 is needed by vlc-0.8.6i-2.lvn9.i386
libwx_baseu-2.8.so.0(WXU_2.8) is needed by vlc-0.8.6i-2.lvn9.i386
libwx_gtk2u_adv-2.8.so.0 is needed by vlc-0.8.6i-2.lvn9.i386
libwx_gtk2u_adv-2.8.so.0(WXU_2.8) is needed by vlc-0.8.6i-2.lvn9.i386
libwx_gtk2u_core-2.8.so.0 is needed by vlc-0.8.6i-2.lvn9.i386
libwx_gtk2u_core-2.8.so.0(WXU_2.8) is needed by vlc-0.8.6i-2.lvn9.i386
libxosd.so.2 is needed by vlc-0.8.6i-2.lvn9.i386
vlc-core = 0.8.6i-2.lvn9 is needed by vlc-0.8.6i-2.lvn9.i386
[root@rahul-rohit Desktop]# vlc
bash: vlc: command not found
[root@rahul-rohit Desktop]#
vlc hasn't been installed as you have unmet dependencies, which is what all the text displayed before you tried to run VLC shows. You have to find a way to install these libraries first or VLC can't be installed.
Total-MAdMaN is correct . Either you download all the packages manually (they can all be found here). I still suggest you at least to try my method above. That would handle all dependencies automatically, I guess (again)
Cool, that means you have a 32 bits OS / kernel. If the output was anything like "x86_64 GNU/Linux", that would be a 64 bits OS. Your processor can still be a 64bits, no problems there. If you ever want to know which processor you have:
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.