Home Linux & Systems Cybersecurity Cloud & DevOps Networks & Infrastructure SIEM & Monitoring DFIR & Threat Intel Development & Other All categories Projects About Tools

Install LibreOffice on Debian Squeeze

Leer en espanol
Install LibreOffice on Debian Squeeze

Table of contents

Well, as you already know, at Squeeze we do not yet have the LibreOffice suite in the repositories and since downloading the entire suite with its dependencies and installing them is a pain, what we are going to do is install them from Backport.

What are BackPorts?

Backports are recompiled packages of the tests (mostly) and unstable (in some cases only, e.g. security updates), so it will run without new libraries (whenever possible) on a stable Debian distribution.

The best thing of all is to uninstall OpenOffice if we have it

aptitude purge openoffice.org openoffice.org-base-core openoffice.org-common openoffice.org-l10n-es

READY, we add the repositories

Bash
cat >> /etc/apt/sources.list

#Repositorios BackPort

deb http://backports.debian.org/debian-backports squeeze-backports main

(CONTROL+D) To exit

We update

text
aptitude update

Once the installation is complete, all that remains is to install LibreOffice

aptitude install -t squeeze-backports libreoffice libreoffice-gtk libreoffice-gnome libreoffice-l10n-es

LibreOffice

We already have LibreOffice installed.

Greetings, rokitoh!

Comments