Results 1 to 10 of 11
Hi I'm just new to Linux and I'm using Fedora 7. I'm Trying to install RealPlayer11GOLD.rpm but i received an error message. Kindly help
# rpm -ivh RealPlayer11GOLD.rpm
error: Failed ...
- 06-27-2010 #1Just Joined!
- Join Date
- Apr 2010
- Posts
- 7
how to install
Hi I'm just new to Linux and I'm using Fedora 7. I'm Trying to install RealPlayer11GOLD.rpm but i received an error message. Kindly help
# rpm -ivh RealPlayer11GOLD.rpm
error: Failed dependencies:
rpmlib(PayloadIsLzma) <= 4.4.6-1 is needed by realplay-11.0.2.1744-1.i386
also I tried to install using YUM install
# yum install RealPlayer11GOLD.rpm
Setting up Install Process
Parsing package install arguments
Examining RealPlayer11GOLD.rpm: realplay - 11.0.2.1744-1.i386
Marking RealPlayer11GOLD.rpm to be installed
Resolving Dependencies
--> Running transaction check
---> Package realplay.i386 0:11.0.2.1744-1 set to be updated
--> Finished Dependency Resolution
Dependencies Resolved
================================================== ===========================
Package Arch Version Repository Size
================================================== ===========================
Installing:
realplay i386 11.0.2.1744-1 RealPlayer11GOLD.rpm 18 M
Transaction Summary
================================================== ===========================
Install 1 Package(s)
Update 0 Package(s)
Remove 0 Package(s)
Total download size: 18 M
Is this ok [y/N]: y
Downloading Packages:
Package RealPlayer11GOLD.rpm is not signed
- 06-27-2010 #2
Hi and Welcome !
Try this
Code:yum localinstall RealPlayer11GOLD.rpm --nogpgcheck
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 06-29-2010 #3Just Joined!
- Join Date
- Apr 2010
- Posts
- 7
Hi devils casper,
i tried the command
# yum localinstall RealPlayer11GOLD.rpm --nogpgcheck
Setting up Local Package Process
fedora 100% |=========================| 2.1 kB 00:00
updates 100% |=========================| 2.3 kB 00:00
Cannot open file: RealPlayer11GOLD.rpm. Skipping.
Nothing to do
but i received this error message and i dont have any idea on how to fix may problem.. kindly help
- 06-30-2010 #4
Execute this
Post output here.Code:file RealPlayer11GOLD.rpm
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 07-01-2010 #5Just Joined!
- Join Date
- Apr 2010
- Posts
- 7
Hi Devils Casper
i tried the command
# file RealPlayer11GOLD.rpm
RealPlayer11GOLD.rpm: RPM v3 bin i386 realplay-11.0.2.1744-1
and here's the result
- 07-01-2010 #6
Realplayer does also provide a .BIN-version, outside the package management system.
- 07-02-2010 #7Just Joined!
- Join Date
- Jun 2010
- Posts
- 9
Dear friend,
Dont try with rpm file. because it can have only the binary files, so these file will be needed some dependency. So my suggestion is, just download .bin file and configure and install it.
- 07-02-2010 #8Just Joined!
- Join Date
- Jul 2010
- Posts
- 2
Hi...
try this command...
rpm -i <filename.rpm>...
when using rpm package you must be logged in as the root user. The "-i" flag in the above command means "install".....
- 07-02-2010 #9
Yeas, but if there are unresolved dependencies the "real" fun will start, which will not encore with the bin-file, outside the package management system.
- 07-04-2010 #10Just Joined!
- Join Date
- Apr 2010
- Posts
- 7
Hi kesavamoorth
I dont know where to download the .bin file because there are only 2 options in realplayer website the one is the RPM package and the second link is for Debian installer but when i tried to access the Debian link my browser is displaying this message
!<arch>
debian-binary 1274132919 0 0 100644 4 `
2.0
control.tar.gz 1274132919 0 0 100644 8927 `
�
is there any other way to download the .bin file. Kindly help please i'm just new to linux and i dont have any idea tnx and more power


Reply With Quote