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

Last updated: May 22,2024

1. Install "libsass-dev" package

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

$ sudo apt update $ sudo apt install libsass-dev

2. Uninstall "libsass-dev" package

This guide covers the steps necessary to uninstall libsass-dev on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: libsass-dev
Priority: optional
Section: universe/libdevel
Installed-Size: 6289
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Sass team
Architecture: amd64
Source: libsass
Version: 3.3.4-1
Depends: libsass0 (= 3.3.4-1)
Suggests: libsass-doc
Filename: pool/universe/libs/libsass/libsass-dev_3.3.4-1_amd64.deb
Size: 679780
MD5sum: 23ea88d6a977c0bc4fd6b781084eb665
SHA1: c14f6606831215d45361fd1b1d925d3d93b35cc4
SHA256: 786cce47f581ae14688b21ab7a1c46f6901b76cdba3ce591ce7b02ee00876d9d
Description-en: C/C++ port of the Sass CSS precompiler - development headers
Sass is a pre-processing language for CSS. It allows you to write
cleaner stylesheets and makes collaboration on your CSS a breeze.
.
LibSass is a C/C++ port of the Sass engine. The point is to be simple,
fast, and easy to integrate.
.
This package provides header files for developing your applications to
use libsass template engine.
Description-md5: 25d05fd87263f55567936af196a536af
Multi-Arch: same
Homepage: https://libsass.org/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu