EnvironmentSetup/Linux/pt
From Wiki.ooo4kids.org
Back to Environment Setup
This page is Linux dedicated.
Install on Debian
highly experimental, only for developers
- To install all the .deb :
- put all the .deb in one directory (decompress the archive containing all the .debs)
- copy the OOo4Kids-debian-menus_0.8-08_all.deb present in the desktop-integration directory, in the current doirectory :
cp desktop-integration/OOo4Kids-debian-menus_0.8-08_all.deb .
( dont forget the final dot !! )
- enter (as root) the command:
dpkg -i *.deb
(will install everything smoothly)
- To uninstall everything :
- Enter the following command (as root):
apt-get --purge remove ooo4kids0.8-core01
Thanks to itais ;-)