LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   help with a .tar.gz file (https://www.linuxquestions.org/questions/linux-newbie-8/help-with-a-tar-gz-file-781679/)

bald-top 01-12-2010 06:15 AM

help with a .tar.gz file
 
I am running Ubuntu 9.10 and i have tried on a number of occasions to download and install the Opera web browser using the .deb format. For some reason(s) unknown to me i can never find the file despite doing a search of the file system.

So i have now attempted to download and install the Opera web browser using the .tar.gz format.

I managed to get a .tar.gz file and placed it in my "Downloads" folder.

Now i opened a terminal and navigated to The Downloads folder which contained the .tar.gz file and then typed:

tar -zxvf opera-10.10.gcc4-shared-qt3.i386.tar.gz
A lot of text flew by on the screen and when i checked the Downloads folder it now contains the following:

opera-10.10.gcc4-shared-qt3.i386.tar.gz

and

opera-10.10-4742.gcc4-shared-qt3.i386

Could someone take pity on a tired, baldy old git who only wants to use the latest version of the Opera browser please.

Dave_Devnull 01-12-2010 06:24 AM

That's a source 'tarball' you have there and with Ubuntu there really should be no reason for you to need to build it yourself.

Easiest way to install it: Forget the tarball and click 'system' > 'administration' > 'Synaptic Package Manager' and search for Opera.

You'll be cooking on gas in no time ;-)

failing that:
sudo apt-get install opera

or even find that .deb you downloaded and run:
dpkg -i <name_of_deb_file>.deb

HTH
Caveat - just noticed you said 'latest' version. This is what I'm running on my 8.10:
Quote:

Version information
Version
10.10

Build
4742

Platform
Linux

System
i686, 2.6.27-16-generic

Qt library
3.3.8b

Java
Java Runtime Environment installed
Clicking on ABOUT > CHECK FOR UPDATES tells me I have the latest version :-) {which makes a change for me}

repo 01-12-2010 06:28 AM

In the terminal, cd to
Code:

opera-10.10-4742.gcc4-shared-qt3.i386
read te readme files

evo2 01-12-2010 06:28 AM

Since opera is *very* non-free software, it shouldn't be a source tar ball: as far as I know they only distribute binaries. Related to this non-free status, is that it may not be in the default Ubuntu repositories: you may have to enable/add additional sources.

A quick google, gave this http://www.ubuntugeek.com/how-to-ins...a-plugins.html
as the first hit.

Cheers,

evo2.

Dave_Devnull 01-12-2010 06:39 AM

My apologies - I overlooked the 'non-free' status of Opera. Despite the fact it is 'free' it is not 'free';-)

It's certainly shown available in my Synaptic:
Quote:

The Opera Web Browser
Welcome to the Opera Web browser. It is smaller, faster,
customizable, powerful, yet user-friendly. Opera
eliminates sluggish performance, HTML standard violations,
desktop domination, and instability. This robust Web
browser lets you navigate the Web at incredible speed and
offers you the best Internet experience.

The binaries were built using gcc 4.
But feel free to untar the gzip archive and use that if you wish :-)

linus72 01-12-2010 06:42 AM

might as well hook up your whole sources.list and get binaries instead
you can also get the Chromium-browser too

so, here it has both opera and chromiumm plus more
http://repogen.simplylinux.ch/

just tell it country and version of buntu
then click boxes you want

bald-top 01-12-2010 08:10 AM

No matter what i do i still get an error. I've decided to give Opera a miss and apologize to you guys for wasting your time. Thanks

cantab 01-12-2010 09:19 AM

EDIT: Ignore this, proven wrong by a later post. (It won't do any damage mind)

My guess is opera-10.10-4742.gcc4-shared-qt3.i386 is itself the executable file.

So do
Code:

chmod ugo+rx opera-10.10-4742.gcc4-shared-qt3.i386
./opera-10.10-4742.gcc4-shared-qt3.i386

And Opera, or perhaps an Opera installer, should run.

Dave_Devnull 01-12-2010 09:34 AM

Quote:

Originally Posted by bald-top (Post 3823684)
No matter what i do i still get an error. I've decided to give Opera a miss and apologize to you guys for wasting your time. Thanks

Fine, so you are just going to walk out on us now :-)

Can you paste the link you got it from so we can take a look? Have some faith - you can get it working, don't let it intimidate you {it's a nice, sexy browser and worth it}

Dave_Devnull 01-12-2010 09:50 AM

I've just taken a look myself. The archive unpacks to a directory called 'opera-10.10-4742.gcc4-shared-qt3.i386'.
Inside are:

Quote:

drwxr-xr-x 2 etc
-rwxr-xr-x 1 install.sh
-rw-r--r-- 1 LICENSE
-rw-r--r-- 1 Manifest.md5
-rwxr-xr-x 1 opera
drwxr-xr-x 4 usr
All you need to do is cd into this directory and run the install.sh script.

If that does not tickle your fancy, cd into the directory where you downloaded the .deb file earlier on and run this:
sudo dpkg -i opera_10.10.4742.gcc4.qt3_i386.deb


All times are GMT -5. The time now is 06:24 PM.