There are some replacements for Visio such as Kivio and OpeofficeDraw. I tried them, but I picked Dia. Firstly, it got most of the whole set of Visio objects. Moreover, the interface is the simplest one. Those are the reasons I like it.
Archives for: January 2009, 15
At the website of OpenOffice, that is only providing RPM. Ununtu doesn't support that, and dapper has not version 3.0 yet. So it needs to do manually.
1. Go to http://download.openoffice.org/other.html
2. Download Linux DEB.
3. Untar the package.
4. Go to ./DEB
Code:
sudo dpkg -i *.deb |
5. Go to ./DEB/desktop-integration
Code:
sudo dpkg -i openoffice.org3.0-debian-menus_3.0-9354_all.deb |
This is to create the shortcuts in our menu group.
Note that: if you have installed the previous version of OpenOffice, please remove that. Unless dpkg will generate an error message to tell you the packages have the conflicts.
Reference:
Openoffice Administration Guide
Recent comments