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

Last updated: November 08,2024

1. Install "webkit-jsc-5.0" package

Please follow the instructions below to install webkit-jsc-5.0 on openSUSE Leap

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

2. Uninstall "webkit-jsc-5.0" package

This guide let you learn how to uninstall webkit-jsc-5.0 on openSUSE Leap:

$ sudo zypper remove webkit-jsc-5.0

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

Information for package webkit-jsc-5.0:
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : webkit-jsc-5.0
Version : 2.38.6-150400.4.42.4
Arch : x86_64
Vendor : SUSE LLC
Installed Size : 298.2 KiB
Installed : No
Status : not installed
Source package : webkit2gtk4-2.38.6-150400.4.42.4.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.