Last active
October 13, 2015 06:17
-
-
Save georgemendonca/4151962 to your computer and use it in GitHub Desktop.
Install OpenOffice DEB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~$ cd Downloads/ | |
~/Downloads$ tar -xvzf Apache_OpenOffice_incubating_3.4.0_Linux_x86-64_install-deb_en-US.tar.gz | |
~/Downloads$ cd en-US/DEBS/ | |
~/Downloads/en-US/DEBS$ sudo dpkg -i *.deb | |
~/Downloads/en-US/DEBS$ cd desktop-integration/ | |
~/Downloads/en-US/DEBS$ sudo dpkg -i *.deb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment