How to Install and Uninstall python-sorl-thumbnail-doc Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: May 18,2024

1. Install "python-sorl-thumbnail-doc" package

Here is a brief guide to show you how to install python-sorl-thumbnail-doc on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-sorl-thumbnail-doc

2. Uninstall "python-sorl-thumbnail-doc" package

This is a short guide on how to uninstall python-sorl-thumbnail-doc on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-sorl-thumbnail-doc $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-sorl-thumbnail-doc package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-sorl-thumbnail-doc
Priority: optional
Section: universe/doc
Installed-Size: 304
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Python Modules Team
Architecture: all
Source: sorl-thumbnail
Version: 12.2-1
Depends: libjs-sphinxdoc (>= 1.0)
Filename: pool/universe/s/sorl-thumbnail/python-sorl-thumbnail-doc_12.2-1_all.deb
Size: 45456
MD5sum: b4a60dd619e0093bf10c6f6ed4ee7b1f
SHA1: 139ea738aa2c69acdea6977ea7c6156cd00a193f
SHA256: c854fd7eb4a28a854f87443927f8f89c782b932da8f040454463cbdc93ef0702
Description-en: thumbnail support for the Django framework (Documentation)
sorl-thumbnail provides a convenient way to create and manage image thumbnails
in a Django project. It offers integration into several parts of Django like
the admin system by showing thumbnails for ImageFields or through a ImageField
that also takes care of deleting thumbnail files when the referencing object
is removed.
.
Other features include:
* Django storage support
* Pluggable Engine support (PIL, pgmagick, ImageMagick or GraphicsMagick)
* Pluggable Key Value Store support (Django cache, redis)
* Pluggable Backend support (i.e. different thumbnail filename schema)
* Dummy generation (placeholders)
* Flexible, simple syntax, generates no html
* CSS style cropping options
* Margin calculation for vertical positioning
.
This package contains the documentation.
Description-md5: d2df440c8e8bef35f2177e0cf1c77cc8
Homepage: https://github.com/mariocesar/sorl-thumbnail
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu