Installing Open Office in BackTrack 3 final
Lst week I wanted to install OpenOffice in BackTrack 3. I found a guide on the Remote Exploit forums and thought I might share it::
Download OpenOffice in tar.gz format from here
Extract the tar.gz file: tar -xzvf OOo_x.x.x_LinuxIntel_install_en-US.tar.gz
Change the working directory to OOG680_m9_native_packed-1_en-US.9238/RPMS
rpm2tgz *.rpm”
installpkg *.tgz”
cd /opt/openoffice.orgx.x/program/”
./soffice
To create a menu in kde:
right click and chose “edit menu”
name : office
command : ‘/opt/openoffice.org2.3/program/soffice’ #use string ‘ ok
work path : /opt/openoffice.org2.3/program
finish
Source: http://forums.remote-exploit.org/showthread.php?t=16328




