How To Install libreoffice-script-provider-js on Ubuntu 20.04

In this tutorial we learn how to install libreoffice-script-provider-js on Ubuntu 20.04. libreoffice-script-provider-js is JavaScript script support provider for LibreOffice scripting framework JavaScript script support provider for LibreOffice scripting framework

Introduction

In this tutorial we learn how to install libreoffice-script-provider-js on Ubuntu 20.04.

What is libreoffice-script-provider-js

libreoffice-script-provider-js is:

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

The Scripting Framework allows LibreOffice users to write and run macros in multiple languages including LibreOffice Basic, Python, Java, BeanShell and JavaScript. These macros can then be assigned to menus, toolbars, keyboard shortcuts, events and embedded objects.

This package contains the script provider to support JavaScript.

Package: libreoffice-script-provider-js Architecture: all Version: 1:6.4.2-0ubuntu3 Priority: optional Section: universe/web 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: 923 Depends: libreoffice-common, libreoffice-core-nogui | libreoffice-core, libreoffice-java-common, default-jre (>= 2:1.8) | java8-runtime | jre Filename: pool/universe/libr/libreoffice/libreoffice-script-provider-js_6.4.2-0ubuntu3_all.deb Size: 649556 MD5sum: f58d79aa75827e955fb5ebe2475d6710 SHA1: a6b958b7296e1f4393257caec5a765a93a7f564c SHA256: 7f7bf481758180a9b427ba4f8278183d64c3567ebfac48c24a6d363f249e0e15 Homepage: http://www.libreoffice.org Description-en: JavaScript script support provider for LibreOffice scripting framework LibreOffice is a full-featured office productivity suite that provides a near drop-in replacement for Microsoft(R) Office.

The Scripting Framework allows LibreOffice users to write and run macros in multiple languages including LibreOffice Basic, Python, Java, BeanShell and JavaScript. These macros can then be assigned to menus, toolbars, keyboard shortcuts, events and embedded objects.

This package contains the script provider to support JavaScript.

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

sudo apt-get -y install libreoffice-script-provider-js

Install libreoffice-script-provider-js Using apt

Update apt database with apt using the following command.

sudo apt update

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

sudo apt -y install libreoffice-script-provider-js

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

sudo aptitude -y install libreoffice-script-provider-js

How To Uninstall libreoffice-script-provider-js on Ubuntu 20.04

To uninstall only the libreoffice-script-provider-js package we can use the following command:

sudo apt-get remove libreoffice-script-provider-js

Uninstall libreoffice-script-provider-js And Its Dependencies

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

sudo apt-get -y autoremove libreoffice-script-provider-js

Remove libreoffice-script-provider-js Configurations and Data

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

sudo apt-get -y purge libreoffice-script-provider-js

Remove libreoffice-script-provider-js configuration, data, and all of its dependencies

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

sudo apt-get -y autoremove --purge libreoffice-script-provider-js

References

Summary

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