How to Install and Uninstall webkit-jsc-4.1 Package on openSUSE Leap

Last updated: July 04,2024

1. Install "webkit-jsc-4.1" package

This tutorial shows how to install webkit-jsc-4.1 on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install webkit-jsc-4.1

2. Uninstall "webkit-jsc-4.1" package

In this section, we are going to explain the necessary steps to uninstall webkit-jsc-4.1 on openSUSE Leap:

$ sudo zypper remove webkit-jsc-4.1

3. Information about the webkit-jsc-4.1 package on openSUSE Leap

Information for package webkit-jsc-4.1:
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : webkit-jsc-4.1
Version : 2.42.5-150400.4.75.1
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 318.2 KiB
Installed : No
Status : not installed
Source package : webkit2gtk3-2.42.5-150400.4.75.1.src
Upstream URL : https://webkitgtk.org
Summary : JavaScript command line from WebKit
Description :
jsc is a command-line utility that allows you to run JavaScript
programs outside of the context of a web browser. It is primarily
used as part of the test harness for validating the JavaScript
portions of WebKit, but can also be used as a scripting tool.
jsc can be run in an interactive mode to test out JavaScript
expressions, or it can be passed one or more files to run similar to
invoking a Perl or Python script.