How to Install and Uninstall golang-github-wellington-go-libsass-dev Package on Ubuntu 21.10 (Impish Indri)

Last updated: May 15,2024

1. Install "golang-github-wellington-go-libsass-dev" package

This guide covers the steps necessary to install golang-github-wellington-go-libsass-dev on Ubuntu 21.10 (Impish Indri)

$ sudo apt update $ sudo apt install golang-github-wellington-go-libsass-dev

2. Uninstall "golang-github-wellington-go-libsass-dev" package

This guide covers the steps necessary to uninstall golang-github-wellington-go-libsass-dev on Ubuntu 21.10 (Impish Indri):

$ sudo apt remove golang-github-wellington-go-libsass-dev $ sudo apt autoclean && sudo apt autoremove

3. Information about the golang-github-wellington-go-libsass-dev package on Ubuntu 21.10 (Impish Indri)

Package: golang-github-wellington-go-libsass-dev
Architecture: all
Version: 0.9.2+git20181130.4ef5b9d-1.1
Priority: optional
Section: universe/devel
Source: golang-github-wellington-go-libsass
Origin: Ubuntu
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Go Packaging Team
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 1584
Depends: golang-golang-x-net-dev, libsass-dev (>= 3.5.5~)
Filename: pool/universe/g/golang-github-wellington-go-libsass/golang-github-wellington-go-libsass-dev_0.9.2+git20181130.4ef5b9d-1.1_all.deb
Size: 257748
MD5sum: 5b615c161c90ce964e9c1caebbbeb8d3
SHA1: 91af5002548da4b30259cc89c1070083ef91d2b0
SHA256: 8b36eba4b023b324c655c5e385b0e088d9483c83fefa34380cc92fcdd5b71fc7
SHA512: 07f35462e68689f6ad7d7716c57679842667025b01eb0a61ba2f66382c87d40fdf44981cc15ee871578deb61d04a2adb71688c8632ac4dcb0147ddf3a9d8ccc3
Homepage: https://github.com/wellington/go-libsass
Description-en: Go wrapper for libsass, the only Sass 3.5 compiler for Go
The only Sass compliant Go library! go-libsass is a wrapper to the
sass/libsass (http://github.com/sass/libsass) project.
.
Basic example:
.
buf := bytes.NewBufferString("div { p { color: red; } }")
if err != nil {
log.Fatal(err)
} comp, err := libsass.New(os.Stdout, buf) if err != nil {
log.Fatal(err)
}
.
if err := comp.Run(); err != nil {
log.Fatal(err)
}
.
Output:
.
div p {
color: red; }
Description-md5: 20380478f59bd982152c48f9fb8bcfe8