#!/bin/bash # Update package lists apt-get update # Install LibreOffice apt-get install -y libreoffice # Optional: Install additional dependencies if needed apt-get install -y default-jre