How to Install and Uninstall webkit-jsc-5.0 Package on openSuSE Tumbleweed

Last updated: May 19,2024

1. Install "webkit-jsc-5.0" package

This tutorial shows how to install webkit-jsc-5.0 on openSuSE Tumbleweed

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

2. Uninstall "webkit-jsc-5.0" package

Please follow the guidelines below to uninstall webkit-jsc-5.0 on openSuSE Tumbleweed:

$ sudo zypper remove webkit-jsc-5.0

3. Information about the webkit-jsc-5.0 package on openSuSE Tumbleweed

Information for package webkit-jsc-5.0:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : webkit-jsc-5.0
Version : 2.34.2-2.1
Arch : x86_64
Vendor : openSUSE
Installed Size : 1,0 MiB
Installed : No
Status : not installed
Source package : webkit2gtk4-2.34.2-2.1.src
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.