How are these type packages installed? When I d/l it, I get arch opens it, and wants me to extract it. I am quite clueless from this point.
11.1,32-Bit, KDE 4.2.2.
How are these type packages installed? When I d/l it, I get arch opens it, and wants me to extract it. I am quite clueless from this point.
11.1,32-Bit, KDE 4.2.2.
Hi,
What do you need to try to compile from source for? No offense but if you have to ask about it, it’s probably not the best idea. All of these applications on the site can be found in the Mozilla repository Additional YaST Package Repositories - openSUSE.
Good Luck,
Ian
Indeed, you should not need to compile or anything as there is a repository for newer versions of Mozilla stuff (even one for betas)
.bin files are binary files
that is, they are executables.
tar.bz2 and such files are source files compressed.
after extracting you will have to do a (most of the time)
$ ./configure
$ make
$ make install
if there are no problems with dependencies or missing libraries all will be fine.
otherwise its a pain to get to work