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

Last updated: December 24,2024

1. Install "python-libsass" package

This tutorial shows how to install python-libsass on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-libsass

2. Uninstall "python-libsass" package

Learn how to uninstall python-libsass on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-libsass $ sudo apt autoclean && sudo apt autoremove

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

Package: python-libsass
Priority: optional
Section: universe/python
Installed-Size: 154
Maintainer: Ubuntu Developers
Original-Maintainer: Frederic Bonnard
Architecture: amd64
Source: libsass-python
Version: 0.11.0-2
Depends: python (<< 2.8), python (>= 2.7~), python-six, python:any (>= 2.7.5-5~), libc6 (>= 2.4), libsass0
Filename: pool/universe/libs/libsass-python/python-libsass_0.11.0-2_amd64.deb
Size: 31968
MD5sum: 09ba40870a618525c052dceae7b01939
SHA1: fd405525083a44217f4740d7bd9ffe7f4a6dde06
SHA256: 997799c8afbd2fc5cb32402fe21f8f316cf08c7a6766adea7b224bd322d60054
Description-en: SASS for Python: a straightforward binding of libsass for Python
This package provides a simple Python extension module sass which is binding
Libsass (written in C/C++ by Hampton Catlin and Aaron Leung). It's very
straightforward and there isn't any headache related Python
distribution/deployment.
That means you can add just libsass into your setup.py's install_requires list
or requirements.txt file. Need no Ruby nor Node.js.
Description-md5: a1a8fb31055ac54e0fd7055a6ff6755d
Homepage: http://hongminhee.org/libsass-python/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu