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

Last updated: September 28,2024

1. Install "webkit-jsc-4.1" package

Please follow the guidance below to install webkit-jsc-4.1 on openSuSE Tumbleweed

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

2. Uninstall "webkit-jsc-4.1" package

This guide let you learn how to uninstall webkit-jsc-4.1 on openSuSE Tumbleweed:

$ sudo zypper remove webkit-jsc-4.1

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

Information for package webkit-jsc-4.1:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : webkit-jsc-4.1
Version : 2.42.5-4.2
Arch : x86_64
Vendor : openSUSE
Installed Size : 330.2 KiB
Installed : No
Status : not installed
Source package : webkit2gtk3-2.42.5-4.2.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.