How to Install and Uninstall perl-CSS-Tiny Package on openSUSE Leap
Last updated: November 25,2024
1. Install "perl-CSS-Tiny" package
In this section, we are going to explain the necessary steps to install perl-CSS-Tiny on openSUSE Leap
$
sudo zypper refresh
Copied
$
sudo zypper install
perl-CSS-Tiny
Copied
2. Uninstall "perl-CSS-Tiny" package
Learn how to uninstall perl-CSS-Tiny on openSUSE Leap:
$
sudo zypper remove
perl-CSS-Tiny
Copied
3. Information about the perl-CSS-Tiny package on openSUSE Leap
Information for package perl-CSS-Tiny:
--------------------------------------
Repository : Main Repository
Name : perl-CSS-Tiny
Version : 1.20-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 15.3 KiB
Installed : No
Status : not installed
Source package : perl-CSS-Tiny-1.20-bp155.2.9.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.
--------------------------------------
Repository : Main Repository
Name : perl-CSS-Tiny
Version : 1.20-bp155.2.9
Arch : noarch
Vendor : openSUSE
Installed Size : 15.3 KiB
Installed : No
Status : not installed
Source package : perl-CSS-Tiny-1.20-bp155.2.9.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.