subversiveasset2.0 wrote: I've tried loading it via the terminal, but it says that there is no command for openoffice.
You were using the wrong commands.
Open a terminal and then type two small "o":
oo and now hit TAB twice! ... The terminal's auto-completion should suggest these options (example taken from my system):
~ > oo {TAB TAB}
oobase oocalc oodraw ooffice oofromtemplate ooimpress oomath ooweb oowriterAs you can see the commands for e.g. the "OpenOffice Writer" would be
oowriter, the one for the "OpenOffice Calculator" would be
oocalc, and so on.
Try those from within a terminal and give us any error messages they spit out, OK?
subversiveasset2.0 wrote: Also, in terminal, the /usr/bin/openoffice is highlighted with red font over black background
You are probably seeing a broken symbolic link. If you wonder what a file does or what it is, execute the
file command on it, e.g.
file /usr/bin/openoffice
The answer you should get is this: "
openoffice: broken symbolic link to `ooo-wrapper' "
It appears this is a known bug in Ubuntu "Feisty" ... and Linux Mint "Cassandra" is based on Ubuntu 7.04 "Feisty":
https://bugs.launchpad.net/ubuntu/+sour ... bug/112382
And the bug is that the package
openoffice.org-common creates a dead symbolic link that points from
/usr/bin/openoffice to the non-existing
/usr/bin/ooo-wrapper ...
The other
oo* commands should nontheless work though, e.g.
oocalc, oowriter, ooffice, oodraw, and so on.