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

Last updated: June 23,2024

1. Install "webkit-jsc-6.0" package

Please follow the steps below to install webkit-jsc-6.0 on openSUSE Leap

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

2. Uninstall "webkit-jsc-6.0" package

Please follow the step by step instructions below to uninstall webkit-jsc-6.0 on openSUSE Leap:

$ sudo zypper remove webkit-jsc-6.0

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

Information for package webkit-jsc-6.0:
---------------------------------------
Repository : Update repository with updates from SUSE Linux Enterprise 15
Name : webkit-jsc-6.0
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 : webkit2gtk4-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.