USA Linux Users Group Forum Index
Log in Register FAQ Memberlist Search USA Linux Users Group Forum Index Album

Can't get Real Player for Linux to install!

 
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Audio and Video Applications
View previous topic :: View next topic  
Author Message
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 3488
Location: Montana

PostPosted: Sat Nov 06, 2024 3:49 pm    Post subject: Can't get Real Player for Linux to install! Reply with quote

I've just downloaded Real Player 10 Gold for Linux to install on my Libranet Box (Debian-Based). The Instructions are:
Quote:
nstallation Instructions

- Ensure that the .bin file you downloaded is executable. You can make the .bin file executable by running the "chmod a+x RealPlayer10GOLD.bin" command from a terminal window.

- Run the .bin file by typing "./RealPlayer10GOLD.bin". Follow the prompts provided to finish installing the player.

- When you launch the player for the first time, a set-up assistant will take you through configuring your player.

- Enjoy your RealPlayer10 for Linux!

Howsumever, when I type
Code:
root@libranet:/home/JP# chmod a+x RealPlayer10Gold.bin
I Get this answer:
Code:
chmod: failed to get attributes of `RealPlayer10Gold.bin': No such file or directory
Anyone got an idea of what I'm doing wrong? THX, JP Very Happy



_________________
Debian Sarge
Libranet 2.8.1 (Yeah, .... old habits die hard)
SimplyMEPIS 2024
Back to top
View user's profile Send private message
Xeroid
Site Admin


Joined: 19 Apr 2024
Posts: 5197
Location: Georgia

PostPosted: Sat Nov 06, 2024 5:02 pm    Post subject: Reply with quote

Is RealPlayer10Gold.bin in your /home/JP folder or is it on some sub-folder?

You might have to CD /home/JP/sub-folder and then do your chmod and run the .bin file?

EDIT: OK, I just installed it in Vector 4.3 so the instructions work. Try changing to the folder where you actually downloaded RealPlayer to before you start. Smile



_________________
openSUSE 10.1 . . . Kernel-2.6.16.13-4
Mepis 6.0 . . . Kernel-2.6.15-26


Last edited by Xeroid on Sat Nov 06, 2024 7:17 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 3488
Location: Montana

PostPosted: Sat Nov 06, 2024 6:43 pm    Post subject: Reply with quote

It's in there Xeroid. it just won't let me at it!
Code:
root@libranet:/home/JP# ls
ATT00066.dat          Letter to Daniel.sxw               k3bcrash
AdobeFnt.lst          Mail                               nsmail
Bluegrass             RealPlayer10GOLD.bin               pt01_marriage.rm
Desktop               Rute Linux Book                    smbconf file
Documents             Screen Shots                     
  adblock filter.sxw                 sword20030924.iso
InstallMgr.exe       
Letter to Daniel.doc 
root@libranet:/home/JP# chmod a+x RealPlayer10Gold.bin
chmod: failed to get attributes of `RealPlayer10Gold.bin': No such file or directory
root@libranet:/home/JP# cd /home/JP/RealPlayer10Gold
bash: cd: /home/JP/RealPlayer10Gold: No such file or directory
root@libranet:/home/JP# cd /home/jim/RealPlayer10Gold.bin
bash: cd: /home/JP/RealPlayer10Gold.bin: No such file or directory
Any more advice? THX, JP

EDIT: that is a plus sign between the a and the x isn't it?
Code:
chmod a+x



_________________
Debian Sarge
Libranet 2.8.1 (Yeah, .... old habits die hard)
SimplyMEPIS 2024
Back to top
View user's profile Send private message
Xeroid
Site Admin


Joined: 19 Apr 2024
Posts: 5197
Location: Georgia

PostPosted: Sat Nov 06, 2024 7:10 pm    Post subject: Reply with quote

Try this:

Code:
chmod a+x RealPlayer10GOLD.bin


It's case sensitive. GOLD should be all caps. Smile It took me a minute to catch that too. Laughing I copied and pasted the command into aterm instead of typing it.

Then you should be able to do a:

Code:
./RealPlayer10GOLD.bin



_________________
openSUSE 10.1 . . . Kernel-2.6.16.13-4
Mepis 6.0 . . . Kernel-2.6.15-26
Back to top
View user's profile Send private message Send e-mail Visit poster's website
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 3488
Location: Montana

PostPosted: Sun Nov 07, 2024 1:19 am    Post subject: Reply with quote

