How to Install and Uninstall ruby-sprite-factory Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 20,2024

1. Install "ruby-sprite-factory" package

Learn how to install ruby-sprite-factory on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install ruby-sprite-factory

2. Uninstall "ruby-sprite-factory" package

Please follow the guidance below to uninstall ruby-sprite-factory on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove ruby-sprite-factory $ sudo apt autoclean && sudo apt autoremove

3. Information about the ruby-sprite-factory package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: ruby-sprite-factory
Priority: optional
Section: universe/ruby
Installed-Size: 65
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Ruby Extras Maintainers
Architecture: all
Version: 1.7.1-2
Depends: ruby | ruby-interpreter
Filename: pool/universe/r/ruby-sprite-factory/ruby-sprite-factory_1.7.1-2_all.deb
Size: 16292
MD5sum: 7fc480285e7a838af68daae2b6633d35
SHA1: b7f0070eb638f484c1343f06e48625d9d19a1bce
SHA256: 6a515a0db765f0171a94e86bdc1d765954986bc36e8142e04b7207feb6c08563
Description-en: automatic css sprite generator
The sprite factory is a ruby library that can be used to generate
CSS sprites. It combines individual image files from a directory
into a single unified sprite image and creates an appropriate CSS
stylesheet for use in your web application.
.
The library provides:
* both a ruby API and a command line script.
* many customizable options.
* support for multiple layout algorithms - horizontal, vertical or
packed.
* support for any stylesheet syntax, including CSS and Sass.
* support for any image library, including RMagick and ChunkyPNG.
* support for any css selector style, including :hover pseudo-class
selectors.
* support for pngcrush'n the generated image file.
* compatible with Rails 3.1 asset pipeline.
Description-md5: 58fa0449973798913a47497a9bee0500
Homepage: https://github.com/jakesgordon/sprite-factory
Ruby-Versions: all
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu