Skip to content

Instantly share code, notes, and snippets.

@jvitorsf
Last active May 18, 2017 19:44
Show Gist options
  • Select an option

  • Save jvitorsf/ab6632f69e438bf93145c65b5fe4dc55 to your computer and use it in GitHub Desktop.

Select an option

Save jvitorsf/ab6632f69e438bf93145c65b5fe4dc55 to your computer and use it in GitHub Desktop.
Open Office Install on Amazon Linux
#! /usr/bin/env bash
mkdir ~/openoffice
cd ~/openoffice
wget "https://downloads.sourceforge.net/project/openofficeorg.mirror/4.1.3/binaries/en-US/Apache_OpenOffice_4.1.3_Linux_x86-64_install-rpm_en-US.tar.gz?r=&ts=1495128477&use_mirror=ufpr"
mv "Apache_OpenOffice_4.1.3_Linux_x86-64_install-rpm_en-US.tar.gz?r=&ts=1495128477&use_mirror=ufpr" openoffice.tar.gz
tar -xvf openoffice.tar.gz
cd en-US
cd RPMS
sudo yum localinstall *.rpm --skip-broken -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment