Linux-SWAT
Forum Addict!
- Joined
- Feb 13, 2010
- Messages
- 9,187
Launch PanDebian.
Open a PanDebian terminal.
Do "su" to become root.
You may have to uninstall openoffice.org and openoffice.org-common if previously installed.
Edit (with nano or any editor) /etc/apt/sources.list
add this line :
Save and quit, then type :
And :
You may also :
Finally, support for your language (ie. french):
To set the language, go in tools -> options -> language settings.
You'll see it's pretty fast to load. A must-have.
Enjoy.
This post has been promoted to an article
Open a PanDebian terminal.
Do "su" to become root.
You may have to uninstall openoffice.org and openoffice.org-common if previously installed.
Edit (with nano or any editor) /etc/apt/sources.list
add this line :
Code:
deb http://backports.debian.org/debian-backports squeeze-backports main
Save and quit, then type :
Code:
apt-get update
And :
Code:
apt-get install -t squeeze-backports libreoffice
You may also :
Code:
apt-get install -t squeeze-backports libreoffice-gtk
Finally, support for your language (ie. french):
Code:
apt-get install -t squeeze-backports libreoffice-l10n-fr
To set the language, go in tools -> options -> language settings.
You'll see it's pretty fast to load. A must-have.
Enjoy.
This post has been promoted to an article
Last edited by a moderator: