How To Install libunoloader-java on Ubuntu 20.04

In this tutorial we learn how to install libunoloader-java on Ubuntu 20.04. libunoloader-java is LibreOffice UNO runtime environment – (Java) UNO loader LibreOffice UNO runtime environment – (Java) UNO loader

Introduction

In this tutorial we learn how to install libunoloader-java on Ubuntu 20.04.

What is libunoloader-java

libunoloader-java is:

The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product.

This package contains a UNO loader library for Java. Task: ubuntu-desktop, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, kubuntu-desktop, kubuntu-full, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-desktop, ubuntu-budgie-desktop

Package: libunoloader-java Architecture: all Version: 1:6.4.2-0ubuntu3 Priority: optional Section: java 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: 250 Breaks: ure (« 6.4.0~rc1-6) Replaces: ure (« 6.4.0~rc1-6) Filename: pool/main/libr/libreoffice/libunoloader-java_6.4.2-0ubuntu3_all.deb Size: 12388 MD5sum: 566df4b0a943b4cc8367dfd9e147b162 SHA1: ac8df2ae6cc888085491c21ad9c49013598beeb9 SHA256: 189f7988e2e482d857d122e41d36ac456c8b1b55a3243e5b046ae446c82c1932 Homepage: http://www.libreoffice.org Description-en: LibreOffice UNO runtime environment – (Java) UNO loader The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product.

This package contains a UNO loader library for Java. Task: ubuntu-desktop, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, ubuntu-desktop-default-languages, kubuntu-desktop, kubuntu-full, xubuntu-desktop, lubuntu-desktop, ubuntustudio-desktop, ubuntukylin-desktop, ubuntu-mate-desktop, ubuntu-budgie-desktop

There are three methods to install libunoloader-java 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 libunoloader-java Using apt-get

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

sudo apt-get update

After updating apt database, We can install libunoloader-java using apt-get by running the following command:

sudo apt-get -y install libunoloader-java

Install libunoloader-java Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libunoloader-java

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

sudo aptitude -y install libunoloader-java

How To Uninstall libunoloader-java on Ubuntu 20.04

To uninstall only the libunoloader-java package we can use the following command:

sudo apt-get remove libunoloader-java

Uninstall libunoloader-java And Its Dependencies

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

sudo apt-get -y autoremove libunoloader-java

Remove libunoloader-java Configurations and Data

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

sudo apt-get -y purge libunoloader-java

Remove libunoloader-java configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libunoloader-java

References

Summary

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