LinuxQuestions.org
Visit Jeremy's Blog.
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 08-08-2006, 11:16 AM   #16
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743

Quote:
Originally Posted by hammam12
from where I re-install OpenOffice.org ?
I downloaded OOo_2.0.3_LinuxIntel.tar.gz from the site OpenOffice.org I tar it to OOC680_m7_native_package-1en_US.9044 then I used
./configure
make
make install
... then nothing happened.
Could you pls tell me How to install it ?
... thanx
Mammed Hammam
OOo comes as a set of .rpms You don't compile it.

After you untar, go into the new directory and you will find a folder named "RPMS". In this folder run " rpm -1 *.rpm" and it will install.
 
Old 08-08-2006, 05:45 PM   #17
hammam12
Member
 
Registered: Jun 2006
Posts: 160

Original Poster
Rep: Reputation: 30
linux-wyej:/home/hammam/Documents/programs/OOC680_m7_native_packed-1_en-US.9044/RPMS # rpm -1 *.rpm
-1: unknown option
linux-wyej:/home/hammam/Documents/programs/OOC680_m7_native_packed-1_en-US.9044/RPMS #

nothing happened

I am linux opensus 10.1 KDE

Could some one help
... thanx
Mohammed Hammam
 
Old 08-08-2006, 06:01 PM   #18
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Sorry-----

rpm -i *.rpm (that's the letter "i"---run in the folder with all the .rpm files)

Look at "man rpm" -i is the switch for "install"

However cryptic they may be, it always pays to check the man pages when you get an error message.
 
Old 08-08-2006, 11:11 PM   #19
Oxagast
Member
 
Registered: Aug 2003
Location: Mocksville, NC, USA
Distribution: Gentoo, Slackware.
Posts: 410

Rep: Reputation: 30
Hammam, how old are you man? You talk like a 10 year old. Sorry, its just a bit annoying to read your posts. My bad if your forign or something.
 
Old 08-09-2006, 01:10 AM   #20
hammam12
Member
 
Registered: Jun 2006
Posts: 160

Original Poster
Rep: Reputation: 30
Cool

the command :
rpm -i *.rpm
had installed the package. Now how we run it ?

Hi Oxagast,
my post are very clear. Where do you come from ? How old are you ? Where do you live ?
... thanx
Mohammed Hammam
 
Old 08-09-2006, 08:26 AM   #21
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by Oxagast
Hammam, how old are you man? You talk like a 10 year old. Sorry, its just a bit annoying to read your posts. My bad if your forign or something.
I've seen a lot of illiterates running around here--native English speakers who never learned their own language.
Hammam is obviously not a native speaker, but nonetheless communicates quite clearly. He is also obviously struggling with some basics, so I think some patience might be good.
 
Old 08-09-2006, 08:30 AM   #22
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
Quote:
Originally Posted by hammam12
the command :
rpm -i *.rpm
had installed the package. Now how we run it ?
When I run the rpm in /opt/<foldername>/RPMS, it puts a folder in /opt named "openoffice.org2.0" In there is a folder name program. In that folder are the various start scripts.

In that folder, type ./soffice and it will start with no windoe open. ./swriter will start with a text window---etc.
 
Old 08-09-2006, 10:18 AM   #23
hammam12
Member
 
Registered: Jun 2006
Posts: 160

Original Poster
Rep: Reputation: 30
How to create icon of ./soffice in desktop
 
Old 08-09-2006, 10:20 AM   #24
Nylex
LQ Addict
 
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464

Rep: Reputation: Disabled
It probably depends on the desktop environment you're using, but you may be able to right-click on the desktop and select "New shortcut" or something similar. There'll be a box where you'll have to put in what command is used to run it and you'll probably need to put the full path to that executable there.

Also, please try to use more descriptive thread titles in future.
 
Old 08-09-2006, 11:12 AM   #25
hammam12
Member
 
Registered: Jun 2006
Posts: 160

Original Poster
Rep: Reputation: 30
Hi Nylex,
ok ... done.
... thanx
Mohammed Hammam
 
Old 08-14-2006, 05:51 AM   #26
Simon Bridge
LQ Guru
 
Registered: Oct 2003
Location: Waiheke NZ
Distribution: Ubuntu
Posts: 9,211

Rep: Reputation: 198Reputation: 198
There is some intreguing stuff about installing in general as well as open office here.

You need to learn about YaST and SUSE repositories.

To use YaST - look for it in the menues.
 
  


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
printing on DMP using openoffice in linux 8.0 unpraghavendra Linux - Software 1 07-08-2008 10:16 PM
Quickstart Openoffice Linux chandru.in Linux - Software 2 02-13-2006 01:30 AM
LXer: IBM, Sun (and OpenOffice!) Say "No Way" to VNUnet OpenOffice.org Control Story LXer Syndicated Linux News 0 02-09-2006 03:01 AM
Uninstalling Openoffice from Redhat linux ganninu Linux - Software 1 09-02-2004 10:42 AM

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

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