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

Last updated: May 17,2024

1. Install "python3-libsass" package

Learn how to install python3-libsass on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python3-libsass

2. Uninstall "python3-libsass" package

Please follow the guidance below to uninstall python3-libsass on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python3-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: python3 (<< 3.6), python3 (>= 3.5~), python3-six, libc6 (>= 2.4), libsass0
Filename: pool/universe/libs/libsass-python/python3-libsass_0.11.0-2_amd64.deb
Size: 32064
MD5sum: 3d09d97d8b9ed65f3a39146e3e338e44
SHA1: 993b477ab831c2e5bfc3601bcabc914f9ec9fd31
SHA256: 6a4d037d459b7264e8c0bf5eabe082effbaa5002d077f89a281c0b7090af5043
Description-en: SASS for Python 3: a straightforward binding of libsass for Python
This package provides a simple Python 3 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: 4ff2783661f5e52fd0a86e09dc46c859
Homepage: http://hongminhee.org/libsass-python/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu