LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 08-30-2005, 11:27 PM   #1
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Opera- Ubuntu package


Hi I've just downloaded the Opera browser in.deb Ubuntu format.
I know how to install on the command line with .tgz and .gz
How do I install this? Can I use Synaptic?
Thank you.
 
Old 08-30-2005, 11:28 PM   #2
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
Code:
dpkg -i whatever.deb
 
Old 08-30-2005, 11:50 PM   #3
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Re: Opera- Ubuntu package

Quote:
Originally posted by hitest
Hi I've just downloaded the Opera browser in.deb Ubuntu format.
I know how to install on the command line with .tgz and .gz
How do I install this? Can I use Synaptic?
Thank you.
Probably sudo dpkg -i opera-static_8.02-20050727.1-qt_en_i386.deb.
I did happen to notice Opera in the repositories, but maybe it's because I've enabled extra ones?. In any case, you'd better install it quickly while the ad-free registration is free (you've still got a couple of hours).

Last edited by aysiu; 08-31-2005 at 12:10 AM.
 
Old 08-30-2005, 11:54 PM   #4
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally posted by spooon
Code:
dpkg -i whatever.deb
Thanks for the code, but, I get authentication failure. Thas is, when I navigate to the directory where the .deb package is and try to run it it asks for super user password. I've only got one password on the system but, it doesn't work. When I run Synaptic my password works.
 
Old 08-30-2005, 11:59 PM   #5
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Did you try sudo dpkg -i opera-static_8.02-20050727.1-qt_en_i386.deb? The password should be your user password, the same you use for Synaptic.

So if you type dpkg -i opera-static_8.02-20050727.1-qt_en_i386.deb, you should get this as a response:

dpkg: requested operation requires superuser privilege

If you type this:

sudo dpkg -i opera-static_8.02-20050727.1-qt_en_i386.deb

You should get this response:

Password:

This is the same as the Synaptic password.

Last edited by aysiu; 08-31-2005 at 12:04 AM.
 
Old 08-31-2005, 12:04 AM   #6
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Re: Re: Opera- Ubuntu package

Quote:
Originally posted by aysiu
Probably sudo dpkg -i opera-static_8.02-20050727.1-qt_en_i386.deb.
I did happen to notice Opera in the repositories, but maybe it's because I've enabled extra ones?. In any case, you'd better install it quickly while the ad-free registration is free (you've still got a couple of hours).
Okay that worked, but, where does it install to? It didn't put an icon on my menu anywhere.
I tried the whereis command, couldn't find it.
Thanks.
 
Old 08-31-2005, 12:06 AM   #7
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally posted by aysiu
Did you try sudo dpkg -i opera-static_8.02-20050727.1-qt_en_i386.deb? The password should be your user password, the same you use for Synaptic.

So if you type dpkg -i opera-static_8.02-20050727.1-qt_en_i386.deb, you should get this as a response:

dpkg: requested operation requires superuser privilege

If you type this:

sudo dpkg -i opera-static_8.02-20050727.1-qt_en_i386.deb

You should get this response:

Password:

This is the same as the Synaptic password.
Thank you, yes, that worked:-) I just need to find the dang package
 
Old 08-31-2005, 12:09 AM   #8
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Quote:
Originally posted by hitest
Thank you, yes, that worked:-) I just need to find the dang package
What do you mean find the package? Do you mean the launcher? Or do you mean the .deb you downloaded?
 
Old 08-31-2005, 12:20 AM   #9
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally posted by aysiu
What do you mean find the package? Do you mean the launcher? Or do you mean the .deb you downloaded?
I've got it figured out thank you. When I ran the install command (sudu) at the shell prompt for the .deb package it set everything up for me. However when I went to look for an icon to click on to launch Opera 8.02 I couldn't find it. I found the script to launch the application in /bin and created an icon for it on my tool bar. Also entered my activation code to get rid of ads.
Thanks for your help, much appreciated.
 
