How to Install and Uninstall perl-CSS-Tiny Package on openSuSE Tumbleweed

Last updated: May 18,2024

1. Install "perl-CSS-Tiny" package

Please follow the guidelines below to install perl-CSS-Tiny on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install perl-CSS-Tiny

2. Uninstall "perl-CSS-Tiny" package

Please follow the guidance below to uninstall perl-CSS-Tiny on openSuSE Tumbleweed:

$ sudo zypper remove perl-CSS-Tiny

3. Information about the perl-CSS-Tiny package on openSuSE Tumbleweed

Information for package perl-CSS-Tiny:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : perl-CSS-Tiny
Version : 1.20-1.27
Arch : noarch
Vendor : openSUSE
Installed Size : 15.1 KiB
Installed : No
Status : not installed
Source package : perl-CSS-Tiny-1.20-1.27.src
Upstream URL : http://search.cpan.org/dist/CSS-Tiny/
Summary : Read/Write .css files with as little code as possible
Description :
'CSS::Tiny' is a perl class to read and write .css stylesheets with as
little code as possible, reducing load time and memory overhead. CSS.pm
requires about 2.6 meg or ram to load, which is a large amount of overhead
if you only want to do trivial things. Memory usage is normally scoffed at
in Perl, but in my opinion should be at least kept in mind.
This module is primarily for reading and writing simple files, and anything
we write shouldn't need to have documentation/comments. If you need
something with more power, move up to CSS.pm. With the increasing
complexity of CSS, this is becoming more common, but many situations can
still live with simple CSS files.