How To Install uno-libs-private on Ubuntu 20.04

In this tutorial we learn how to install uno-libs-private on Ubuntu 20.04. uno-libs-private is LibreOffice UNO runtime environment – private libraries used by public ones LibreOffice UNO runtime environment – private libraries used by public ones

Introduction

In this tutorial we learn how to install uno-libs-private on Ubuntu 20.04.

What is uno-libs-private

uno-libs-private is:

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

It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine.

This package contains some private UNO/URE libraries which are used by public ones (e.g. cppu). 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: uno-libs-private Architecture: amd64 Version: 1:6.4.2-0ubuntu3 Priority: optional Section: libs 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: 985 Depends: libc6 (>= 2.14), libgcc-s1 (>= 3.0), libstdc++6 (>= 5), libuno-cppu3 (>= 1.4.0), libuno-sal3 (>= 5.1.0~alpha), libuno-salhelpergcc3-3 (>= 1.4.0), ure Breaks: uno-libs3 Replaces: uno-libs3 Filename: pool/main/libr/libreoffice/uno-libs-private_6.4.2-0ubuntu3_amd64.deb Size: 225612 MD5sum: eacebda4fc1c3479c8e657413cd615e0 SHA1: 334f048d8b4608795ae85a91343e24b6a83c2aef SHA256: 24a095c605847e1615f3871095b29a484db474093c87d1683cbd4bb60889dff8 Homepage: http://www.libreoffice.org Description-en: LibreOffice UNO runtime environment – private libraries used by public ones The Uno Runtime Environment (URE) is the well-known UNO component model of LibreOffice, packaged up as an individual product.

It offers you a flexible, low-overhead component model that is most ideal for (but not limited to) combining in one application components written in different computer languages, and developed by different parties. You can use it to create any kind of application, in whatever application domain you can imagine.

This package contains some private UNO/URE libraries which are used by public ones (e.g. cppu). 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 uno-libs-private 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 uno-libs-private Using apt-get

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

sudo apt-get update

After updating apt database, We can install uno-libs-private using apt-get by running the following command:

sudo apt-get -y install uno-libs-private

Install uno-libs-private Using apt

Update apt database with apt using the following command.

sudo apt update

After updating apt database, We can install uno-libs-private using apt by running the following command:

sudo apt -y install uno-libs-private

Install uno-libs-private 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 uno-libs-private using aptitude by running the following command:

sudo aptitude -y install uno-libs-private

How To Uninstall uno-libs-private on Ubuntu 20.04

To uninstall only the uno-libs-private package we can use the following command:

sudo apt-get remove uno-libs-private

Uninstall uno-libs-private And Its Dependencies

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

sudo apt-get -y autoremove uno-libs-private

Remove uno-libs-private Configurations and Data

To remove uno-libs-private configuration and data from Ubuntu 20.04 we can use the following command:

sudo apt-get -y purge uno-libs-private

Remove uno-libs-private configuration, data, and all of its dependencies

We can use the following command to remove uno-libs-private configurations, data and all of its dependencies, we can use the following command:

sudo apt-get -y autoremove --purge uno-libs-private

References

Summary

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