LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 11-08-2008, 01:16 PM   #1
scywin
LQ Newbie
 
Registered: Nov 2008
Posts: 5

Rep: Reputation: 0
Total Newbie question


I am completely new to Linux and have tried to search for an answer to this, but my searches seem to all return tons of irrelevant stuff, so if someone can just point me to the right place, I would really appreciate it.

I have just installed Mandriva 2009 on two computers, an old Gateway laptop, and a server with a collection of parts from the local PC fixit shop. The systems both boot up, which is nice.

I now want to install Lotus Domino on the server and Lotus Notes on the laptop. The Lotus CD for Domino contains a tar file. It appears that inside the tar file is an iso file. I've tried to follow instructions on extracting this stuff, but it isn't appraent that I have even got it uncompressed, let alone installed.

I would appreciate some real simple instructions on how to get this software installed.
 
Old 11-08-2008, 01:26 PM   #2
cmnorton
Member
 
Registered: Feb 2005
Distribution: Ubuntu, CentOS
Posts: 585

Rep: Reputation: 35
More Information

Forget about what is in the tar file for now.

Is this a tar file or a tar.gz file?

I would do the following:

1) Start an X-term (command line) session.

2) Create a directory for unpacking:

mkdir unpack_dir

3) Move the tar or gz file to this new directory:

mv some-file-name.tar unpack_dir

4) Go to this dir

cd unpack_dir

5) Untar the file.

a) tar -xzf some-file-name-tar.gz # if it's a zipped tar file or

b) tar -xf some-file-name-tar

6)

ls -l # to see what's there.

Now, as to blasting this iso image, you'll need to search your applications for something that will copy or write to a CD.

If you put a blank CD in your rw cd drive, something might pop up on your desktop and/or an application might start allowing you to blast the .iso image.
 
Old 11-08-2008, 04:49 PM   #3
scywin
LQ Newbie
 
Registered: Nov 2008
Posts: 5

Original Poster
Rep: Reputation: 0
That was helpful. I now have an iso file in a directory on my hard drive. I want to install it, not put it on a cd. What do I do next?
 
Old 11-08-2008, 09:19 PM   #4
ehawk
Senior Member
 
Registered: Jul 2003
Posts: 1,257

Rep: Reputation: 48
you now normally go into the directory that was created and enter

su
enter root password

./configure
make
make install

http://www-01.ibm.com/support/docvie...id=swg27007909

Last edited by ehawk; 11-08-2008 at 09:23 PM.
 
Old 11-08-2008, 09:56 PM   #5
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 404Reputation: 404Reputation: 404Reputation: 404Reputation: 404
If you have the iso there, you should be able to mount it as root this way:
  1. cd into the relevant directory where the iso resides
  2. mkdir iso_dir
  3. mount -t iso9660 -o loop <isofile.iso> iso_dir

Now you should be able to see the contents of the iso in iso_dir/, cd into it, look around, read the install or readme files and proceed accordingly. Maybe there's an installation script inside or whatever. I don't really know.

To unmount it you'd do "umount iso_dir" once you are done. Mount and umount requires root privileges in this case.

Alternatively, you might want to install fuseiso if your distro supports it.

If you have fuseiso, the three steps above will only be two:
  1. cd into the relevant directory where the iso resides
  2. fuseiso -p <isofile.iso> iso_dir

Then "fusermount -u iso_dir" to unmount it. This doesn't require root privileges.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Total Newbie Question CS_Student_DrewU Programming 5 07-15-2007 08:34 PM
total newbie SSH question landog Linux - General 13 05-04-2006 02:51 PM
total newbie question nicdaug Linux - Newbie 16 01-05-2006 04:51 PM
Total new newbie question molson8397 Linux - Newbie 2 12-31-2004 07:34 AM
Total Newbie Kernel Question rhubarb Linux - Newbie 3 01-31-2003 10:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:20 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