Welcome to the new Linux Foundation Forum!
looking for Linux distr with OpenOffice Base insid
Ubuntu don't has Openoffice Base inside (the database manager)
Which Linux distro has the full OpenOffice package?
0
Ubuntu don't has Openoffice Base inside (the database manager)
Which Linux distro has the full OpenOffice package?
Comments
I think that the package is not included in the default installation because it's not used that often (and Ubuntu still runs out of a standard cd).
Here's a screenshot: http://www.linux.com/media/kunena/attachments/legacy/images/oooDatabase.png
$ sudo synaptic
in your terminal.
Tough Synaptic is not the same as the Add/Remove Applications thingy but they do the same job.
Then type into your Terminal, if you use sudo:
$sudo apt-get install openoffice.org-base
In the most case, the distributions doesn't use sudo per default. Then type:
$su
#apt-get install openoffice.org-base
Have a nice day!