My mistake (copy & paste):
$ cd /home/<user>/<pathto>/LibO_3.4.0beta5_Linux_x86_install-deb_en-US/DEBS
Somewhere along the line you've followed the instructions to download
the LO tar.gz right?
If 32bit then:
LibO_3.4.0beta5_Linux_x86_install-deb_en-US.tar.gz
if 64bit then:
LibO_3.4.0beta5_Linux_x86-64_install-deb_en-US.tar.gz
Extract whatever version you've downloaded by '$ tar xvzf <LOfile>.gz
That will create a /LibO_3.4.0beta5_Linux_x86_install-deb_en-US folder
in your home directory:
/home/<yourusername>//LibO_3.4.0beta5_Linux_x86_install-deb_en-US
Within that folder is the subfolder 'DEB' - that's the folder where all
the .deb files are located. Open a terminal:
Applications>Accessories>Terminal - once opened, cd to the
/home/<yourusername>//LibO_3.4.0beta5_Linux_x86_install-deb_en-US/DEBS
folder:
$ cd /home/<yourusername>//LibO_3.4.0beta5_Linux_x86_install-deb_en-US/DEBS
Once there:
$ sudo dpkg -i *.deb
Note: that will install all the *dict files included (every language
that LO decided to try). If you'd like to cut down on the install, you
can first remove the *dict files that you don't need... like:
libobasis3.4-dict-vi_3.4.0-5_i386.deb
before doing 'sudo dpkg -i *.deb