How To Install libreoffice-style-elementary on Ubuntu 20.04
Introduction
In this tutorial we learn how to install libreoffice-style-elementary on Ubuntu 20.04.
What is libreoffice-style-elementary
libreoffice-style-elementary is:
LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office.
This package contains the “elementary” symbol style, default style for GTK+/Gnome. Task: ubuntu-desktop, xubuntu-desktop, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-desktop, ubuntu-budgie-desktop
Package: libreoffice-style-elementary Architecture: all Version: 1:6.4.2-0ubuntu3 Priority: optional Section: x11 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: 8614 Provides: libreoffice-style Depends: libreoffice-style-tango Recommends: libreoffice-common Enhances: libreoffice-core Filename: pool/main/libr/libreoffice/libreoffice-style-elementary_6.4.2-0ubuntu3_all.deb Size: 7059524 MD5sum: 39579e6f9f7e13046422aca6d303cd87 SHA1: 6126f37afb6b2f43d923f9d63a120c70f36ce99a SHA256: fec819ca91830e139ab62c60538164071f8ad1f19652cd0a31bdf3b94519627a Homepage: http://www.libreoffice.org Description-en: office productivity suite – Elementary symbol style LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office.
This package contains the “elementary” symbol style, default style for GTK+/Gnome. Task: ubuntu-desktop, xubuntu-desktop, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-desktop, ubuntu-budgie-desktop
There are three methods to install libreoffice-style-elementary 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-style-elementary 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-style-elementary using apt-get by running the following command:
sudo apt-get -y install libreoffice-style-elementary
Install libreoffice-style-elementary Using apt
Update apt database with apt using the following command.
sudo apt update
After updating apt database, We can install libreoffice-style-elementary using apt by running the following command:
sudo apt -y install libreoffice-style-elementary
Install libreoffice-style-elementary 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-style-elementary using aptitude by running the following command:
sudo aptitude -y install libreoffice-style-elementary
How To Uninstall libreoffice-style-elementary on Ubuntu 20.04
To uninstall only the libreoffice-style-elementary package we can use the following command:
sudo apt-get remove libreoffice-style-elementary
Uninstall libreoffice-style-elementary And Its Dependencies
To uninstall libreoffice-style-elementary and its dependencies that are no longer needed by Ubuntu 20.04, we can use the command below:
sudo apt-get -y autoremove libreoffice-style-elementary
Remove libreoffice-style-elementary Configurations and Data
To remove libreoffice-style-elementary configuration and data from Ubuntu 20.04 we can use the following command:
sudo apt-get -y purge libreoffice-style-elementary
Remove libreoffice-style-elementary configuration, data, and all of its dependencies
We can use the following command to remove libreoffice-style-elementary configurations, data and all of its dependencies, we can use the following command:
sudo apt-get -y autoremove --purge libreoffice-style-elementary
References
Summary
In this tutorial we learn how to install libreoffice-style-elementary package on Ubuntu 20.04 using different package management tools: apt, apt-get and aptitude.