How To Install libreoffice-writer-nogui on Ubuntu 20.04

In this tutorial we learn how to install libreoffice-writer-nogui on Ubuntu 20.04. libreoffice-writer-nogui is office productivity suite – word processor (no GUI variant) office productivity suite – word processor (no GUI variant)

Introduction

In this tutorial we learn how to install libreoffice-writer-nogui on Ubuntu 20.04.

What is libreoffice-writer-nogui

libreoffice-writer-nogui is:

LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office.

This package contains the wordprocessor component for LibreOffice.

Package: libreoffice-writer-nogui Architecture: amd64 Version: 1:6.4.2-0ubuntu3 Priority: optional Section: universe/editors Source: libreoffice Origin: Ubuntu Maintainer: Ubuntu Developers [email protected] Original-Maintainer: Debian LibreOffice Maintainers [email protected] Bugs: https://bugs.launchpad.net/ubuntu/+filebug Installed-Size: 28520 Depends: libreoffice-base-core (= 1:6.4.2-0ubuntu3), libreoffice-core-nogui (= 1:6.4.2-0ubuntu3) | libreoffice-core (= 1:6.4.2-0ubuntu3), libabw-0.1-1, libc6 (>= 2.29), libe-book-0.1-1, libepubgen-0.1-1 (>= 0.1.0), libetonyek-0.1-1, libgcc-s1 (>= 3.0), libicu66 (>= 66.1-1~), libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstdc++6 (>= 5.2), libuno-cppu3 (>= 4.4.0~alpha), libuno-cppuhelpergcc3-3 (>= 5.3.0~alpha), libuno-sal3 (>= 5.3.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0), libwpd-0.10-10, libwpg-0.3-3, libwps-0.4-4, libxml2 (>= 2.8), uno-libs-private, ure, zlib1g (>= 1:1.1.4) Recommends: libreoffice-math-nogui Suggests: fonts-crosextra-caladea, fonts-crosextra-carlito, libreoffice-base, libreoffice-java-common (>= 1:6.4.2~), default-jre (>= 2:1.8) | java8-runtime | jre Conflicts: libreoffice-writer Breaks: libreoffice-common (« 1:6.4.2~rc1~) Replaces: libreoffice-common (« 1:6.4.2~rc1~), libreoffice-writer Filename: pool/universe/libr/libreoffice/libreoffice-writer-nogui_6.4.2-0ubuntu3_amd64.deb Size: 7797444 MD5sum: 34bb9778a72e89994646468092d108ef SHA1: 90983a75c74bf409a8cebce1effc5a5c0e9cdde8 SHA256: 04bb476fd7628b8d534ad7846fc6e9f962484e9991db605a5742f00605fde844 Homepage: http://www.libreoffice.org Description-en: office productivity suite – word processor (no GUI variant) LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office.

This package contains the wordprocessor component for LibreOffice.

There are three methods to install libreoffice-writer-nogui on Ubuntu 20.04. We can use apt-get, apt and aptitude. In the following sections we will describe each method. You can choose one of them.

Install libreoffice-writer-nogui Using apt-get

Update apt database with apt-get using the following command.

sudo apt-get update

After updating apt database, We can install libreoffice-writer-nogui using apt-get by running the following command:

sudo apt-get -y install libreoffice-writer-nogui

Install libreoffice-writer-nogui Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install libreoffice-writer-nogui using apt by running the following command:

sudo apt -y install libreoffice-writer-nogui

Install libreoffice-writer-nogui Using aptitude

If you want to follow this method, you might need to install aptitude first since aptitude is usually not installed by default on Ubuntu. Update apt database with aptitude using the following command.

sudo aptitude update

After updating apt database, We can install libreoffice-writer-nogui using aptitude by running the following command:

sudo aptitude -y install libreoffice-writer-nogui

How To Uninstall libreoffice-writer-nogui on Ubuntu 20.04

To uninstall only the libreoffice-writer-nogui package we can use the following command:

sudo apt-get remove libreoffice-writer-nogui

Uninstall libreoffice-writer-nogui And Its Dependencies

To uninstall libreoffice-writer-nogui and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:

sudo apt-get -y autoremove libreoffice-writer-nogui

Remove libreoffice-writer-nogui Configurations and Data

To remove libreoffice-writer-nogui configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge libreoffice-writer-nogui

Remove libreoffice-writer-nogui configuration, data, and all of its dependencies

We can use the following command to remove libreoffice-writer-nogui configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge libreoffice-writer-nogui

References

Summary

In this tutorial we learn how to install libreoffice-writer-nogui package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.