Page 1 of 1

[Solved] What is a symlink? Help with installing OpenOffice

Posted: Fri Nov 22, 2013 11:23 pm
by bloker
Hello, I am sorry if this sounds noobish, but I am new to Linux. I want to install OpenOffice and the documentation tells me I need remove a symlink if there is one. What is a symlink? How do I know I have one? After I input "whereis soffice" the terminal gives me "soffice: /usr/bin/soffice /usr/bin/X11/soffice" I don't know what this means.

Re: What is a symlink? Help with installing OpenOffice

Posted: Fri Nov 22, 2013 11:39 pm
by Hagar Delest
Hi and welcome to the forum!

For symlinks, see: http://en.wikipedia.org/wiki/Symbolic_link
It's just a link that points to the real target.

To install AOO, follow: [Tutorial] Installing Apache OpenOffice on GNU/Linux or [Ubuntu] Installing OpenOffice on Debian and Co.

whereis gives you where are located the executables that launch AOO. You don't need to use this.

Please add [Solved] at the beginning of the title in your first post (top of the topic) with the edit button if your issue has been fixed.

Re: What is a symlink? Help with installing OpenOffice

Posted: Sat Nov 23, 2013 1:12 am
by RoryOF
Try

Code: Select all

sudo apt-get purge openoffice*
then install according to the tutorial Hagar indicated.

I don't know what you have done that would require the need for the above command; normally OpenOffice installs over an earlier version with no complaints.

Re: What is a symlink? Help with installing OpenOffice

Posted: Mon Nov 25, 2013 4:17 pm
by bloker
Ok so the tutorial wants me to uninstall Libre Office. And tells me to enter "sudo apt-get purge libreoffice" into the Terminal Emulator, so I do so. But then the emulator tells me:

Code: Select all

Package 'libreoffice' is not installed, so not removed
I know I have Libre Office installed, I installed it through the Ubuntu Software Center. I only installed the writer. How can I remove Libre Office? Thank-you.

Re: What is a symlink? Help with installing OpenOffice

Posted: Mon Nov 25, 2013 4:20 pm
by RoryOF
Use the Software Centre to uninstall either libreoffice or swriter.
 Edit: you forgot the * after libreoffice (libreoffice* (sic)) 

Re: What is a symlink? Help with installing OpenOffice

Posted: Mon Nov 25, 2013 4:37 pm
by bloker
Thanks I got it installed! I will add solved to the top now!