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.
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.
I am currently running Suse 7.0 I think it is, and downloaded Opera .RPM.
I clicked on the .rpm and it opened the package installer and acted as if it installed it. If I look at the file details, it gives a whole list of files in a /usr directory.
The problem is, I don't know how to start Opera. There is not an Icon anywhere on the K menu, nor is there one on the screen. I am very new to Linux. I had used Red Hat, and sucessfully installed Opera, but it put an Icon in the K menu.
I had to download and install some sort of a dependency for Opera before it would sucessfully install.
Did it really install, or am I missing something?? Thanks for any help you can provide.
It probably installed somewhere in /usr/local. Have you tried doing a find for opera? Once you find it, make sure that the binary is in your PATH, and start it from a terminal just as a test. If it works, you can create the menu option manually.
Found the binary entry, clicked on that, and after the hard drive churned for a few seconds, got an error, " Couldn't find the program "opera" "
When I click on K then run, then type opera, the hard drive churns, and then nothing.
If I check the rpm installer, I have an option to uninstall opera.
Also, the correct version is Suse 8.0 and I'm quite sure it's the personal version, and not the Pro version.
Thanks for the help. I'm guessing that it maybe really didn't install. Is there a way to manually install the .rpm without using the installer?
I am so new I'm lost. When I first tried to install Opera, it needed some dependency. I searched for this on the web, and ran the .rpm by clicking on the file, and letting the package installer do the job. When this finished, I again clicked on the opera.rpm and the hard drive churned and churned. But, it did NOT tell me that anything was required to install the rpm.
I'm really trying to do my part and search, I really appreciate the effort to steer me in the right direction.
Try running it from command (as was suggested, which was a good idea for troubleshooting, good thinking Stickman ) to see if there are error's output. You may have gotten the wrong rpm for your distro. You could always try installing it from source if you are any good at that. It's actually not that bad. Here's a basic example:
download opera.tar.gz
cd /directory/where/file/is/
tar xvzf opera.tar.gz
cd opera
./configure
make
make install
Those are ultra basic and will need tuning for versions and such. But if you'd like to give that a try, or run your already installed version from a command line to see errors and post em... anyway, those are some options.
Okay. I went to a command prompt by clicking on the shell at the bottom of my screen. Then I typed cd /usr/bin Then at the prompt glen@linux:/usr/bin> I typed opera and got the following response:
glen@linux:/usr/bin> opera
/usr/lib/opera/6.03-20020813.2/opera: relocation error: /usr/lib/opera/6.03-20020813.2/opera: undefined symbol: isFixedPitch__C13QFontDatabaseRC7QStringN21
glen@linux:/usr/bin>
The .rpm file I used was opera-6.03-20020813.2-shared-qt.i386.rpm which was supposed to be the one for Suse Linux. I also had to install qt2.2.1-22.1-1i586 to solve a dependency problem upon the first attempt to install.
I tried both the opera........shared.tar.gz and the opera.......static.tar.gz, then used the sequence
above with the tar xvzf opera.tar.gz. There was a
config folder, but no configure file to run the ./configure
command.
I am not sure which to use, the static or the shared. I am not sure what the difference between the two is.
On the Opera website, it gives a procedure to see if you can use the .rpm files, and my system passes the test. I'm going to examine the files in detail to see if there are special insturctions to do this install. If nothing else, I am going to give up on trying Opera. It's not worth all this aggervation, but, I am learning something!
Static means all "dependencies" are included in the file. This means an increased size in the file, but supposedly no problems downloading. Shared, well that one is obvious from the static definition.
from what I remember with the opera tarball the only things u have to do is make and make install.. there is no configure.
correct me if I'm wrong.. just do make
Originally posted by KayJay from what I remember with the opera tarball the only things u have to do is make and make install.. there is no configure.
correct me if I'm wrong.. just do make
This is a misconception.The fact is that all the major packages such as mozilla, netscape, opera have in built self executable files for instaling and compiling etc etc. Moreover makes command works only if there is a file Makefile or something like that.
I remember that opera comes with precompiled binaries. You can install it by running the install.sh file.
When I typed the tar xvzf opera.tar.gz, (only lthe file wasn't called opera.tar.gz, it was called opera-6.03-20020813.1-static-qt.i386
and when I issued the above file, it created a directory called
file:/home/glen/opera-6.03-20020813.1-static-qt.i386. I dont know
if that is normal or note, but, I decided to give something a try.
I hit the K button, then run, then typed:
/home/glen/opera-6.03-20020813.1-static-qt.i386/install.sh
I thought nothing happened. But, then, I clicked on the opera
icon inside the "directory" I typed above, (I know, it's really only
a file, because in Linux, **everything** is just a file, I am learning that)
it ran the Opera program!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.