How to Install and Uninstall php-tedivm-jshrink.noarch Package on Fedora 38

Last updated: October 31,2024

1. Install "php-tedivm-jshrink.noarch" package

Please follow the guidance below to install php-tedivm-jshrink.noarch on Fedora 38

$ sudo dnf update $ sudo dnf install php-tedivm-jshrink.noarch

2. Uninstall "php-tedivm-jshrink.noarch" package

Please follow the guidelines below to uninstall php-tedivm-jshrink.noarch on Fedora 38:

$ sudo dnf remove php-tedivm-jshrink.noarch $ sudo dnf autoremove

3. Information about the php-tedivm-jshrink.noarch package on Fedora 38

Last metadata expiration check: 0:20:59 ago on Sat Mar 16 16:59:57 2024.
Available Packages
Name : php-tedivm-jshrink
Version : 1.7.0
Release : 1.fc38.remi
Architecture : noarch
Size : 17 k
Source : php-tedivm-jshrink-1.7.0-1.fc38.remi.src.rpm
Repository : remi
Summary : Javascript Minifier built in PHP
URL : https://github.com/tedious/JShrink
License : BSD-3-Clause
Description : JShrink is a php class that minifies javascript so that it can be delivered
: to the client quicker. This code can be used by any product looking to minify
: their javascript on the fly (although caching the results is suggested for
: performance reasons). Unlike many other products this is not a port into php
: but a native application, resulting in better performance.
:
: To use this library, you just have to add, in your project:
: require_once '/usr/share/php/JShrink/autoload.php';