How to Install and Uninstall php-splitbrain-php-jsstrip.noarch Package on Fedora 39

Last updated: November 27,2024

1. Install "php-splitbrain-php-jsstrip.noarch" package

Please follow the steps below to install php-splitbrain-php-jsstrip.noarch on Fedora 39

$ sudo dnf update $ sudo dnf install php-splitbrain-php-jsstrip.noarch

2. Uninstall "php-splitbrain-php-jsstrip.noarch" package

This guide covers the steps necessary to uninstall php-splitbrain-php-jsstrip.noarch on Fedora 39:

$ sudo dnf remove php-splitbrain-php-jsstrip.noarch $ sudo dnf autoremove

3. Information about the php-splitbrain-php-jsstrip.noarch package on Fedora 39

Last metadata expiration check: 0:35:13 ago on Thu Mar 7 17:44:52 2024.
Available Packages
Name : php-splitbrain-php-jsstrip
Version : 1.0.1
Release : 3.fc39
Architecture : noarch
Size : 13 k
Source : php-splitbrain-php-jsstrip-1.0.1-3.fc39.src.rpm
Repository : fedora
Summary : PHP-based JavaScript compressor
URL : https://github.com/splitbrain/php-jsstrip
License : BSD-3-Clause
Description : PHP JSStrip is PHP port of the original Python tool, jsstrip.py. It was
: originally ported to PHP in 2006 as part of the DokuWiki wiki engine.
: It has received several improvements over the years and is now available as a
: standalone library.
:
: Quoting the original description: jsstrip is a open-source library to remove
: whitespace and comments from a JavaScript file. You might want to do this to
: optimize size and performance, or to make a file harder to read. It typically
: makes 30-40% savings in file size.
:
: WARNING: jsstrip is not a true JavaScript parser. It assumes you have properly
: delimited the 'end of line' using a ';' (semicolon). ALWAYS test the stripped
: version before deploying to production.
:
: Autoloader: /usr/share/php/splitbrain/JSStrip/autoload.php