THX Xeroid, that seemed to install it, but I can't find it on any of the menus. I tried
Code:
update-menus
but I got this answer:
Quote:
root@libranet:/home/JP# update-menus
Unknown error, message=Could not create directory(KMail/): File exists
install-menu: /etc/menu-methods/afterstep: aborting
update-menus[925]: Script /etc/menu-methods/afterstep returned error status 1.
Is there a command I can use to start up real player from the command line, or do I need an icon on the desktop?



_________________
Debian Sarge
Libranet 2.8.1 (Yeah, .... old habits die hard)
SimplyMEPIS 2024
Back to top
View user's profile Send private message
schleyfox
Ultimate Member


Joined: 25 Jan 2024
Posts: 2295
Location: In front of my computer

PostPosted: Sun Nov 07, 2024 2:17 am    Post subject: Reply with quote

are you sure you wanted realplayer, I dont like proprietary software and in my experience mplayer can play anything



_________________
Gentoo 2024.1 2.6.13
Gentoo 2024.1 2.6.11
Ubuntu Hoary Hedgehog PPC
Back to top
View user's profile Send private message
sasha
Sr. Member


Joined: 05 Nov 2024
Posts: 1906
Location: Amsterdam

PostPosted: Sun Nov 07, 2024 2:22 am    Post subject: Reply with quote

schleyfox wrote:
are you sure you wanted realplayer, I dont like proprietary software and in my experience mplayer can play anything

I had the same question. Are you sure you want to install RealPlayer and not MPlayer. (Hoperfully you just mixed up the names Very Happy)



_________________
SuSe 9.2 Pro with 2.6.8 kernel
Back to top
View user's profile Send private message Send e-mail AIM Address
Xeroid
Site Admin


Joined: 19 Apr 2024
Posts: 5197
Location: Georgia

PostPosted: Sun Nov 07, 2024 2:32 am    Post subject: Reply with quote

JP wrote:
Is there a command I can use to start up real player from the command line, or do I need an icon on the desktop?


realplay is the command to start Real Player. You could put an icon on your desktop if you wanted. It there a tool that your distro uses to edit the start menu? You could use that tool to add it to your start menu.



_________________
openSUSE 10.1 . . . Kernel-2.6.16.13-4
Mepis 6.0 . . . Kernel-2.6.15-26
Back to top
View user's profile Send private message Send e-mail Visit poster's website
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 3488
Location: Montana

PostPosted: Sun Nov 07, 2024 3:07 am    Post subject: Reply with quote

Schleyfox and Sasha Yeah, I need it to play some sermons that are on a Church Website, I'm not sure if Mplayer will work but I will try to apt-get it and see.
Xeriod I tried to find that out on the Libranet forum before, but got no results, I'll try again. Thanks for the reminder Smile

Is there a command that will allow me to do that, or is it only done thru the GUI? Since I'm trying to learn as much CL as possible, I wouldn't mind using it for this Wink.
THX JP Very Happy Very Happy



_________________
Debian Sarge
Libranet 2.8.1 (Yeah, .... old habits die hard)
SimplyMEPIS 2024
Back to top
View user's profile Send private message
Xeroid
Site Admin


Joined: 19 Apr 2024
Posts: 5197
Location: Georgia

PostPosted: Sun Nov 07, 2024 3:23 am    Post subject: Reply with quote

JP, are you using KDE? Right click the start button and choose menu editor. Then do a file and then new item.



_________________
openSUSE 10.1 . . . Kernel-2.6.16.13-4
Mepis 6.0 . . . Kernel-2.6.15-26
Back to top
View user's profile Send private message Send e-mail Visit poster's website
JP
Linux Guru


Joined: 07 Jul 2024
Posts: 3488
Location: Montana

PostPosted: Sun Nov 07, 2024 3:32 am    Post subject: Reply with quote

Xeroid, I use IceWM, but I can switch to KDE
EDIT: Got it in KDE, now to switch back and see if it is in IceWM Very Happy
EDIT: nope. don't have it in IceWM, so I'll have to switch to KDE when I want to use Real Player. No Prob. THX



_________________
Debian Sarge
Libranet 2.8.1 (Yeah, .... old habits die hard)
SimplyMEPIS 2024
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    USA Linux Users Group Forum Index » Audio and Video Applications All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All content © 2024 - Usa Linux Users Group
This forum is powered by phpBB. © 2024-2006 phpBB Group
Theme created by phpBBStyles.com and modified by Crouse