LinuxQuestions.org
Help answer threads with 0 replies.
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 11-30-2005, 07:52 PM   #1
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921
Blog Entries: 24

Rep: Reputation: 64
Question Open Office Writer Question.


How does one start the Open Office Writer from the Command Prompt ?

Thanks.

Vijay
 
Old 11-30-2005, 07:57 PM   #2
Sargek
Member
 
Registered: Jan 2003
Location: San Antonio, Texas
Distribution: Debian testing
Posts: 416

Rep: Reputation: 36
Re: Open Office Writer Question.

Quote:
Originally posted by rvijay
How does one start the Open Office Writer from the Command Prompt ?

Thanks.

Vijay
Code:
oowriter
starts the Writer on my 1.14 OO install.
 
Old 11-30-2005, 08:22 PM   #3
Poetics
Senior Member
 
Registered: Jun 2003
Location: California
Distribution: Slackware
Posts: 1,181

Rep: Reputation: 49
"soffice" works for me
 
Old 12-01-2005, 02:29 AM   #4
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
Re: Re: Open Office Writer Question.

Quote:
Originally posted by Sargek
Code:
oowriter
starts the Writer on my 1.14 OO install.
This didn't work for me. I have 1.12 Install.
 
Old 12-01-2005, 02:36 AM   #5
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
Quote:
Originally posted by Poetics
"soffice" works for me
This worked for me also and made this a great morning for me !

Thank You.

Vijay
 
Old 12-01-2005, 02:44 AM   #6
bathory
LQ Guru
 
Registered: Jun 2004
Location: Piraeus
Distribution: Slackware
Posts: 13,167
Blog Entries: 1

Rep: Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038Reputation: 2038
Quote:
Originally posted by Sargek
oowriter
starts the Writer on my 1.14 OO install.
This didn't work for me. I have 1.12 Install.
The correct commannd is:
Code:
swriter
 
Old 12-01-2005, 02:59 AM   #7
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148
In my 1.1x installation swriter was not automatically included in my path. To deal with this I either had to start with with full path (/opt/openoffice.org1.12/program/swriter) or to create a symbolic link to it in /usr/bin.
 
Old 12-01-2005, 03:07 AM   #8
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
Quote:
Originally posted by titopoquito
In my 1.1x installation swriter was not automatically included in my path. To deal with this I either had to start with with full path (/opt/openoffice.org1.12/program/swriter) or to create a symbolic link to it in /usr/bin.
Just tried this for fun. Here are the results:

vijay@box:~$ swriter
-bash: swriter: command not found
vijay@box:~$ /opt/openoffice.org1.12/program/swriter
-bash: /opt/openoffice.org1.12/program/swriter: No such file or directory
vijay@box:~$ root
-bash: root: command not found
vijay@box:~$ sudo
usage: sudo -V | -h | -L | -l | -v | -k | -K | [-H] [-P] [-S] [-b] [-p prompt]
[-u username/#uid] -s | <command>
vijay@box:~$ su
Password:
root@box:/home/vijay# /opt/openoffice.org1.12/program/swriter
bash: /opt/openoffice.org1.12/program/swriter: No such file or directory
root@box:/home/vijay# exit
 
Old 12-01-2005, 04:39 AM   #9
Sargek
Member
 
Registered: Jan 2003
Location: San Antonio, Texas
Distribution: Debian testing
Posts: 416

Rep: Reputation: 36
Quote:
Originally posted by bathory
The correct commannd is:
Code:
swriter
There is no correct command - it depends on whwre you get OO - from your distro or from the OO folks, and how they symlinked the binary.
 
Old 12-01-2005, 04:56 AM   #10
titopoquito
Senior Member
 
Registered: Jul 2004
Location: Lower Rhine region, Germany
Distribution: Slackware64 14.2 and current, SlackwareARM current
Posts: 1,647

Rep: Reputation: 148Reputation: 148
Quote:
Originally posted by rvijay
Just tried this for fun. Here are the results:

vijay@box:~$ swriter
-bash: swriter: command not found
vijay@box:~$ /opt/openoffice.org1.12/program/swriter
-bash: /opt/openoffice.org1.12/program/swriter: No such file or directory
vijay@box:~$ root
-bash: root: command not found
vijay@box:~$ sudo
usage: sudo -V | -h | -L | -l | -v | -k | -K | [-H] [-P] [-S] [-b] [-p prompt]
[-u username/#uid] -s | <command>
vijay@box:~$ su
Password:
root@box:/home/vijay# /opt/openoffice.org1.12/program/swriter
bash: /opt/openoffice.org1.12/program/swriter: No such file or directory
root@box:/home/vijay# exit
I forgot a point in version number. According to my (former) installation it should have been /opt/openoffice.org1.1.2/program/swriter
 
Old 12-01-2005, 06:12 AM   #11
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
Quote:
Originally posted by titopoquito
I forgot a point in version number. According to my (former) installation it should have been /opt/openoffice.org1.1.2/program/swriter
Tried this also for fun. Here are the results:

vijay@box:~$ /opt/openoffice.org1.1.2/program/swriter
-bash: /opt/openoffice.org1.1.2/program/swriter: No such file or directory
vijay@box:~$ root
-bash: root: command not found
vijay@box:~$ su
Password:
root@box:/home/vijay# /opt/openoffice.org1.1.2/program/swriter
bash: /opt/openoffice.org1.1.2/program/swriter: No such file or directory
root@box:/home/vijay#
 
Old 12-01-2005, 06:15 AM   #12
rvijay
Member
 
Registered: Aug 2003
Location: Quebec, Canada
Distribution: Debian HD install of Knoppix 5.0.1
Posts: 921

Original Poster
Blog Entries: 24

Rep: Reputation: 64
Just checked my files folder and tried again. Here is what worked for me:

vijay@box:~$ /opt/openoffice/program/swriter
vijay@box:~$
 
  


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
Question about open office lellyville Linux - Software 6 03-05-2005 11:38 PM
Open Office Question jsin Red Hat 1 11-01-2003 09:09 PM
Open Office Writer Printing Problem. cjagdish69 Linux - Software 0 10-30-2003 10:40 PM
Open office writer problem. cjagdish69 Linux - Software 0 10-30-2003 10:30 PM
Open Office 1.1 - Probably stupid question bigjohn Linux - Newbie 5 10-05-2003 10:52 PM

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

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