Open docx format in Ubuntu Linux!
2009 February 21
Image via Wikipedia
A quick web search produced this page from mypapit. To make the magic work, you simply download this file to your desktop. And follow these steps:
- Double-click the odf_filter.tar.bz2 on your desktop, then click Extract.
- This will place the files in a folder titled “files” on your desktop.
- Click Applications, then Accessories, then Terminal.
- In the terminal, type the following commands:
cd Desktop/cd files/sudo cp OdfConverter /usr/lib/openoffice/program/- Note: The next line in the instructions included in odf_filter.tar.bz2 file is wrong, so be sure to add the /(slash) before usr.
sudo cp MOOXFilter_cpp.xcu /usr/lib/openoffice/share/registry/modules/org/openoffice/TypeDetection/Filter/sudo cp MOOXTypeDetection.xcu /usr/lib/openoffice/share/registry/modules/org/openoffice/TypeDetection/Types/- Click Applications > Office > OpenOffice Word Processor.
- Click open and select Microsoft Word 2007 document as the file type.
- Done!
via Wikipedia
//–Source: Library Computer Guy’s Weblog–//
