How To Install libreoffice-impress on Ubuntu 20.04

In this tutorial we learn how to install libreoffice-impress on Ubuntu 20.04. libreoffice-impress is office productivity suite – presentation office productivity suite – presentation

Introduction

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

What is libreoffice-impress

libreoffice-impress is:

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

This package contains the presentation component for LibreOffice. Task: ubuntu-desktop, kubuntu-desktop, kubuntu-full, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-desktop, ubuntu-budgie-desktop

Package: libreoffice-impress Architecture: amd64 Version: 1:6.4.2-0ubuntu3 Priority: optional Section: 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: 9835 Provides: libreoffice-ogltrans Depends: libreoffice-core (= 1:6.4.2-0ubuntu3), libreoffice-draw (= 1:6.4.2-0ubuntu3), libc6 (>= 2.29), libepoxy0 (>= 1.0), libetonyek-0.1-1, libgcc-s1 (>= 3.0), libmwaw-0.3-3, libodfgen-0.1-1, librevenge-0.0-0, libstdc++6 (>= 5), 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), uno-libs-private, ure Suggests: bluez Conflicts: libreoffice-ogltrans (« 1:6.1.4-2~) Breaks: libreoffice-common (« 1:6.4.2~rc1~) Replaces: libreoffice-common (« 1:6.4.2~rc1~), libreoffice-ogltrans (« 1:6.1.4-2~) Filename: pool/main/libr/libreoffice/libreoffice-impress_6.4.2-0ubuntu3_amd64.deb Size: 1073724 MD5sum: 2a6e781b0bc11b182acd48e711b5cf83 SHA1: b44a6291ecd571e238c8a1ae577b2c12d568cc5b SHA256: 6ac2633ad1d30b7189c41f5428352275da94259d1123b3852cdf4597ddc53f84 Homepage: http://www.libreoffice.org Description-en: office productivity suite – presentation LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office.

This package contains the presentation component for LibreOffice. Task: ubuntu-desktop, kubuntu-desktop, kubuntu-full, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-desktop, ubuntu-budgie-desktop

There are three methods to install libreoffice-impress 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-impress 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-impress using apt-get by running the following command:

sudo apt-get -y install libreoffice-impress

Install libreoffice-impress Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libreoffice-impress

Install libreoffice-impress 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-impress using aptitude by running the following command:

sudo aptitude -y install libreoffice-impress

How To Uninstall libreoffice-impress on Ubuntu 20.04

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

sudo apt-get remove libreoffice-impress

Uninstall libreoffice-impress And Its Dependencies

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

sudo apt-get -y autoremove libreoffice-impress

Remove libreoffice-impress Configurations and Data

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

sudo apt-get -y purge libreoffice-impress

Remove libreoffice-impress configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libreoffice-impress

References

Summary

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