Old 08-31-2005, 12:39 AM   #10
aysiu
Senior Member
 
Registered: May 2005
Distribution: Ubuntu with IceWM
Posts: 1,775

Rep: Reputation: 86
Glad it all worked out for you.
 
Old 08-31-2005, 10:48 AM   #11
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally posted by aysiu
Glad it all worked out for you.
I'm actually very impressed with Opera 8.02. It is blazingly fast. I still use FF as my main browser on my Linux boxes, but, Opera is indeed impressive. The only thing that stopped me before from using it was the dang ads in Opera.
Very nice browser.
Thanks again for your help.
 
Old 08-31-2005, 01:50 PM   #12
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Ubuntu Forums - HOWTO: Install Opera in Ubuntu Hoary

This is the install instructions for the Opera Internet Suite

This installs Opera, adds a menu icon and changes the default file handler from kexec to gnome-open.
 
Old 08-31-2005, 02:56 PM   #13
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Original Poster
Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally posted by craigevil
Ubuntu Forums - HOWTO: Install Opera in Ubuntu Hoary

This is the install instructions for the Opera Internet Suite

This installs Opera, adds a menu icon and changes the default file handler from kexec to gnome-open.
Thanks, I'll keep this for future reference for the next time I install Opera. Much appreciated.
 
Old 09-05-2005, 09:00 AM   #14
impeteperry
Member
 
Registered: Dec 2003
Location: Riverside, RI, USA
Distribution: Ubuntu/Kubuntu
Posts: 308
Blog Entries: 1

Rep: Reputation: 31
I am trying to install a kdevelop package and I get this

Quote:
pete@ubuntu:~/myDownloads$ sudo dpkg -i kdevelop-data_3.2.1-0ubuntu0hoary2_all.deb
(Reading database ... 117625 files and directories currently installed.)
Preparing to replace kdevelop-data 4:3.2.1-0ubuntu0hoary2 (using kdevelop-data_3.2.1-0ubuntu0hoary2_all.deb) ...
Unpacking replacement kdevelop-data ...
dpkg: dependency problems prevent configuration of kdevelop-data:
kdevelop-data depends on kdevelop (= 4:3.2.1-0ubuntu0hoary2); however:
Version of kdevelop on system is 4:2.1.5.1-7.
dpkg: error processing kdevelop-data (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
kdevelop-data
pete@ubuntu:~/myDownloads$
I tried sudo -r kdevelop-data_3.2.1-0ubuntu0hoary2_all.deb to replace the old kdevelop and got
Quote:
pete@ubuntu:~/myDownloads$ sudo dpkg -r kdevelop-data_3.2.1-0ubuntu0hoary2_all.deb
dpkg: you must specify packages by their own names, not by quoting the names of the files they come in

Type dpkg --help for help about installing and deinstalling packages[*];
Use dselect for user-friendly package management;
Type dpkg -Dhelp for a list of dpkg debug flag values;
Type dpkg --force-help for a list of forcing options;
Type dpkg-deb --help for help about manipulating *.deb files;
Type dpkg --licence for copyright licence and lack of warranty (GNU GPL)[*].

Options marked[*] produce a lot of output - pipe it through `less' or `more' !
pete@ubuntu:~/myDownloads$
I looked at --help and got totally confused. Incidentally I had errors when trying to run kdevelop.2.1.
I am sew to debian and any help would be appreciated
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Ubuntu Opera Java biojayc Linux - Software 4 09-29-2011 03:54 PM
Ubuntu, Opera and Java hbsyn Linux - Software 0 10-08-2005 09:55 PM
Clean install from Ubuntu Warty to Ubuntu Hoary Erik_the_Red Linux - Newbie 2 06-05-2005 07:14 PM
Importing opera bookmarks to opera problem timsch75 Linux - Software 3 03-20-2004 08:10 PM
opera not working; reinstall of opera no help CamelofCamelot Linux - Software 1 02-05-2004 01:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 02:50 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration