Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
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.
Hi everyone, this is my first post, thought it would be nice to say hi to everyone before i ask the question.
now, i am trying to install mplayer on my rhlinux 8.0 box, but when i run installation for the first time, it hanged halfway the installation process. so i had to restart my machine. Then i tried running it the second time, and now it displayed the following message after unpacking the setup:
What method of installation you use? RPM? If so, you need to find mplayer-skin and mplayer-common packages (files with .rpm extension). They should be on one of your installation cds or you can download them (if you use downloaded version of mplayer). When you have the files, open a terminal, cd to the directory you have the files in (for example: 'cd /mnt/cdrom/something/RPMS' ) and run
rpm -i mplayer-common*.rpm
rpm -i mplayer-skin*.rpm
The 2 packages should be installed. Then try to install the rest from GUI. If you have problems, there should be mplayer-gui*.rpm file with the previous ones. Use
rpm -i mplayer-gui*.rpm
to install it. If you have another error message, similar to the current one, it means you need to find another package and instal it. If unsure/have problems post again.
Mara, i've tried ur method, here's wot i got in the end:
warning: only V3 signatures can be verified, skipping V4 signature
error: Failed dependencies:
mplayer-skin is needed by mplayer-gui-0.90rc5-1
mplayer-common = 0.90rc5 is needed by mplayer-gui-0.90rc5-1
--------------------------------------------------------------------------------
then i downloaded the skin package and ran it with your skin command, i got this:
warning: only V3 signatures can be verified, skipping V4 signature
error: Failed dependencies:
mplayer-gui is needed by mplayer-skin-default-1.6-3
--------------------------------------------------------------------------------
then i downloaded the common package as well and ran your command, i got this:
warning: only V3 signatures can be verified, skipping V4 signature
error: Failed dependencies:
mplayer = 0.90rc5 is needed by mplayer-common-0.90rc5-1
--------------------------------------------------------------------------------
what else can i do??
MasterC, i m new to linux, so how can i install from source?
do i download them all these 3 packages:
mplayer source package (3462 KB)
mplayer fonts source package (657 KB)
mplayer skins source package (5145 KB)??
and then how can i run them?
--------------------------------------------------------------------------------
thx both of u in adv
Last edited by codename000; 03-30-2003 at 03:38 PM.
Nah, you just go to www.mplayerhq.hu and get the source from there, download it, then follow trickykid's thread in the Linux - General section on installing source apps.
i downloaded the mplayer source package: mplayer-0.90rc5-1.src.rpm
after reading trickykid's thread, i tried this command:
tar -xvf mplayer-0.90rc5-1.src.rpm
This was returned:
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
--------------------------------------------------------------------
then i tried
rpm -i mplayer-0.90rc5-1.src.rpm
This was returned:
warning: only V3 signatures can be verified, skipping V4 signature
error: cannot create %sourcedir /usr/src/redhat/SOURCES
-----------------------------------------------------------------------
Now, i m trying to find out how to run a tar.bz2 file...
can u fill me in??
---------------------------------------------------------------
$ tar -vxf MPlayer-0.90rc5.tar.bz2
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Archive contains obsolescent base-64 headers
tar: Error exit delayed from previous errors
---------------------------------------------------------------
i am feeling i asked too much...but what else can i do??
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.