Mychal007 Posted April 17, 2006 Report Share Posted April 17, 2006 Hello everyone I'm a true newbie to the Linux community and I was wondering why is it that when I downloaded my RealPlayer10GOLD file and it appeared on the desktop as its suppose to, I double click on the icon and I get the error messege "Can't Display Location" Couldn't display "/home/nieko03/Desktop/RealPlayer10GOLD-1.bin".? What am I doing wrong here? I really like the Linux set up but I'm just a little confused Quote Link to post Share on other sites
naraku9333 Posted April 17, 2006 Report Share Posted April 17, 2006 (edited) Thats a binary installer, open a root terminal and just run /home/nieko03/Desktop/RealPlayer10GOLD-1.bin, if you get an error try chmod +x /home/nieko03/Desktop/RealPlayer10GOLD-1.bin then try running again.Real Player may be available through your distros packaging system, what do you use? Edited April 17, 2006 by naraku9333 Quote Link to post Share on other sites
Mychal007 Posted April 17, 2006 Author Report Share Posted April 17, 2006 (edited) Ok thank you. I'll give it a shot and see what happends. I'm using Firefox if that's what you mean. I'm so new at this I'm still trying to figure out what everything is. And I'm using Mozilla 2.6 I know it's rather old but the system was given to me by my brother and there's a lot of stuff on here. Once I get the hang of things maybe you could assist me in updating this too! Edited April 17, 2006 by Mychal007 Quote Link to post Share on other sites
hitest Posted April 17, 2006 Report Share Posted April 17, 2006 Good luck, you're in good hands with naraku9333!Do you know the version of Linux you're using? Mandriva, Fedora, Suse, Ubuntu, Red Hat perhaps? If the experts know the brand name of your version of Linux they can better assist you:-) Quote Link to post Share on other sites
Mychal007 Posted April 17, 2006 Author Report Share Posted April 17, 2006 Since I inherited the computer itself. How do I find out which version I'm using? Quote Link to post Share on other sites
TheTerrorist_75 Posted April 17, 2006 Report Share Posted April 17, 2006 Since I inherited the computer itself. How do I find out which version I'm using?In console try the command uname -a or cat /etc/issue Quote Link to post Share on other sites
hitest Posted April 18, 2006 Report Share Posted April 18, 2006 When you first boot your Linux box on the boot spash screen it'll also tell you what version of Linux it is. Quote Link to post Share on other sites
Mychal007 Posted April 18, 2006 Author Report Share Posted April 18, 2006 (edited) Ok.. it's Linux Ubuntu 2.6.12-9-386 #1. What do I do from here? In the terminal I'm getting the error messege "No such file or directory" Man I'm so confused right now. Edited April 18, 2006 by Mychal007 Quote Link to post Share on other sites
tictoc5150 Posted April 18, 2006 Report Share Posted April 18, 2006 (edited) easy way:open a terminal and do this:sudo gedit /etc/apt/sources.listpaste this at the bottom of the text file:deb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf breezy free non-freesave and close.in the terminal again do:sudo apt-get updatethensudo apt-get install realplayThis will (should) install realplayer with all firefox pluginsHope it helps Edited April 18, 2006 by tictoc5150 Quote Link to post Share on other sites
Mychal007 Posted April 18, 2006 Author Report Share Posted April 18, 2006 (edited) easy way:open a terminal and do this:sudo gedit /etc/apt/sources.listpaste this at the bottom of the text file:deb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf breezy free non-freesave and close.in the terminal again do:sudo apt-get updatethensudo apt-get install realplayThis will (should) install realplayer with all firefox pluginsHope it helps I've typed sudo gedit /etc/apt/sources.list in my terminal but where do I find the text file? I'm getting there slowly but surely. But do I need permissions for this? Edited April 18, 2006 by Mychal007 Quote Link to post Share on other sites
tictoc5150 Posted April 18, 2006 Report Share Posted April 18, 2006 (edited) I've typed sudo gedit /etc/apt/sources.list in my terminal but where do I find the text file? I'm getting there slowly but surely. But do I need permissions for this?Sorry, I made some assumptions for those directions...So, a couple questions are in order1) are you on your brothers user account or was one created for you?2) If you are on your brothers, did he give you a password?3) What happened when you did "sudo gedit /etc/apt/sources.list"?....(you should've been prompted for a password)The "sudo" in that command is about permissions....equal to root and given the power to modify system files...(the power you most definitely need to have to make alot of important {needed} changes in Ubuntu and other Debian based distros)The "gedit" in that command is the text editor that will open the file after the password is given. Edited April 18, 2006 by tictoc5150 Quote Link to post Share on other sites
Mychal007 Posted April 18, 2006 Author Report Share Posted April 18, 2006 (edited) Hiya tictocI was able to get to the 3rd step you mentioned. sudo apt-get install realplay. Once I typed that in the terminal, everything seemed to be processing correctly but then I got the messege " WARNING: The following packages cannot be authenticated! realplayInstall these packages without verification [y/N]? Media change: please insert the disc labeled 'Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)'in the drive '/cdrom/' and press enterMy brother is in the military and when he deployed, he didn't leave and type of CD's with me. Where do I go from here?I've got the password from him as well. But I find that when I log into a terminal I get the $ sign and not the #. Edited April 18, 2006 by Mychal007 Quote Link to post Share on other sites
naraku9333 Posted April 18, 2006 Report Share Posted April 18, 2006 (edited) Open sources.list again, there should be a line likedeb cdrom:[Ubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ hoary main restricted. that tells apt to look for a cd, add a # at the beggining of that line to comment it out, then run tictoc's commands again.EDIT:As long as you have the user password your ok, sudo only elevates you to root for the command run with it ie: sudo gedit runs gedit as root. Ubuntu disables root logins by default IIRC. Edited April 18, 2006 by naraku9333 Quote Link to post Share on other sites
tictoc5150 Posted April 18, 2006 Report Share Posted April 18, 2006 naraku9333 has you covered on what to do and following those instructions will disable the CD as a source and cause apt-get and synaptic (package manager) to retrieve anything needed for an installation from an online repository.I just want to mention the reason for the "warning" to put your mind at ease if it bothered you.The only reason the package cannot be authenticated is that it isn't in the Ubuntu "official" repositories...and believe me, there's alot of useful things not in the "official" repositories.The package is safe to install. Quote Link to post Share on other sites
Mychal007 Posted April 18, 2006 Author Report Share Posted April 18, 2006 (edited) Alright.. now do I type this in my terminal after the 3rd step you advised me about tictoc or do I do this first in the terminal, then follow your instructions? deb cdrom:[ubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ hoary main restricted. I'm not frustrated anymore just trying to get the hang of things.I tried it and I got this messege Some index files failed to download, they have been ignored, or old ones used instead.What happend? Did I follow the steps correctly? Where do I start here? I'm really confused now.This is what I did:1. Opened terminal and typed sudo gedit /etc/apt/sources.list2. Pasted this at the bottom of Text File : deb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf breezy free non-free3. I saved it and then closed it.4. I opened the terminal again and typed sudo apt-get update5. Then typed sudo apt-get install realplay6. Whew!! Then typed deb cdrom:[ubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ hoary main restricted7. Then typed in deb cdrom:[ubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ hoary main restricted8. . that tells apt to look for a cd, add a # at the beggining of that line to comment it out, then run tictoc's commands again.I'm adding # at the beginning of what line???Shoot!! my head hurts now.. Walk me thru this please!! Edited April 18, 2006 by Mychal007 Quote Link to post Share on other sites
naraku9333 Posted April 19, 2006 Report Share Posted April 19, 2006 I'll try to walk you through it step by step:1sudo gedit /etc/apt/sources.list2Find the line that starts deb cdrom: and add a # at the begining of the line.3run sudo apt-get update4then sudo apt-get install realplayer Quote Link to post Share on other sites
Mychal007 Posted April 19, 2006 Author Report Share Posted April 19, 2006 (edited) Hi naraku9333I took my time and followed your instructions but I got this messege. W: Couldn't stat source package list ftp://ftp.free.fr breezy/restricted Packages (/var/lib/apt/lists/ftp.free.fr_pub_Distributions%5fLinux_plf_ubuntu_plf_dists _breezy_breezy_binary-i386_Packages) - stat (2 No such file or directory)W: You may want to run apt-get update to correct these problemsE: Some index files failed to download, they have been ignored, or old ones used instead.I got a little lost at step 3 where you say (Run) sudo apt-get update. Am I typing this in the terminal?.. and oh yeah!when you mentioned step 2 you said Find the line that starts deb cdrom: Well I didn't exactly locate that line but I did see free non-freedeb cdrom:[ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restrictedWhat happend?.. and is that the line you're refering to? Edited April 19, 2006 by Mychal007 Quote Link to post Share on other sites
shanenin Posted April 19, 2006 Report Share Posted April 19, 2006 you may want to try updating and installing the package again. Use these commandssudo apt-get updateandsudo apt-get install realplayer Quote Link to post Share on other sites
Mychal007 Posted April 19, 2006 Author Report Share Posted April 19, 2006 Tried that too and got this error messege: bzip2: Compressed file ends unexpectedly; perhaps it is corrupted? *Possible* reason follows.bzip2: Inappropriate ioctl for device Input file = (stdin), output file = (stdout)It is possible that the compressed file(s) have become corrupted.You can use the -tvv option to test integrity of such files.You can use the `bzip2recover' program to attempt to recoverdata from undamaged sections of corrupted files.Err ftp://ftp.free.fr breezy/free Packages Sub-process bzip2 returned an error code (2)40% [Working]Err ftp://ftp.free.fr breezy/non-freedeb Packages Unable to fetch file, server said 'Failed to open file. ' Quote Link to post Share on other sites
tictoc5150 Posted April 19, 2006 Report Share Posted April 19, 2006 (edited) Hiya Mychal007,Glad to see you're hanging in there with it...Some people would be turned off enough to dump linux in favor of windows at this point but I'm pretty sure we can get you over this problem.Could you copy and paste your entire /etc/apt/sources.list here, it kinda looks like you made an error when you pasted the new line.One of us can correct it and you should be good to go.Just to make sure realplayer is in the repository and works, I installed it on mine...install went fine...just gotta get your sources.list fixed. Edited April 19, 2006 by tictoc5150 Quote Link to post Share on other sites
Mychal007 Posted April 20, 2006 Author Report Share Posted April 20, 2006 (edited) Hey tictoc. I'm not giving up because I figure I've gotta learn how this works sooner or later. Here goes.. from the Sources. List (etc/apt/) - gedit it reads this:deb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf breezy free non-freedeb cdrom:[ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted## Uncomment the following two lines to fetch updated software from the network# deb http://us.archive.ubuntu.com/ubuntu breezy main restricted# deb-src http://us.archive.ubuntu.com/ubuntu breezy main restricted## Uncomment the following two lines to fetch major bug fix updates produced## after the final release of the distribution.# deb http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted# deb-src http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted## Uncomment the following two lines to add software from the 'universe'## repository.## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team, and may not be under a free licence. Please satisfy yourself as to## your rights to use the software. Also, please note that software in## universe WILL NOT receive any review or updates from the Ubuntu security## team.# deb http://us.archive.ubuntu.com/ubuntu breezy universe# deb-src http://us.archive.ubuntu.com/ubuntu breezy universe## Uncomment the following two lines to add software from the 'backports'## repository.## N.B. software from this repository may not have been tested as## extensively as that contained in the main release, although it includes## newer versions of some applications which may provide useful features.## Also, please note that software in backports WILL NOT receive any review## or updates from the Ubuntu security team.# deb http://us.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse# deb-src http://us.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiverse# deb http://security.ubuntu.com/ubuntu breezy-security main restricted# deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted# deb http://security.ubuntu.com/ubuntu breezy-security universe# deb-src http://security.ubuntu.com/ubuntu breezy-security universedeb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf breezy free non-freedeb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf breezy free non-freedeb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf breezy free non-freeOnce you get this figured out, could you please walk me through this again? I'm patient Edited April 20, 2006 by Mychal007 Quote Link to post Share on other sites
tictoc5150 Posted April 20, 2006 Report Share Posted April 20, 2006 (edited) OK, definitely see the problem now. step 1) open the sources.list againsudo gedit /etc/apt/sources.listMake the file read as follows (delete what's currently there and copy&paste, if you want):#deb cdrom:[Ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted## Uncomment the following two lines to fetch updated software from the networkdeb http://us.archive.ubuntu.com/ubuntu breezy main restricteddeb-src http://us.archive.ubuntu.com/ubuntu breezy main restricted## Uncomment the following two lines to fetch major bug fix updates produced## after the final release of the distribution.deb http://us.archive.ubuntu.com/ubuntu breezy-updates main restricteddeb-src http://us.archive.ubuntu.com/ubuntu breezy-updates main restricted## Uncomment the following two lines to add software from the 'universe'## repository.## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu## team, and may not be under a free licence. Please satisfy yourself as to## your rights to use the software. Also, please note that software in## universe WILL NOT receive any review or updates from the Ubuntu security## team.deb http://us.archive.ubuntu.com/ubuntu breezy universedeb-src http://us.archive.ubuntu.com/ubuntu breezy universe## Uncomment the following two lines to add software from the 'backports'## repository.## N.B. software from this repository may not have been tested as## extensively as that contained in the main release, although it includes## newer versions of some applications which may provide useful features.## Also, please note that software in backports WILL NOT receive any review## or updates from the Ubuntu security team.deb http://us.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiversedeb-src http://us.archive.ubuntu.com/ubuntu breezy-backports main restricted universe multiversedeb http://security.ubuntu.com/ubuntu breezy-security main restricteddeb-src http://security.ubuntu.com/ubuntu breezy-security main restricteddeb http://security.ubuntu.com/ubuntu breezy-security universedeb-src http://security.ubuntu.com/ubuntu breezy-security universe#plfdeb ftp://ftp.free.fr/pub/Distributions_Linux/plf/ubuntu/plf breezy free non-freeSave and close the file.In the terminal:sudo apt-get updatelet it do its thing and then:sudo apt-get install realplayshould now work. Now I want to mention that since all sources were commented out with "#" (disabled) you're probably way behind on updates...You may (*should*) want to open the update manager and take care of that....any problems post back Edited April 20, 2006 by tictoc5150 Quote Link to post Share on other sites
Mychal007 Posted April 20, 2006 Author Report Share Posted April 20, 2006 (edited) tictocI did all of the above and the updates installed with no problem and I was able to locate RealPlayer in my file browser. Now how do I extract it and make it useful? And also when I go my one of my messege boards, it's telling me Additional Java Plugins Are Required To Display All The Media On This Page. How do I go about getting that? Edited April 20, 2006 by Mychal007 Quote Link to post Share on other sites
shanenin Posted April 20, 2006 Report Share Posted April 20, 2006 (edited) you can start it by typing the following command into your terminal:realplay Edited April 20, 2006 by shanenin Quote Link to post Share on other sites
tictoc5150 Posted April 20, 2006 Report Share Posted April 20, 2006 (edited) Just to add, if "sudo apt-get install realplay" went well and installed without error, it should be in the menu (Applications -> Sound & Video -> RealPlayer 10)I usually don't use all-in-one installers but this would probably make your life a helluva lot easier and get what you need done as quick as possible.Automatix is an automated gui install script that takes care of alot of things to make Ubuntu more functional....pretty much just selecting with point and click from a list once installed...pretty sure it takes care of java (including plugins, hence the recommendation) as well as a bunch of other things.In a terminal:wget http://beerorkid.com/automatix/automatix_5.8-1_i386.debThen:sudo dpkg -i automatix_5.8-1_i386.debTo run Automatix:AutomatixThis is the Ubuntu forum page for it with all info and capabilities of Automatix Edited April 20, 2006 by tictoc5150 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.