How to install OpenOffice 4.1.13 on a Chromebook


Today we are looking at how to install OpenOffice 4.1.13 on a Chromebook.

If you have any questions, please contact us via a Rumble comment and we would be happy to assist you!

Please use the video as a visual guide, and the commands and links below to install it on your Chromebook.

We are on social media! For announcements, content release updates (across all our projects), and much more, please join our Reddit community!
https://www.reddit.com/r/linuxmadesimple/


1) 00:05 (time stamp in the video)
We start the process by enabling the Linux Container on our Chromebook.  You can al
ways remove it again in the future as well if needed.

To enable it, we go to the settings of our Chromebook, inside of it, we click on the "Advance" option in the left panel, and then the "Developers" section. Then enable Linux from there as seen in the video.

2) 00:33
Now we continue to the next phase in the tutorial and that is to run several commands in our Linux terminal, which will install Solitaire.

Some general facts about the terminal.  To paste a command into the Linux terminal, press "Ctrl Shift v" together.  After you paste a command into the Linux terminal, please press "enter" to run it.

2.1)  This command will download OpenOfffice.

wget -c https://sourceforge.net/projects/openofficeorg.mirror/files/4.1.13/binaries/en-US/Apache_OpenOffice_4.1.13_Linux_x86-64_install-deb_en-US.tar.gz

2.2) 01:15 This command will extract the installer.

tar -zxvf Apache_OpenOffice_4.1.13_Linux_x86-64_install-deb_en-US.tar.gz

2.3) 01:29
Now we will install OpenOffice.

sudo dpkg -i en-US/DEBS/*.deb en-US/DEBS/desktop-integration/*.deb

3) 01:47 Now we will launch OpenOffice and try it out.

Enjoy!

Comments