LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-27-2012, 04:49 PM   #1
aristocratic
Member
 
Registered: Sep 2011
Location: Texas
Distribution: Open SuSE 12.1, Lucid Puppy
Posts: 90

Rep: Reputation: Disabled
installing Opera web browser, error when using the ./configure command


I am trying to install the latest version of Opera web browser, and am getting the error "No such file or directory", when I try the ./configure command:

linux:~/Downloads # tar -xf opera-12.00-1467.x86_64.linux.tar.bz2
linux:~/Downloads # ls
opera-12.00-1467.x86_64.linux opera-12.00-1467.x86_64.linux.tar.bz2
linux:~/Downloads # cd opera-12.00-1467.x86_64.linux
linux:~/Downloads/opera-12.00-1467.x86_64.linux # ls
install lib LICENSE opera share
linux:~/Downloads/opera-12.00-1467.x86_64.linux # ./configure
bash: ./configure: No such file or directory
linux:~/Downloads/opera-12.00-1467.x86_64.linux # install
install: missing file operand
Try `install --help' for more information.

I am using SuSE Enterprise Linux version 11 SP1.
 
Old 07-27-2012, 04:53 PM   #2
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Well, have you tried
Code:
install --help
as the error message suggests?
 
1 members found this post helpful.
Old 07-27-2012, 05:12 PM   #3
aristocratic
Member
 
Registered: Sep 2011
Location: Texas
Distribution: Open SuSE 12.1, Lucid Puppy
Posts: 90

Original Poster
Rep: Reputation: Disabled
I tried the install --help, with a few options, to no avail. I thought I might be using the wrong command. Sorry, I'm a real neophyte.
 
Old 07-27-2012, 05:20 PM   #4
TobiSGD
Moderator
 
Registered: Dec 2009
Location: Germany
Distribution: Whatever fits the task best
Posts: 17,148
Blog Entries: 2

Rep: Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886Reputation: 4886
Please be more specific:
1. What was the output of install --help?
2. Which of those options in the output have you used and which errors did you get (be exactly here)?
3. Why don't you try the version for your OS? There are packages for openSuse (don't know if that works in the Enterprise version) and for other RPM-based distros on the website, give those a try.
 
1 members found this post helpful.
Old 07-27-2012, 05:46 PM   #5
aristocratic
Member
 
Registered: Sep 2011
Location: Texas
Distribution: Open SuSE 12.1, Lucid Puppy
Posts: 90

Original Poster
Rep: Reputation: Disabled
I have included the outputs of the "install" command, with various options below. I will investigate your option #3. Thank you for the advice. I am basically trying to get experience downloading software and running it on my Linux OS. My version is : Linux version 2.6.32.12-0.7-default

linux:~/Downloads/opera-12.00-1467.x86_64.linux # install -D
install: missing file operand
Try `install --help' for more information.
linux:~/Downloads/opera-12.00-1467.x86_64.linux # install -b
install: missing file operand
Try `install --help' for more information.
linux:~/Downloads/opera-12.00-1467.x86_64.linux # install -d
install: missing file operand
Try `install --help' for more information.
linux:~/Downloads/opera-12.00-1467.x86_64.linux # install -o
install: option requires an argument -- 'o'
Try `install --help' for more information.
linux:~/Downloads/opera-12.00-1467.x86_64.linux # install -Z
install: option requires an argument -- 'Z'
Try `install --help' for more information.
linux:~/Downloads/opera-12.00-1467.x86_64.linux # install -v
install: missing file operand
Try `install --help' for more information.
 
Old 07-27-2012, 07:35 PM   #6
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,314
Blog Entries: 28

Rep: Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137
You are making it too complicated. The opera tarball is not sources, contains the Opera binary.

Just run the install script as root.

See this link for more information.

http://www.opera.com/support/kb/view/456/

Last edited by frankbell; 07-27-2012 at 07:37 PM.
 
1 members found this post helpful.
Old 07-27-2012, 09:18 PM   #7
aristocratic
Member
 
Registered: Sep 2011
Location: Texas
Distribution: Open SuSE 12.1, Lucid Puppy
Posts: 90

Original Poster
Rep: Reputation: Disabled
Thank you, Mr Frank Bell! Your advice solved my problem. It looks like I should have read the support pages on Opera.

If someone could point out a good tutorial for installing software, I would appreciate it. This seems to be a challenging part of learning Linux. Here is another example. I downloaded nmap, but keep getting the following output when I type the ./configure command. It looks like I either don't have the correct C compiler for my computer, or I don't have any C compiler:

linux:/home/mark/nmap-5.00 # ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/home/mark/nmap-5.00':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details.
 
Old 07-28-2012, 03:15 AM   #8
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Installing the default gcc compiler on Suse :

1) su
2) zypper in gcc-c++

... Or use Yast for package install.


.
 
Old 07-28-2012, 09:00 AM   #9
aristocratic
Member
 
Registered: Sep 2011
Location: Texas
Distribution: Open SuSE 12.1, Lucid Puppy
Posts: 90

Original Poster
Rep: Reputation: Disabled
Your command recommendation worked, knudfl

Your command worked, but it looks like I need a disk to do it

Please insert medium [SUSE-Linux-Enterprise-Server-11-SP1 11.1.1-1.152] #1 and type 'y' to continue or 'n' to cancel the operation. [yes/no] (no): n
 
Old 07-28-2012, 09:47 AM   #10
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
If the computer is connected to the Internet : No cd/DVD is required.
"Install/Remove Software" or zypper will download gcc-c++ etc.
.. and install the packages.

No cdrom / DVD : You will have to delete the "media entry" in ..
Menu: System > Configuration > Install/Remove Software :
Configuration > Repositories.

Or delete ( uncomment ? ) the entry in /etc/zypp/repos.d/<repo>

.
 
1 members found this post helpful.
Old 07-28-2012, 12:52 PM   #11
unSpawn
Moderator
 
Registered: May 2001
Posts: 29,415
Blog Entries: 55

Rep: Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600Reputation: 3600
Quote:
Originally Posted by aristocratic View Post
I am trying to install the latest version of Opera web browser
Shouldn't you instead follow instructions listed here: http://en.opensuse.org/Opera ?
 
1 members found this post helpful.
Old 07-28-2012, 05:55 PM   #12
aristocratic
Member
 
Registered: Sep 2011
Location: Texas
Distribution: Open SuSE 12.1, Lucid Puppy
Posts: 90

Original Poster
Rep: Reputation: Disabled
knudfl: Here is the file that is in /etc/zypp/repos.d

SUSE-Linux-Enterprise-Server-11-SP1 11.1.1-1.152.repo

You are saying that I need to uncomment an entry in this file?

unSpawn, thank you for the reference. I made things confusing about asking about installing nmap, on the same thread I asked about the Opera install. It looks like all I needed for the Opera install was to type opera-12.00-1467.x86_64.linux/opera ...and that did the trick. I will check openSuse from now on for advice.
 
Old 07-28-2012, 06:11 PM   #13
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,314
Blog Entries: 28

Rep: Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137
Glad I could help.

Software installation in Linux is quite different from on Windows (I have no experience with Macs, but I saw one once).

Generally, if your distro has repos (and SuSE does, and the user agent icon in your posts says SuSE), you start the package manager, look for the software package in the list, then tell the package manager to install it (there are also ways to do this from the command line, but I'll let that go for now). The package manager will take care of dependencies. SuSE's package manager and configuration tool is YAST; here's an article on it. http://en.opensuse.org/Portal:YaST

Alternatively, the classic method is to compile the software from sources. Here's a good article on that: http://www.tuxfiles.org/linuxhelp/softinstall.html

Occasionally, as with the Opera you installed, you can download a package from the creators of the software and install the binary with a script. In that case, the tarball usually contains a readme file with installation instructions.

Generally, if there is package manager and official repositories, that should be your first choice for installing software, since the packages will have been reviewed and vetted to be correct and safe for your distribution. Installing from the package manager also makes removal easier, as the package manager can remove not only the software, but any dependencies that the removal makes unnecessary.

(This summarizes about two years of my experience here!)

I just happened to know how Opera works because I'm an Opera fanboy. It's usually the first program I install after setting up a computer.

Last edited by frankbell; 07-28-2012 at 06:12 PM.
 
1 members found this post helpful.
Old 07-29-2012, 11:02 AM   #14
aristocratic
Member
 
Registered: Sep 2011
Location: Texas
Distribution: Open SuSE 12.1, Lucid Puppy
Posts: 90

Original Poster
Rep: Reputation: Disabled
Thank you for taking the time to summarize your experience! I am familiar with the reference http://www.tuxfiles.org/linuxhelp/softinstall.html, I was actually using that reference to install Opera, and was stumped when ./configure did not work. I did not see a README file once I unbundled the tarball. UnSpawn found a good reference here http://en.opensuse.org/Opera, which talks about different commands for installing, which I have not tried yet.

I will check out http://en.opensuse.org/Portal:YaST. I have been doing most things from the command line up to this point.

Well I am glad you got me to an end point on this, based on your experience with Opera. Linux can be challenging, so succeeding at installing software feels pretty good. I am going to try to move onto things like updating the kernel, and I would also like to install SuSE Linux on a bootable pendrive. I will do my research first. Thanks again!
 
Old 07-29-2012, 07:48 PM   #15
frankbell
LQ Guru
 
Registered: Jan 2006
Location: Virginia, USA
Distribution: Slackware, Ubuntu MATE, Mageia, and whatever VMs I happen to be playing with
Posts: 19,314
Blog Entries: 28

Rep: Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137Reputation: 6137
You are welcome.

Remember that Linux isn't difficult, just different, and you'll feel at home in no time.
 
1 members found this post helpful.
  


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
Opera Web Browser mafatram Linux - Newbie 5 05-08-2011 04:18 PM
How to set Opera as default web browser? seran Linux - Software 3 10-16-2010 10:14 AM
Opera web browser fillister SUSE / openSUSE 3 02-14-2007 10:03 AM
Configure and disable ipv6 on opera web browser tfm1 Linux - Software 4 10-27-2006 10:19 PM
How to set Opera as the default web browser seran Linux - Newbie 1 08-17-2004 06:25 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:06 AM.

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